#include <moFitComparator.h>

Public Member Functions | |
| bool | operator() (const EOT &_solution1, const EOT &_solution2) |
| Function which makes the comparison and gives the result. | |
An EOT is better than an other if its fitness is better.
Definition at line 46 of file moFitComparator.h.
| bool moFitComparator< EOT >::operator() | ( | const EOT & | _solution1, | |
| const EOT & | _solution2 | |||
| ) | [inline] |
Function which makes the comparison and gives the result.
| _solution1 | The first solution. | |
| _solution2 | The second solution. |
Definition at line 56 of file moFitComparator.h.
1.5.4