diff --git a/pypop7/optimizers/es/es.py b/pypop7/optimizers/es/es.py index 1cd835521..a43ec3d29 100644 --- a/pypop7/optimizers/es/es.py +++ b/pypop7/optimizers/es/es.py @@ -10,9 +10,10 @@ class ES(Optimizer): This is the **abstract** class for all `ES` classes. Please use any of instantiated subclasses of `ES` to optimize the black-box problem at hand. - .. note:: `ES` are a well-established family of randomized **population-based** search algorithms, proposed by two - German computer scientists Ingo Rechenberg and Hans-Paul Schwefel (two recipients of `IEEE Evolutionary - Computation Pioneer Award 2002 `_). One key property of `ES` is **adaptability of + .. note:: `ES` are a well-established family of randomized **population-based** + search algorithms, proposed by two German students Ingo Rechenberg and + Hans-Paul Schwefel (two recipients of `IEEE Evolutionary Computation Pioneer + Award 2002 `_). One key property of `ES` is **adaptability of strategy parameters**, which can *significantly* accelerate the (local) convergence rate in many cases. Recently, the **theoretical foundation** of its most representative (modern) version **CMA-ES** has been in part built on the `Information-Geometric Optimization (IGO) `_ framework via