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 <Score_ extends Score<Score_>>
voidLocalSearchDecider. 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<Solution_> moveScope)
boolean
CompositeAcceptor. isAccepted(LocalSearchMoveScope<Solution_> 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<Solution_> 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<Solution_> 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<Solution_> 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<Solution_> 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<Solution_> moveScope)
protected Collection<? extends Object>
EntityTabuAcceptor. findTabu(LocalSearchMoveScope<Solution_> moveScope)
protected Collection<? extends Object>
MoveTabuAcceptor. findTabu(LocalSearchMoveScope<Solution_> moveScope)
protected Collection<? extends Object>
ValueTabuAcceptor. findTabu(LocalSearchMoveScope<Solution_> moveScope)
boolean
AbstractTabuAcceptor. isAccepted(LocalSearchMoveScope<Solution_> 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<Solution_>
AcceptedLocalSearchForager. earlyPickedMoveScope
Methods in org.optaplanner.core.impl.localsearch.decider.forager that return LocalSearchMoveScope Modifier and Type Method Description LocalSearchMoveScope<Solution_>
AcceptedLocalSearchForager. pickMove(LocalSearchStepScope<Solution_> stepScope)
LocalSearchMoveScope<Solution_>
LocalSearchForager. pickMove(LocalSearchStepScope<Solution_> stepScope)
Methods in org.optaplanner.core.impl.localsearch.decider.forager with parameters of type LocalSearchMoveScope Modifier and Type Method Description void
AcceptedLocalSearchForager. addMove(LocalSearchMoveScope<Solution_> moveScope)
void
LocalSearchForager. addMove(LocalSearchMoveScope<Solution_> moveScope)
protected void
AcceptedLocalSearchForager. checkPickEarly(LocalSearchMoveScope<Solution_> 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<Solution_>>
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<Solution_>>
AbstractFinalistPodium. getFinalistList()
List<LocalSearchMoveScope<Solution_>>
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<Solution_> moveScope)
void
FinalistPodium. addMove(LocalSearchMoveScope<Solution_> moveScope)
void
HighestScoreFinalistPodium. addMove(LocalSearchMoveScope<Solution_> moveScope)
void
StrategicOscillationByLevelFinalistPodium. addMove(LocalSearchMoveScope<Solution_> moveScope)
protected void
AbstractFinalistPodium. clearAndAddFinalist(LocalSearchMoveScope<Solution_> moveScope)
-