| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractEntityPlacer.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
AbstractEntityPlacer.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstructionHeuristicPhaseScope<Solution_>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExhaustiveSearchPhaseScope<Solution_>  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractSelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
AbstractSelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SelectionCacheLifecycleBridge.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
SelectionCacheLifecycleBridge.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FromSolutionEntitySelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
FromSolutionEntitySelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FilteringEntitySelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
FilteringEntitySelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MimicReplayingEntitySelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
MimicReplayingEntitySelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NearEntityNearbyEntitySelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
NearEntityNearbyEntitySelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FilteringMoveSelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
FilteringMoveSelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MoveIteratorFactoryToMoveSelectorBridge.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
MoveIteratorFactoryToMoveSelectorBridge.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FromSolutionPropertyValueSelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
FromEntityPropertyValueSelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
FromSolutionPropertyValueSelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
void | 
FromEntityPropertyValueSelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReinitializeVariableValueSelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
FilteringValueSelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
EntityDependentSortingValueSelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
ReinitializeVariableValueSelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
void | 
FilteringValueSelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
void | 
EntityDependentSortingValueSelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MimicReplayingValueSelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
MimicReplayingValueSelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NearEntityNearbyValueSelector.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
NearEntityNearbyValueSelector.phaseStarted(AbstractPhaseScope phaseScope)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalSearchPhaseScope<Solution_>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PartitionedSearchPhaseScope<Solution_>  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractPhase.assertWorkingSolutionInitialized(AbstractPhaseScope<Solution_> phaseScope)  | 
void | 
AbstractPhase.phaseEnded(AbstractPhaseScope<Solution_> phaseScope)  | 
void | 
AbstractPhase.phaseStarted(AbstractPhaseScope<Solution_> phaseScope)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CustomPhaseScope<Solution_>  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PhaseLifecycleSupport.firePhaseEnded(AbstractPhaseScope<Solution_> phaseScope)  | 
void | 
PhaseLifecycleSupport.firePhaseStarted(AbstractPhaseScope<Solution_> phaseScope)  | 
void | 
PhaseLifecycleListenerAdapter.phaseEnded(AbstractPhaseScope<Solution_> phaseScope)  | 
void | 
PhaseLifecycleListener.phaseEnded(AbstractPhaseScope<Solution_> phaseScope)  | 
void | 
PhaseLifecycleListenerAdapter.phaseStarted(AbstractPhaseScope<Solution_> phaseScope)  | 
void | 
PhaseLifecycleListener.phaseStarted(AbstractPhaseScope<Solution_> phaseScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract AbstractPhaseScope<Solution_> | 
AbstractStepScope.getPhaseScope()  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
UnimprovedTimeMillisSpentTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
UnimprovedStepCountTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
TimeMillisSpentTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
Termination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)
 | 
double | 
StepCountTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
ScoreCalculationCountTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
PhaseToSolverTerminationBridge.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
OrCompositeTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)
Calculates the maximum timeGradient of all Terminations. 
 | 
double | 
ChildThreadPlumbingTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
BestScoreTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
BestScoreFeasibleTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
BasicPlumbingTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)  | 
double | 
AndCompositeTermination.calculatePhaseTimeGradient(AbstractPhaseScope phaseScope)
Calculates the minimum timeGradient of all Terminations. 
 | 
protected int | 
UnimprovedStepCountTermination.calculateUnimprovedStepCount(AbstractPhaseScope phaseScope)  | 
boolean | 
UnimprovedTimeMillisSpentTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
UnimprovedStepCountTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
TimeMillisSpentTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
Termination.isPhaseTerminated(AbstractPhaseScope phaseScope)
Called by the  
Phase after every step and every move to determine if the search should stop. | 
boolean | 
StepCountTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
ScoreCalculationCountTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
PhaseToSolverTerminationBridge.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
OrCompositeTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
ChildThreadPlumbingTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
BestScoreTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
BestScoreFeasibleTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
BasicPlumbingTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
boolean | 
AndCompositeTermination.isPhaseTerminated(AbstractPhaseScope phaseScope)  | 
void | 
UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
PhaseToSolverTerminationBridge.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
AbstractCompositeTermination.phaseEnded(AbstractPhaseScope phaseScope)  | 
void | 
UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.phaseStarted(AbstractPhaseScope phaseScope)  | 
void | 
PhaseToSolverTerminationBridge.phaseStarted(AbstractPhaseScope phaseScope)  | 
void | 
AbstractCompositeTermination.phaseStarted(AbstractPhaseScope phaseScope)  | 
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.