public class LocalSearchStepScope extends AbstractStepScope
bestScoreImproved, clonedSolution, score, stepIndex
Constructor and Description |
---|
LocalSearchStepScope(LocalSearchPhaseScope phaseScope) |
LocalSearchStepScope(LocalSearchPhaseScope phaseScope,
int stepIndex) |
Modifier and Type | Method and Description |
---|---|
Long |
getAcceptedMoveCount() |
LocalSearchPhaseScope |
getPhaseScope() |
Long |
getSelectedMoveCount() |
Move |
getStep() |
String |
getStepString() |
double |
getTimeGradient() |
Move |
getUndoStep() |
int |
getUninitializedVariableCount() |
void |
setAcceptedMoveCount(Long acceptedMoveCount) |
void |
setSelectedMoveCount(Long selectedMoveCount) |
void |
setStep(Move step) |
void |
setStepString(String stepString) |
void |
setTimeGradient(double timeGradient) |
void |
setUndoStep(Move undoStep) |
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, hasNoUninitializedVariables, setBestScoreImproved, setClonedSolution, setScore, toString
public LocalSearchStepScope(LocalSearchPhaseScope phaseScope)
public LocalSearchStepScope(LocalSearchPhaseScope phaseScope, int stepIndex)
public LocalSearchPhaseScope getPhaseScope()
getPhaseScope
in class AbstractStepScope
public int getUninitializedVariableCount()
getUninitializedVariableCount
in class AbstractStepScope
public double getTimeGradient()
public void setTimeGradient(double timeGradient)
public Move getStep()
public void setStep(Move step)
public String getStepString()
public void setStepString(String stepString)
public Move getUndoStep()
public void setUndoStep(Move undoStep)
public Long getSelectedMoveCount()
public void setSelectedMoveCount(Long selectedMoveCount)
public Long getAcceptedMoveCount()
public void setAcceptedMoveCount(Long acceptedMoveCount)
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.