EvolvingObjects
eoEsSimple< Fit > Class Template Reference

Simple Evolution Strategy. More...

#include <eoEsSimple.h>

Inheritance diagram for eoEsSimple< Fit >:
eoVector< Fit, double > EO< Fit > vector eoObject eoPersistent eoPrintable

List of all members.

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

Detailed Description

template<class Fit>
class eoEsSimple< Fit >

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

See also:
eoEsStdev eoEsFull

Definition at line 42 of file eoEsSimple.h.


Member Function Documentation

template<class Fit>
virtual std::string eoEsSimple< Fit >::className ( void  ) const [inline, virtual]

Methods inherited from eoObject.

Return the class id.

Returns:
the class name as a std::string

Reimplemented from EO< Fit >.

Definition at line 50 of file eoEsSimple.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends