| Interface | Description |
|---|---|
| ConstraintViolationComparator |
| Class | Description |
|---|---|
| CrowdingDistanceComparator |
This class implements a
Comparator (a method for comparing
Solution objects) based on the crowding distance, as in NSGA-II. |
| DominanceComparator | |
| EqualSolutionsComparator |
This class implements a
Comparator (a method for comparing
Solution objects) based whether all the objective values are
equal or not. |
| FitnessComparator |
This class implements a
Comparator (a method for comparing
Solution objects) based on the fitness value returned by the
method getFitness. |
| ObjectiveComparator |
This class implements a
Comparator (a method for comparing
Solution objects) based on a objective values. |
| RankingAndCrowdingDistanceComparator |
This class implements a
Comparator (a method for comparing
Solution objects) based on the rank of the solutions. |
| RankingComparator |
Copyright © 2015. All rights reserved.