Modifier and Type | Method and Description |
---|---|
protected void |
DefaultLocalSearchPhase.doStep(LocalSearchStepScope<Solution_> stepScope) |
void |
DefaultLocalSearchPhase.stepEnded(LocalSearchStepScope<Solution_> stepScope) |
void |
DefaultLocalSearchPhase.stepStarted(LocalSearchStepScope<Solution_> stepScope) |
Modifier and Type | Method and Description |
---|---|
void |
MultiThreadedLocalSearchDecider.decideNextStep(LocalSearchStepScope<Solution_> stepScope) |
void |
LocalSearchDecider.decideNextStep(LocalSearchStepScope<Solution_> stepScope) |
protected void |
LocalSearchDecider.pickMove(LocalSearchStepScope<Solution_> stepScope) |
void |
LocalSearchDecider.stepEnded(LocalSearchStepScope<Solution_> stepScope) |
void |
LocalSearchDecider.stepStarted(LocalSearchStepScope<Solution_> stepScope) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeAcceptor.stepEnded(LocalSearchStepScope stepScope) |
void |
CompositeAcceptor.stepStarted(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
void |
LateAcceptanceAcceptor.stepEnded(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
void |
SimulatedAnnealingAcceptor.stepStarted(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
void |
StepCountingHillClimbingAcceptor.stepEnded(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends Object> |
ValueTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope) |
protected Collection<? extends Object> |
SolutionTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope) |
protected Collection<? extends Object> |
MoveTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope) |
protected Collection<? extends Object> |
EntityTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope) |
protected abstract Collection<? extends Object> |
AbstractTabuAcceptor.findNewTabu(LocalSearchStepScope stepScope) |
void |
AbstractTabuAcceptor.stepEnded(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
int |
ValueRatioTabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope) |
int |
TabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope) |
int |
FixedTabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope) |
int |
EntityRatioTabuSizeStrategy.determineTabuSize(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
LocalSearchMoveScope |
LocalSearchForager.pickMove(LocalSearchStepScope stepScope) |
LocalSearchMoveScope |
AcceptedLocalSearchForager.pickMove(LocalSearchStepScope stepScope) |
void |
AcceptedLocalSearchForager.stepEnded(LocalSearchStepScope stepScope) |
void |
AcceptedLocalSearchForager.stepStarted(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
void |
StrategicOscillationByLevelFinalistPodium.stepStarted(LocalSearchStepScope stepScope) |
void |
HighestScoreFinalistPodium.stepStarted(LocalSearchStepScope stepScope) |
void |
AbstractFinalistPodium.stepStarted(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
void |
LocalSearchPhaseLifecycleListenerAdapter.stepEnded(LocalSearchStepScope<Solution_> stepScope) |
void |
LocalSearchPhaseLifecycleListener.stepEnded(LocalSearchStepScope<Solution_> stepScope) |
void |
LocalSearchPhaseLifecycleListenerAdapter.stepStarted(LocalSearchStepScope<Solution_> stepScope) |
void |
LocalSearchPhaseLifecycleListener.stepStarted(LocalSearchStepScope<Solution_> stepScope) |
Modifier and Type | Method and Description |
---|---|
LocalSearchStepScope<Solution_> |
LocalSearchPhaseScope.getLastCompletedStepScope() |
LocalSearchStepScope<Solution_> |
LocalSearchMoveScope.getStepScope() |
Modifier and Type | Method and Description |
---|---|
void |
LocalSearchPhaseScope.setLastCompletedStepScope(LocalSearchStepScope<Solution_> lastCompletedStepScope) |
Constructor and Description |
---|
LocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope,
int moveIndex,
Move<Solution_> move) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.