Interface | Description |
---|---|
Population.Filter |
The interface provides a method to create filters on individuals
|
Class | Description |
---|---|
Fitness<C extends Chromosome> |
This class aims at implementing the scoring and sorting of individuals.
|
Individual<T extends Chromosome> |
Individual represents a solution processed by a genetic algorithm.
|
Individual.Statistics<T extends Chromosome> |
This class provides some basic statistics regarding an
Individual . |
Pool<T extends Chromosome> |
This class provides a pool of individuals to which Population can access to
retrieve individuals.
|
Pool.Statistics |
This class provides some basic statistics regarding the
Pool . |
Population<T extends Chromosome> |
The Population class represents a population of
Individual s. |
Population.Pareto<K extends Chromosome> |
This class represents a Pareto front for a multi objective solution
|
Population.Statistics<T extends Chromosome> |
The
Population.Statistics class is only responsible for storing statistics
about a population. |
Population.Statistics.Group<T extends Chromosome> |
Represents a group of individuals and related statistics.
|
Enum | Description |
---|---|
Fitness.SortingMode |
Sorting modes
|