class documentation
class CMAAdaptSigmaNone(CMAAdaptSigmaBase):
Constructor: CMAAdaptSigmaNone(*args, **kwargs)
constant step-size sigma
Method | update |
no update, es.sigma remains constant. |
Inherited from CMAAdaptSigmaBase
:
Method | __init__ |
Undocumented |
Method | check |
make consistency checks with a CMAEvolutionStrategy instance as input |
Method | hsig |
return "OK-signal" for rank-one update, True (OK) or False (stall rank-one update), based on the length of an evolution path |
Method | initialize |
set parameters and state variable based on dimension, mueff and possibly further options. |
Method | update2 |
return sigma change factor and update self.delta. |
Instance Variable | cs |
Undocumented |
Instance Variable | delta |
cumulated effect of adaptation |
Instance Variable | is |
Undocumented |
Instance Variable | ps |
Undocumented |
Method | _update |
update the isotropic evolution path. |
Instance Variable | _ps |
Undocumented |