#include <eoVRPEvalFunc.h>
Inheritance diagram for eoVRPEvalFunc:

Public Member Functions | |
| eoVRPEvalFunc () | |
| Constructor: nothing to do here. | |
| void | operator() (eoVRP &_eo) |
| Computes the (penalized) fitness. | |
Definition at line 54 of file eoVRPEvalFunc.h.
| void eoVRPEvalFunc::operator() | ( | eoVRP & | _eo | ) | [inline] |
Computes the (penalized) fitness.
| _eo | The individual to be evaluated. |
Definition at line 72 of file eoVRPEvalFunc.h.
References eoVRP::decode(), eoVRP::decoded(), EO< F >::fitness(), EO< F >::invalid(), and eoVRP::length().
1.4.7