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 Jun 30, 2024
1 parent d497369 commit c2ff1c7
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 @@ -12,7 +12,8 @@ class CMAES(ES):
For some interesting applications of `CMAES`, please refer to e.g., `[Wang et al., 2024, ICLR]
<https://arxiv.org/abs/2404.00451>`_, `[Gil-Fuster et al., 2024, Nature Communications]
<https://www.nature.com/articles/s41467-024-45882-z>`_, `[Koginov et al., 2024, TMRB]
<https://www.nature.com/articles/s41467-024-45882-z>`_, `[Jin et al., 2024]
<https://link.springer.com/article/10.1007/s11044-024-09982-4>`_, `[Koginov et al., 2024, TMRB]
<https://ieeexplore.ieee.org/document/10302449>`_, `[Elfikky et al., 2024, LWC]
<https://ieeexplore.ieee.org/abstract/document/10531788>`_, `[Falk et al., 2023, PNAS]
<https://www.pnas.org/doi/abs/10.1073/pnas.2219558120>`_, `[Thamm&Rosenow, 2023, PRL]
Expand Down

0 comments on commit c2ff1c7

Please sign in to comment.