![]() |
0.1.33
|
Covariance Matrix Adaptation Evolution Strategy. More...
Covariance Matrix Adaptation Evolution Strategy.
Strong general-purpose choice for continuous, non-separable problems.
Definition at line 302 of file ParameterOptimization.py.
Public Member Functions | |
| "CMAES" | explore (cls) |
| Exploration-biased preset: large initial step size. | |
| "CMAES" | exploit (cls) |
| Exploitation-biased preset: small initial step size. | |
Static Public Attributes | |
| int | max_evaluations = 200 |
| int | lambda_ = 0 |
| float | sigma = 0.3 |
| int | random_seed = 0 |
Protected Member Functions | |
| "CMAES" | _from_struct (cls, struct) |
| _to_struct (self) | |
|
protected |
Definition at line 310 of file ParameterOptimization.py.
|
protected |
Definition at line 327 of file ParameterOptimization.py.
| "CMAES" pyhelios.ParameterOptimization.CMAES.exploit | ( | cls | ) |
Exploitation-biased preset: small initial step size.
Definition at line 324 of file ParameterOptimization.py.
| "CMAES" pyhelios.ParameterOptimization.CMAES.explore | ( | cls | ) |
Exploration-biased preset: large initial step size.
Definition at line 319 of file ParameterOptimization.py.
|
static |
Definition at line 305 of file ParameterOptimization.py.
|
static |
Definition at line 304 of file ParameterOptimization.py.
|
static |
Definition at line 307 of file ParameterOptimization.py.
|
static |
Definition at line 306 of file ParameterOptimization.py.