#include <eoEsSimple.h>
Inheritance diagram for eoEsSimple< Fit >:

Public Types | |
| typedef double | Type |
Public Member Functions | |
| virtual std::string | className () const |
| Return the class id. | |
| void | printOn (std::ostream &os) const |
| printing... | |
| void | readFrom (std::istream &is) |
| reading... | |
Public Attributes | |
| double | stdev |
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.
|
||||||||||
|
Return the class id.
Reimplemented from EO< Fit >. Definition at line 50 of file eoEsSimple.h. |
1.3.9.1