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 Jul 29, 2024
1 parent 10faa87 commit ae826f5
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., `[Zhang et al., PNAS]
For some (rather all) applications of `CMAES`, please refer to e.g., `[Zhang et al., 2024, PNAS]
<https://doi.org/10.1073/pnas.2318641121>`_, `[Longobardo et al., 2024, AIAAJ]
<https://arc.aiaa.org/doi/full/10.2514/1.J063251>`_, `[Wang et al., 2024, ICLR]
<https://arxiv.org/abs/2404.00451>`_, `[Gil-Fuster et al., 2024, Nature Communications]
Expand Down

0 comments on commit ae826f5

Please sign in to comment.