EvolvingObjects
|
Termination condition for the genetic algorithm Takes the population as input, returns true for continue, false for termination. More...
#include <eoContinue.h>
Public Member Functions | |
virtual std::string | className (void) const |
void | readFrom (std::istream &__is) |
Read from a stream. | |
void | printOn (std::ostream &__os) const |
Print on a stream. |
Termination condition for the genetic algorithm Takes the population as input, returns true for continue, false for termination.
Definition at line 48 of file eoContinue.h.
void eoContinue< EOT >::readFrom | ( | std::istream & | __is | ) | [inline, virtual] |
Read from a stream.
__is | istream to read from |
Implements eoPersistent.
Reimplemented in eoGenContinue< EOT >, and eoSecondsElapsedContinue< EOT >.
Definition at line 56 of file eoContinue.h.
void eoContinue< EOT >::printOn | ( | std::ostream & | __os | ) | const [inline, virtual] |
Print on a stream.
__os | ostream to print on |
Implements eoPrintable.
Reimplemented in eoGenContinue< EOT >, and eoSecondsElapsedContinue< EOT >.
Definition at line 64 of file eoContinue.h.