From c70f9c9db240fdde3a0901df397a22d35c0e2429 Mon Sep 17 00:00:00 2001 From: Evolutionary-Intelligence <78018333+Evolutionary-Intelligence@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:41:16 +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 547a69453..fdd7f416f 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., + For some (rather all) interesting applications of `CMA-ES`, please refer to e.g., `[SIMULIA > CST Studio Suite > Automatic Optimization (Dassault Systèmes)] `_, `[Zhang et al., 2024, PNAS]