OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.localsearch
Interface LocalSearchPhase

All Superinterfaces:
EventListener, Phase, PhaseLifecycleListener, SolverLifecycleListener
All Known Implementing Classes:
DefaultLocalSearchPhase

public interface LocalSearchPhase
extends Phase

A LocalSearchPhase is a Phase which uses a local search algorithm, such as tabu search, simulated annealing, ...

See Also:
Phase, AbstractPhase, DefaultLocalSearchPhase

Method Summary
 
Methods inherited from interface org.optaplanner.core.impl.phase.Phase
addPhaseLifecycleListener, removePhaseLifecycleListener, solve
 
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 


OptaPlanner core 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.