Modifier and Type | Method and Description |
---|---|
void |
DefaultLocalSearchPhase.stepEnded(LocalSearchStepScope stepScope) |
void |
DefaultLocalSearchPhase.stepStarted(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
void |
LocalSearchDecider.decideNextStep(LocalSearchStepScope stepScope) |
void |
LocalSearchDecider.stepEnded(LocalSearchStepScope stepScope) |
void |
LocalSearchDecider.stepStarted(LocalSearchStepScope 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 |
LateSimulatedAnnealingAcceptor.stepEnded(LocalSearchStepScope stepScope)
Deprecated.
|
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 |
---|---|
void |
ShiftingHardPenaltyDeciderScoreComparatorFactory.stepEnded(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
LocalSearchMoveScope |
Forager.pickMove(LocalSearchStepScope stepScope) |
LocalSearchMoveScope |
AcceptedForager.pickMove(LocalSearchStepScope stepScope) |
void |
AcceptedForager.stepEnded(LocalSearchStepScope stepScope) |
void |
AcceptedForager.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 stepScope) |
void |
LocalSearchPhaseLifecycleListener.stepEnded(LocalSearchStepScope stepScope) |
void |
LocalSearchPhaseLifecycleListenerAdapter.stepStarted(LocalSearchStepScope stepScope) |
void |
LocalSearchPhaseLifecycleListener.stepStarted(LocalSearchStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
LocalSearchStepScope |
LocalSearchPhaseScope.getLastCompletedStepScope() |
LocalSearchStepScope |
LocalSearchMoveScope.getStepScope() |
Modifier and Type | Method and Description |
---|---|
void |
LocalSearchPhaseScope.setLastCompletedStepScope(LocalSearchStepScope lastCompletedStepScope) |
Constructor and Description |
---|
LocalSearchMoveScope(LocalSearchStepScope stepScope) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.