EvolvingObjects
|
Evolutionary Strategy with a standard deviation per parameter. More...
#include <eoEsStdev.h>
Public Types | |
typedef double | Type |
Public Member Functions | |
virtual std::string | className (void) const |
Methods inherited from eoObject. | |
void | printOn (std::ostream &os) const |
printing... | |
void | readFrom (std::istream &is) |
reading... | |
Public Attributes | |
std::vector< double > | stdevs |
Evolutionary Strategy with a standard deviation per parameter.
Evolutionary strategie style representation, supporting co-evolving standard deviations.
Definition at line 37 of file eoEsStdev.h.
virtual std::string eoEsStdev< Fit >::className | ( | void | ) | const [inline, virtual] |
Methods inherited from eoObject.
Return the class id.
Reimplemented from EO< Fit >.
Definition at line 47 of file eoEsStdev.h.