From ae826f55d985ae7f343ecd5de8843b636a31d322 Mon Sep 17 00:00:00 2001 From: Evolutionary-Intelligence <78018333+Evolutionary-Intelligence@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:15:23 +0800 Subject: [PATCH] Update cmaes.py --- pypop7/optimizers/es/cmaes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypop7/optimizers/es/cmaes.py b/pypop7/optimizers/es/cmaes.py index f99fe674a..9e301d008 100644 --- a/pypop7/optimizers/es/cmaes.py +++ b/pypop7/optimizers/es/cmaes.py @@ -10,7 +10,7 @@ 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., `[Zhang et al., PNAS] + For some (rather all) applications of `CMAES`, please refer to e.g., `[Zhang et al., 2024, PNAS] `_, `[Longobardo et al., 2024, AIAAJ] `_, `[Wang et al., 2024, ICLR] `_, `[Gil-Fuster et al., 2024, Nature Communications]