From 5695872699ec33db273cf3a5d6464f76ef55c788 Mon Sep 17 00:00:00 2001 From: Evolutionary-Intelligence <78018333+Evolutionary-Intelligence@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:49:04 +0800 Subject: [PATCH] Update es.py --- pypop7/optimizers/es/es.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pypop7/optimizers/es/es.py b/pypop7/optimizers/es/es.py index 98917b524..1cd835521 100644 --- a/pypop7/optimizers/es/es.py +++ b/pypop7/optimizers/es/es.py @@ -7,8 +7,8 @@ class ES(Optimizer): """Evolution Strategies (ES). - This is the **abstract** class for all `ES` classes. Please use any of its instantiated subclasses to - optimize the black-box problem at hand. + 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