#include <eoParetoRanking.h>
Inheritance diagram for eoParetoRanking< EOT >:

Public Member Functions | |
| eoParetoRanking (eoDominanceMap< EOT > &_dominanceMap) | |
| void | calculate_worths (const eoPop< EOT > &_pop) |
| The actual virtual function the derived classes should implement. | |
Private Attributes | |
| eoDominanceMap< EOT > & | dominanceMap |
Every individual gets a rank according to the number of elements it dominates. Note that without niching, this technique will usually not find the whole front of non-dominated solutions, but will quite likely converge on a single spot on the front.
Definition at line 40 of file eoParetoRanking.h.
1.3.9.1