Package org.dishevelled.evolve

Framework for evolutionary algorithms.

See:
          Description

Interface Summary
EvolutionaryAlgorithm<I> An evolutionary algorithm function.
EvolutionaryAlgorithmListener<I> A listener that receives notification of progress in an evolutionary algorithm function.
ExitStrategy<I> An exit strategy function.
Fitness<I> A fitness function.
Mutation<I> A mutation function.
Recombination<I> A recombination function.
Selection<I> A selection function.
 

Class Summary
EvolutionaryAlgorithmAdapter<I> Adapter for the EvolutionaryAlgorithmListener interface that provides empty implementation of all required methods.
EvolutionaryAlgorithmEvent<I> An event representing progress in an evolutionary algorithm function.
 

Package org.dishevelled.evolve Description

Framework for evolutionary algorithms.



Copyright (c) 2005-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).