class documentation
class EvolutionPath(ExponentialSmoothing):
Known subclasses: cma.optimization_tools.BinaryEvolutionPath
Constructor: EvolutionPath(time_constant)
not in use (yet)
A variance-neutral exponentially smoothened vector.
Method | __init__ |
Undocumented |
Property | path |
Undocumented |
Inherited from ExponentialSmoothing
:
Method | __call__ |
Undocumented |
Method | __getitem__ |
Undocumented |
Instance Variable | count |
Undocumented |
Instance Variable | normalizer |
Undocumented |
Instance Variable | time |
Undocumented |
Instance Variable | values |
Undocumented |
Method | _init_ |
Undocumented |