Skip to content

Commit

Permalink
Update es.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence authored Dec 6, 2024
1 parent 8804650 commit 5695872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypop7/optimizers/es/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5695872

Please sign in to comment.