Modifier and Type | Class and Description |
---|---|
class |
BruteForceSolverPhaseScope |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEntityPlacer.phaseEnded(AbstractSolverPhaseScope solverPhaseScope) |
void |
AbstractEntityPlacer.phaseStarted(AbstractSolverPhaseScope solverPhaseScope) |
Modifier and Type | Class and Description |
---|---|
class |
ConstructionHeuristicSolverPhaseScope |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSelector.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
AbstractSelector.phaseStarted(AbstractSolverPhaseScope phaseScope) |
Modifier and Type | Method and Description |
---|---|
void |
SelectionCacheLifecycleBridge.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
SelectionCacheLifecycleBridge.phaseStarted(AbstractSolverPhaseScope phaseScope) |
Modifier and Type | Method and Description |
---|---|
void |
FilteringEntitySelector.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
FilteringEntitySelector.phaseStarted(AbstractSolverPhaseScope phaseScope) |
Modifier and Type | Method and Description |
---|---|
void |
MimicReplayingEntitySelector.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
MimicReplayingEntitySelector.phaseStarted(AbstractSolverPhaseScope phaseScope) |
Modifier and Type | Method and Description |
---|---|
void |
FilteringMoveSelector.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
FilteringMoveSelector.phaseStarted(AbstractSolverPhaseScope phaseScope) |
Modifier and Type | Method and Description |
---|---|
void |
MoveIteratorFactoryToMoveSelectorBridge.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
MoveIteratorFactoryToMoveSelectorBridge.phaseStarted(AbstractSolverPhaseScope phaseScope) |
Modifier and Type | Method and Description |
---|---|
void |
ReinitializeVariableValueSelector.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
EntityDependentSortingValueSelector.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
ReinitializeVariableValueSelector.phaseStarted(AbstractSolverPhaseScope phaseScope) |
void |
EntityDependentSortingValueSelector.phaseStarted(AbstractSolverPhaseScope phaseScope) |
Modifier and Type | Method and Description |
---|---|
void |
PlanningValueWalker.phaseEnded(AbstractSolverPhaseScope phaseScope)
Deprecated.
|
void |
PlanningVariableWalker.phaseEnded(AbstractSolverPhaseScope phaseScope)
Deprecated.
|
void |
PlanningValueSelector.phaseEnded(AbstractSolverPhaseScope phaseScope)
Deprecated.
|
void |
PlanningValueWalker.phaseStarted(AbstractSolverPhaseScope phaseScope)
Deprecated.
|
void |
PlanningVariableWalker.phaseStarted(AbstractSolverPhaseScope phaseScope)
Deprecated.
|
void |
PlanningValueSelector.phaseStarted(AbstractSolverPhaseScope phaseScope)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalSearchSolverPhaseScope |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSolverPhase.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
AbstractSolverPhase.phaseStarted(AbstractSolverPhaseScope phaseScope) |
Modifier and Type | Class and Description |
---|---|
class |
CustomSolverPhaseScope |
Modifier and Type | Method and Description |
---|---|
void |
SolverPhaseLifecycleSupport.firePhaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
SolverPhaseLifecycleSupport.firePhaseStarted(AbstractSolverPhaseScope phaseScope) |
void |
SolverPhaseLifecycleListenerAdapter.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
SolverPhaseLifecycleListener.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
SolverPhaseLifecycleListenerAdapter.phaseStarted(AbstractSolverPhaseScope phaseScope) |
void |
SolverPhaseLifecycleListener.phaseStarted(AbstractSolverPhaseScope phaseScope) |
Modifier and Type | Method and Description |
---|---|
abstract AbstractSolverPhaseScope |
AbstractStepScope.getPhaseScope() |
Modifier and Type | Method and Description |
---|---|
double |
BasicPlumbingTermination.calculatePhaseTimeGradient(AbstractSolverPhaseScope phaseScope) |
boolean |
BasicPlumbingTermination.isPhaseTerminated(AbstractSolverPhaseScope phaseScope) |
Modifier and Type | Method and Description |
---|---|
double |
PhaseToSolverTerminationBridge.calculatePhaseTimeGradient(AbstractSolverPhaseScope phaseScope) |
double |
StepCountTermination.calculatePhaseTimeGradient(AbstractSolverPhaseScope phaseScope) |
double |
AndCompositeTermination.calculatePhaseTimeGradient(AbstractSolverPhaseScope phaseScope)
Calculates the minimum timeGradient of all Terminations.
|
double |
TimeMillisSpendTermination.calculatePhaseTimeGradient(AbstractSolverPhaseScope phaseScope) |
double |
Termination.calculatePhaseTimeGradient(AbstractSolverPhaseScope phaseScope)
|
double |
UnimprovedStepCountTermination.calculatePhaseTimeGradient(AbstractSolverPhaseScope phaseScope) |
double |
OrCompositeTermination.calculatePhaseTimeGradient(AbstractSolverPhaseScope phaseScope)
Calculates the minimum timeGradient of all Terminations.
|
double |
ScoreAttainedTermination.calculatePhaseTimeGradient(AbstractSolverPhaseScope phaseScope) |
boolean |
PhaseToSolverTerminationBridge.isPhaseTerminated(AbstractSolverPhaseScope phaseScope) |
boolean |
StepCountTermination.isPhaseTerminated(AbstractSolverPhaseScope phaseScope) |
boolean |
AndCompositeTermination.isPhaseTerminated(AbstractSolverPhaseScope phaseScope) |
boolean |
TimeMillisSpendTermination.isPhaseTerminated(AbstractSolverPhaseScope phaseScope) |
boolean |
Termination.isPhaseTerminated(AbstractSolverPhaseScope phaseScope)
Called by the
SolverPhase after every step and every move to determine if the search should stop. |
boolean |
UnimprovedStepCountTermination.isPhaseTerminated(AbstractSolverPhaseScope phaseScope) |
boolean |
OrCompositeTermination.isPhaseTerminated(AbstractSolverPhaseScope phaseScope) |
boolean |
ScoreAttainedTermination.isPhaseTerminated(AbstractSolverPhaseScope phaseScope) |
void |
PhaseToSolverTerminationBridge.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
AbstractCompositeTermination.phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
PhaseToSolverTerminationBridge.phaseStarted(AbstractSolverPhaseScope phaseScope) |
void |
AbstractCompositeTermination.phaseStarted(AbstractSolverPhaseScope phaseScope) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.