@Deprecated public class LateSimulatedAnnealingAcceptor extends AbstractAcceptor
| Modifier and Type | Field and Description |
|---|---|
protected int |
lateScoreIndex
Deprecated.
|
protected int |
lateSimulatedAnnealingSize
Deprecated.
|
protected Score[] |
previousScores
Deprecated.
|
logger| Constructor and Description |
|---|
LateSimulatedAnnealingAcceptor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAccepted(LocalSearchMoveScope moveScope)
Deprecated.
|
void |
phaseEnded(LocalSearchPhaseScope phaseScope)
Deprecated.
|
void |
phaseStarted(LocalSearchPhaseScope phaseScope)
Deprecated.
|
void |
setLateSimulatedAnnealingSize(int lateSimulatedAnnealingSize)
Deprecated.
|
void |
stepEnded(LocalSearchStepScope stepScope)
Deprecated.
|
stepStartedsolvingEnded, solvingStartedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstepStartedsolvingEnded, solvingStartedprotected int lateSimulatedAnnealingSize
protected Score[] previousScores
protected int lateScoreIndex
public LateSimulatedAnnealingAcceptor()
public void setLateSimulatedAnnealingSize(int lateSimulatedAnnealingSize)
public void phaseStarted(LocalSearchPhaseScope phaseScope)
phaseStarted in interface LocalSearchPhaseLifecycleListenerphaseStarted in class LocalSearchPhaseLifecycleListenerAdapterpublic boolean isAccepted(LocalSearchMoveScope moveScope)
moveScope - not nullpublic void stepEnded(LocalSearchStepScope stepScope)
stepEnded in interface LocalSearchPhaseLifecycleListenerstepEnded in class LocalSearchPhaseLifecycleListenerAdapterpublic void phaseEnded(LocalSearchPhaseScope phaseScope)
phaseEnded in interface LocalSearchPhaseLifecycleListenerphaseEnded in class LocalSearchPhaseLifecycleListenerAdapterCopyright © 2006–2016 JBoss by Red Hat. All rights reserved.