class documentation

class CMAAdaptSigmaNone(CMAAdaptSigmaBase):

View In Hierarchy

constant step-size sigma

Method update no update, es.sigma remains constant.

Inherited from CMAAdaptSigmaBase:

Method __init__ Undocumented
Method check_consistency 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_base 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_initialized_base Undocumented
Instance Variable ps Undocumented
Method _update_ps update the isotropic evolution path.
Instance Variable _ps_updated_iteration Undocumented
def update(self, es, **kwargs):

no update, es.sigma remains constant.