Skip to content

Commit

Permalink
Update cmaes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence authored Nov 1, 2024
1 parent 9f2fb06 commit c70f9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypop7/optimizers/es/cmaes.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CMAES(ES):
black-box optimization (BBO), according to one well-recognized `Nature <https://doi.org/10.1038/nature14544>`_
review of Evolutionary Computation (EC).
For some (rather all) applications of `CMAES`, please refer to e.g.,
For some (rather all) interesting applications of `CMA-ES`, please refer to e.g.,
`[SIMULIA > CST Studio Suite > Automatic Optimization (Dassault Systèmes)]
<https://www.3ds.com/products/simulia/cst-studio-suite/automatic-optimization>`_,
`[Zhang et al., 2024, PNAS]
Expand Down

0 comments on commit c70f9c9

Please sign in to comment.