EvolvingObjects
|
Evaluation of external struct, ctor expects a function of the following signature: More...
#include <eoExternalOpFunctions.h>
Public Member Functions | |
eoExternalEvalFunc (F(*_eval)(const External &)) | |
void | operator() (ExternalEO &eo) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
F(* | eval )(const External &) |
Evaluation of external struct, ctor expects a function of the following signature:
Fit func(External&);
Where External is the user defined struct or class and Fit the fitness type
Definition at line 77 of file eoExternalOpFunctions.h.