org.optaplanner.core.impl.localsearch.decider.acceptor
public interface Acceptor extends LocalSearchSolverPhaseLifecycleListener
Move
.
Note that the Forager
can still ignore the advice of the Acceptor
.AbstractAcceptor
Modifier and Type | Method and Description |
---|---|
boolean |
isAccepted(LocalSearchMoveScope moveScope) |
phaseEnded, phaseStarted, stepEnded, stepStarted
solvingEnded, solvingStarted
boolean isAccepted(LocalSearchMoveScope moveScope)
moveScope
- not nullCopyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.