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 1, 2024
1 parent b70d504 commit 3dc6d4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pypop7/optimizers/es/cmaes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class CMAES(ES):
<https://www.nature.com/articles/s41467-021-22017-2>`_, `[Lei, 2020, Ph.D. Dissertation (University of Oxford)]
<https://tinyurl.com/yzkjwr34>`_, `[Zhang et al., 2017, Science]
<https://www.science.org/doi/full/10.1126/science.aal5054>`_, `[Loshchilov&Hutter, 2016]
<https://arxiv.org/abs/1604.07269>`_, to name a few.
<https://arxiv.org/abs/1604.07269>`_, `[Molinari et al., 2014, AIAAJ]
<https://arc.aiaa.org/doi/full/10.2514/1.J052715>`_, just to name a few.
Parameters
----------
Expand Down

0 comments on commit 3dc6d4c

Please sign in to comment.