Skip to content

Commit

Permalink
Fix cma documentation (#987)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Jonas Jost <70631928+PaulJonasJost@users.noreply.github.com>
Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 26, 2023
1 parent 384b90e commit 990fe04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pypesto/optimize/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,10 @@ def is_least_squares(self):

class CmaesOptimizer(Optimizer):
"""
Global optimization using cma-es.
Global optimization using covariance matrix adaptation evolutionary search.
Package homepage: https://pypi.org/project/cma-es/
This optimizer interfaces the cma package
(https://github.com/CMA-ES/pycma).
"""

def __init__(self, par_sigma0: float = 0.25, options: Dict = None):
Expand Down

0 comments on commit 990fe04

Please sign in to comment.