Interface LocalSearchPhase<Solution_>

Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Superinterfaces:
EventListener, Phase<Solution_>, PhaseLifecycleListener<Solution_>, SolverLifecycleListener<Solution_>
All Known Implementing Classes:
DefaultLocalSearchPhase

public interface LocalSearchPhase<Solution_> extends Phase<Solution_>
A LocalSearchPhase is a Phase which uses a Local Search algorithm, such as Tabu Search, Simulated Annealing, Late Acceptance, ...
See Also: