Module cma :: Class CMAAdaptSigmaCSA
[hide private]
[frames] | no frames]

Class CMAAdaptSigmaCSA

source code

       object --+    
                |    
CMAAdaptSigmaBase --+
                    |
                   CMAAdaptSigmaCSA

Instance Methods [hide private]
 
__init__(self)
postpone initialization to a method call where dimension and mueff should be known.
source code
 
initialize(self, es)
set parameters and state variable based on dimension, mueff and possibly further options.
source code
 
_update_ps(self, es)
update the isotropic evolution path
source code
 
update(self, es, **kwargs)
update es.sigma
source code

Inherited from CMAAdaptSigmaBase: hsig, initialize_base

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
postpone initialization to a method call where dimension and mueff should be known.
Overrides: object.__init__

_update_ps(self, es)

source code 
update the isotropic evolution path
Overrides: CMAAdaptSigmaBase._update_ps
(inherited documentation)

update(self, es, **kwargs)

source code 
update es.sigma
Overrides: CMAAdaptSigmaBase.update
(inherited documentation)