Class Summary |
AbstractIterationStrategy<E extends PopulationBasedAlgorithm> |
Generic IterationStrategy class for all population based algorithms. |
MultiPopulationBasedAlgorithm |
Algorithm class to describe the notion of aggregated PopulationBasedAlgorithm instances. |
MultiPopulationCriterionBasedAlgorithm |
Generic class that represents the case where a Criterion-based MultiPopulationBasedAlgorithm
(like VEPSO) is used to solve a Multi-objective problem. |
PopulationBasedAlgorithm |
Base class for all algorithms that manage a collection of
entities in some manner. |
SinglePopulationBasedAlgorithm |
Base class for algorithms that focus on a single populations of entities. |