Uses of Interface
org.cicirello.search.SingleSolutionMetaheuristic
-
Packages that use SingleSolutionMetaheuristic Package Description org.cicirello.search.sa This package includes classes and interfaces directly related to implementing simulated annealing. -
-
Uses of SingleSolutionMetaheuristic in org.cicirello.search.sa
Classes in org.cicirello.search.sa that implement SingleSolutionMetaheuristic Modifier and Type Class Description class
SimulatedAnnealing<T extends Copyable<T>>
This class is an implementation of the metaheuristic known as simulated annealing.
-