EvolvingObjects
|
Check at each evaluation if a given tie contract has been reached. More...
#include <eoEvalTimeThrowException.h>
Public Member Functions | |
eoEvalTimeThrowException (eoEvalFunc< EOT > &func, time_t max) | |
virtual void | operator() (EOT &eo) |
The pure virtual function that needs to be implemented by the subclass. | |
Protected Attributes | |
time_t | _max |
time_t | _start |
Check at each evaluation if a given tie contract has been reached.
Throw an eoMaxTimeException if the given max time has been reached. Usefull if you want to end the search independently of generations.
Definition at line 36 of file eoEvalTimeThrowException.h.