EvolvingObjects
|
Simple Evolution Strategy. More...
#include <eoEsSimple.h>
Public Types | |
typedef double | Type |
Public Member Functions | |
virtual std::string | className () const |
Methods inherited from eoObject. | |
void | printOn (std::ostream &os) const |
printing... | |
void | readFrom (std::istream &is) |
reading... | |
Public Attributes | |
double | stdev |
Simple Evolution Strategy.
One of the more simple evolution strategies, sporting just a single stdeviation for the entire chromosome. For more advanced versions see also eoEsStdev eoEsFull
Definition at line 42 of file eoEsSimple.h.
virtual std::string eoEsSimple< Fit >::className | ( | void | ) | const [inline, virtual] |
Methods inherited from eoObject.
Return the class id.
Reimplemented from EO< Fit >.
Definition at line 50 of file eoEsSimple.h.