diff --git a/pypop7/optimizers/es/cmaes.py b/pypop7/optimizers/es/cmaes.py index d0fb883fb..f99fe674a 100644 --- a/pypop7/optimizers/es/cmaes.py +++ b/pypop7/optimizers/es/cmaes.py @@ -10,7 +10,8 @@ class CMAES(ES): black-box optimization (BBO), according to one well-recognized `Nature `_ review of Evolutionary Computation (EC). - For some (rather all) applications of `CMAES`, please refer to e.g., `[Longobardo et al., 2024, AIAAJ] + For some (rather all) applications of `CMAES`, please refer to e.g., `[Zhang et al., PNAS] + `_, `[Longobardo et al., 2024, AIAAJ] `_, `[Wang et al., 2024, ICLR] `_, `[Gil-Fuster et al., 2024, Nature Communications] `_, `[Jin et al., 2024]