From 10faa87b7ec8be348f8dae21bcbb7bde08d85a6a Mon Sep 17 00:00:00 2001 From: Evolutionary-Intelligence <78018333+Evolutionary-Intelligence@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:14:50 +0800 Subject: [PATCH] Update cmaes.py --- pypop7/optimizers/es/cmaes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]