| Class | Description |
|---|---|
| AdaptiveGrid |
This class defines an adaptive grid over a SolutionSet as the one used the
algorithm PAES.
|
| Distance |
This class implements some utilities for calculating distances
|
| DistanceNode |
This is an auxiliar class for calculating the SPEA2 environmental selection.
|
| DistanceNodeComparator |
This class implements a
Comparator to compare instances of
DistanceNode. |
| FPGAFitness |
This class implements facilities for calculating the fitness for the
FPGA algorithm
|
| MathUtils | |
| Neighborhood |
Class representing neighborhoods for a
Solution into a
SolutionSet. |
| NonDominatedSolutionList |
This class implements an unbound list of non-dominated solutions
|
| Permutation |
Class providing int [] permutations
|
| PermutationUtility |
Class that provide an int permutation
|
| PropUtils |
This class provides some utilities for working with properties.
|
| PseudoRandom |
Class representing a pseudo-random number generator
|
| QtdElements | |
| RandomGenerator |
This code has been taken from deb NSGA-II implementation
The code is available to download from
http://www.iitk.ac.in/kangal/codes.shtml
|
| Ranking |
This class implements some facilities for ranking solutions.
|
| RScript | |
| RScriptOptionElement | |
| Spea2Fitness |
This class implements some facilities for calculating the Spea2 fitness
|
| Enum | Description |
|---|---|
| RScriptOption |