Uses of Class
org.cicirello.search.evo.OnePlusOneEvolutionaryAlgorithm
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of OnePlusOneEvolutionaryAlgorithm in org.cicirello.search.evo
Modifier and TypeClassDescriptionfinal class
This class implements a (1+1)-GA, a special case of a (1+1)-EA, where solutions are represented with a vector of bits.