Solution_
- the solution type, the class with the PlanningSolution
annotationpublic class ConstructionHeuristicMoveScope<Solution_> extends AbstractMoveScope<Solution_>
move, moveIndex, score
Constructor and Description |
---|
ConstructionHeuristicMoveScope(ConstructionHeuristicStepScope<Solution_> stepScope,
int moveIndex,
Move<Solution_> move) |
Modifier and Type | Method and Description |
---|---|
ConstructionHeuristicStepScope<Solution_> |
getStepScope() |
getMove, getMoveIndex, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setScore, toString
public ConstructionHeuristicMoveScope(ConstructionHeuristicStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)
public ConstructionHeuristicStepScope<Solution_> getStepScope()
getStepScope
in class AbstractMoveScope<Solution_>
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.