#include <eoMOFitness.h>
Static Public Member Functions | |
| static unsigned | nObjectives () |
| Number of Objectives. | |
| static double | direction (unsigned which) |
| by default: all are maximizing, zero will lead to ignored fitness, negative to minimization for that objective | |
| static double | tol () |
| tolerance for dominance check (if within this tolerance objective values are considered equal) | |
If you define your own, make sure you make the functions static!
Definition at line 42 of file eoMOFitness.h.
1.5.5