Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchMoveScope
-
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider
Methods in org.optaplanner.core.impl.localsearch.decider with parameters of type LocalSearchMoveScope Modifier and Type Method Description protected void
LocalSearchDecider. doMove(LocalSearchMoveScope<Solution_> moveScope)
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type LocalSearchMoveScope Modifier and Type Method Description boolean
Acceptor. isAccepted(LocalSearchMoveScope moveScope)
boolean
CompositeAcceptor. isAccepted(LocalSearchMoveScope moveScope)
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge with parameters of type LocalSearchMoveScope Modifier and Type Method Description boolean
GreatDelugeAcceptor. isAccepted(LocalSearchMoveScope moveScope)
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing with parameters of type LocalSearchMoveScope Modifier and Type Method Description boolean
HillClimbingAcceptor. isAccepted(LocalSearchMoveScope moveScope)
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance with parameters of type LocalSearchMoveScope Modifier and Type Method Description boolean
LateAcceptanceAcceptor. isAccepted(LocalSearchMoveScope moveScope)
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing with parameters of type LocalSearchMoveScope Modifier and Type Method Description boolean
SimulatedAnnealingAcceptor. isAccepted(LocalSearchMoveScope moveScope)
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type LocalSearchMoveScope Modifier and Type Method Description boolean
StepCountingHillClimbingAcceptor. isAccepted(LocalSearchMoveScope moveScope)
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu with parameters of type LocalSearchMoveScope Modifier and Type Method Description protected abstract Collection<? extends Object>
AbstractTabuAcceptor. findTabu(LocalSearchMoveScope moveScope)
protected Collection<? extends Object>
EntityTabuAcceptor. findTabu(LocalSearchMoveScope moveScope)
protected Collection<? extends Object>
MoveTabuAcceptor. findTabu(LocalSearchMoveScope moveScope)
protected Collection<? extends Object>
SolutionTabuAcceptor. findTabu(LocalSearchMoveScope moveScope)
Deprecated.protected Collection<? extends Object>
ValueTabuAcceptor. findTabu(LocalSearchMoveScope moveScope)
boolean
AbstractTabuAcceptor. isAccepted(LocalSearchMoveScope moveScope)
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.forager
Fields in org.optaplanner.core.impl.localsearch.decider.forager declared as LocalSearchMoveScope Modifier and Type Field Description protected LocalSearchMoveScope
AcceptedLocalSearchForager. earlyPickedMoveScope
Methods in org.optaplanner.core.impl.localsearch.decider.forager that return LocalSearchMoveScope Modifier and Type Method Description LocalSearchMoveScope
AcceptedLocalSearchForager. pickMove(LocalSearchStepScope stepScope)
LocalSearchMoveScope
LocalSearchForager. pickMove(LocalSearchStepScope stepScope)
Methods in org.optaplanner.core.impl.localsearch.decider.forager with parameters of type LocalSearchMoveScope Modifier and Type Method Description void
AcceptedLocalSearchForager. addMove(LocalSearchMoveScope moveScope)
void
LocalSearchForager. addMove(LocalSearchMoveScope moveScope)
protected void
AcceptedLocalSearchForager. checkPickEarly(LocalSearchMoveScope moveScope)
-
Uses of LocalSearchMoveScope in org.optaplanner.core.impl.localsearch.decider.forager.finalist
Fields in org.optaplanner.core.impl.localsearch.decider.forager.finalist with type parameters of type LocalSearchMoveScope Modifier and Type Field Description protected List<LocalSearchMoveScope>
AbstractFinalistPodium. finalistList
Methods in org.optaplanner.core.impl.localsearch.decider.forager.finalist that return types with arguments of type LocalSearchMoveScope Modifier and Type Method Description List<LocalSearchMoveScope>
AbstractFinalistPodium. getFinalistList()
List<LocalSearchMoveScope>
FinalistPodium. getFinalistList()
Methods in org.optaplanner.core.impl.localsearch.decider.forager.finalist with parameters of type LocalSearchMoveScope Modifier and Type Method Description protected void
AbstractFinalistPodium. addFinalist(LocalSearchMoveScope moveScope)
void
FinalistPodium. addMove(LocalSearchMoveScope moveScope)
void
HighestScoreFinalistPodium. addMove(LocalSearchMoveScope moveScope)
void
StrategicOscillationByLevelFinalistPodium. addMove(LocalSearchMoveScope moveScope)
protected void
AbstractFinalistPodium. clearAndAddFinalist(LocalSearchMoveScope moveScope)
-