Interface GeneticAlgorithm

All Superinterfaces:
Changeable
All Known Implementing Classes:
AbstractGeneticAlgorithm, SimpleGeneticAlgorithm

public interface GeneticAlgorithm extends Changeable
The class that runs the cycles of reproduction, evolution and selection, potentially on multiple Populations

Since:
1.5
Version:
1.1
Author:
Mark Schreiber, Susanne Merz, Andreas Dräger