Solution_ - the solution type, the class with the PlanningSolution annotationpublic interface LocalSearchPhaseLifecycleListener<Solution_> extends SolverLifecycleListener<Solution_>
LocalSearchPhaseLifecycleListenerAdapter| Modifier and Type | Method and Description |
|---|---|
void |
phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) |
void |
phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) |
void |
stepEnded(LocalSearchStepScope<Solution_> stepScope) |
void |
stepStarted(LocalSearchStepScope<Solution_> stepScope) |
solvingEnded, solvingStartedvoid phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope)
void stepStarted(LocalSearchStepScope<Solution_> stepScope)
void stepEnded(LocalSearchStepScope<Solution_> stepScope)
void phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope)
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.