Uses of Class
org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope
Packages that use ConstructionHeuristicMoveScope
Package
Description
-
Uses of ConstructionHeuristicMoveScope in org.optaplanner.core.impl.constructionheuristic.decider
Methods in org.optaplanner.core.impl.constructionheuristic.decider with parameters of type ConstructionHeuristicMoveScopeModifier and TypeMethodDescriptionprotected <Score_ extends Score<Score_>>
voidConstructionHeuristicDecider.doMove
(ConstructionHeuristicMoveScope<Solution_> moveScope) -
Uses of ConstructionHeuristicMoveScope in org.optaplanner.core.impl.constructionheuristic.decider.forager
Fields in org.optaplanner.core.impl.constructionheuristic.decider.forager declared as ConstructionHeuristicMoveScopeModifier and TypeFieldDescriptionprotected ConstructionHeuristicMoveScope<Solution_>
DefaultConstructionHeuristicForager.earlyPickedMoveScope
protected ConstructionHeuristicMoveScope<Solution_>
DefaultConstructionHeuristicForager.maxScoreMoveScope
Methods in org.optaplanner.core.impl.constructionheuristic.decider.forager that return ConstructionHeuristicMoveScopeModifier and TypeMethodDescriptionConstructionHeuristicForager.pickMove
(ConstructionHeuristicStepScope<Solution_> stepScope) DefaultConstructionHeuristicForager.pickMove
(ConstructionHeuristicStepScope<Solution_> stepScope) Methods in org.optaplanner.core.impl.constructionheuristic.decider.forager with parameters of type ConstructionHeuristicMoveScopeModifier and TypeMethodDescriptionvoid
ConstructionHeuristicForager.addMove
(ConstructionHeuristicMoveScope<Solution_> moveScope) void
DefaultConstructionHeuristicForager.addMove
(ConstructionHeuristicMoveScope<Solution_> moveScope) protected void
DefaultConstructionHeuristicForager.checkPickEarly
(ConstructionHeuristicMoveScope<Solution_> moveScope)