Uses of Interface
org.cicirello.search.SingleSolutionMetaheuristic
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
This package includes classes and interfaces directly related to implementing simulated
annealing.
-
Uses of SingleSolutionMetaheuristic in org.cicirello.search.evo
Modifier and TypeClassDescriptionclass
OnePlusOneEvolutionaryAlgorithm<T extends Copyable<T>>
This class implements a (1+1)-EA.final 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. -
Uses of SingleSolutionMetaheuristic in org.cicirello.search.sa
Modifier and TypeClassDescriptionfinal class
SimulatedAnnealing<T extends Copyable<T>>
This class is an implementation of the metaheuristic known as simulated annealing.