Uses of Class
org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope
Package
Description
-
Uses of ConstructionHeuristicMoveScope in org.optaplanner.core.impl.constructionheuristic.decider
Modifier and TypeMethodDescriptionprotected <Score_ extends Score<Score_>>
voidConstructionHeuristicDecider.doMove
(ConstructionHeuristicMoveScope<Solution_> moveScope) -
Uses of ConstructionHeuristicMoveScope in org.optaplanner.core.impl.constructionheuristic.decider.forager
Modifier and TypeFieldDescriptionprotected ConstructionHeuristicMoveScope<Solution_>
DefaultConstructionHeuristicForager.earlyPickedMoveScope
protected ConstructionHeuristicMoveScope<Solution_>
DefaultConstructionHeuristicForager.maxScoreMoveScope
Modifier and TypeMethodDescriptionConstructionHeuristicForager.pickMove
(ConstructionHeuristicStepScope<Solution_> stepScope) DefaultConstructionHeuristicForager.pickMove
(ConstructionHeuristicStepScope<Solution_> stepScope) Modifier and TypeMethodDescriptionvoid
ConstructionHeuristicForager.addMove
(ConstructionHeuristicMoveScope<Solution_> moveScope) void
DefaultConstructionHeuristicForager.addMove
(ConstructionHeuristicMoveScope<Solution_> moveScope) protected void
DefaultConstructionHeuristicForager.checkPickEarly
(ConstructionHeuristicMoveScope<Solution_> moveScope)