#include <eoOneMaxEvalFunc.h>

Public Member Functions | |
| eoOneMaxEvalFunc () | |
| Ctor - no requirement. | |
| void | operator() (EOT &_eo) |
| Actually compute the fitness. | |
The above line is usefulin Emacs-like editors Always write a comment in this format before class definition if you want the class to be documented by Doxygen
Definition at line 26 of file eoOneMaxEvalFunc.h.
| void eoOneMaxEvalFunc< EOT >::operator() | ( | EOT & | _eo | ) | [inline] |
Actually compute the fitness.
| EOT | & _eo the EO object to evaluate it should stay templatized to be usable with any fitness type |
Definition at line 45 of file eoOneMaxEvalFunc.h.
References EO< F >::fitness(), and EO< F >::invalid().
1.5.5