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]