Uses of Interface
org.cicirello.search.SimpleMetaheuristic

Packages that use SimpleMetaheuristic
Package
Description
This package includes classes and interfaces related to implementing metaheuristic search algorithms in general, rather than specific to a particular metaheuristic.
This package includes classes and interfaces directly related to implementing hill climbers.
This package includes classes and interfaces for defining various operators required by simulated annealing and other metaheuristics, such as mutation operators, along with other related classes and interfaces.
This package includes classes and interfaces directly related to implementing stochastic sampling algorithms.