Uses of Class
org.optaplanner.core.impl.solver.scope.SolverScope
Packages that use SolverScope
Package
Description
-
Uses of SolverScope in org.optaplanner.benchmark.impl.statistic
Methods in org.optaplanner.benchmark.impl.statistic with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
StatisticRegistry.solvingEnded
(SolverScope<Solution_> solverScope) void
StatisticRegistry.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.constructionheuristic
Methods in org.optaplanner.core.impl.constructionheuristic with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
DefaultConstructionHeuristicPhase.solve
(SolverScope<Solution_> solverScope) void
DefaultConstructionHeuristicPhase.solvingEnded
(SolverScope<Solution_> solverScope) void
DefaultConstructionHeuristicPhase.solvingError
(SolverScope<Solution_> solverScope, Exception exception) void
DefaultConstructionHeuristicPhase.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.constructionheuristic.decider
Methods in org.optaplanner.core.impl.constructionheuristic.decider with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
ConstructionHeuristicDecider.solvingEnded
(SolverScope<Solution_> solverScope) void
ConstructionHeuristicDecider.solvingError
(SolverScope<Solution_> solverScope, Exception exception) void
MultiThreadedConstructionHeuristicDecider.solvingError
(SolverScope<Solution_> solverScope, Exception exception) void
ConstructionHeuristicDecider.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.constructionheuristic.placer
Methods in org.optaplanner.core.impl.constructionheuristic.placer with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
AbstractEntityPlacer.solvingEnded
(SolverScope<Solution_> solverScope) void
AbstractEntityPlacer.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.constructionheuristic.scope
Constructors in org.optaplanner.core.impl.constructionheuristic.scope with parameters of type SolverScopeModifierConstructorDescriptionConstructionHeuristicPhaseScope
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.exhaustivesearch
Methods in org.optaplanner.core.impl.exhaustivesearch with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
DefaultExhaustiveSearchPhase.solve
(SolverScope<Solution_> solverScope) void
DefaultExhaustiveSearchPhase.solvingEnded
(SolverScope<Solution_> solverScope) void
DefaultExhaustiveSearchPhase.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.exhaustivesearch.decider
Methods in org.optaplanner.core.impl.exhaustivesearch.decider with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
ExhaustiveSearchDecider.solvingEnded
(SolverScope<Solution_> solverScope) void
ExhaustiveSearchDecider.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.exhaustivesearch.scope
Constructors in org.optaplanner.core.impl.exhaustivesearch.scope with parameters of type SolverScope -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector
Methods in org.optaplanner.core.impl.heuristic.selector with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
AbstractSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
AbstractSelector.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.common
Methods in org.optaplanner.core.impl.heuristic.selector.common with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
SelectionCacheLifecycleListener.constructCache
(SolverScope<Solution_> solverScope) void
SelectionCacheLifecycleListener.disposeCache
(SolverScope<Solution_> solverScope) void
SelectionCacheLifecycleBridge.solvingEnded
(SolverScope<Solution_> solverScope) void
SelectionCacheLifecycleBridge.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Methods in org.optaplanner.core.impl.heuristic.selector.entity.decorator with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
AbstractCachingEntitySelector.constructCache
(SolverScope<Solution_> solverScope) void
ProbabilityEntitySelector.constructCache
(SolverScope<Solution_> solverScope) void
SortingEntitySelector.constructCache
(SolverScope<Solution_> solverScope) void
AbstractCachingEntitySelector.disposeCache
(SolverScope<Solution_> solverScope) void
ProbabilityEntitySelector.disposeCache
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.entity.pillar
Methods in org.optaplanner.core.impl.heuristic.selector.entity.pillar with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
DefaultPillarSelector.constructCache
(SolverScope<Solution_> solverScope) void
DefaultPillarSelector.disposeCache
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.list
Methods in org.optaplanner.core.impl.heuristic.selector.list with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
ElementDestinationSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
RandomSubListSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
ElementDestinationSelector.solvingStarted
(SolverScope<Solution_> solverScope) void
RandomSubListSelector.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.list.nearby
Methods in org.optaplanner.core.impl.heuristic.selector.list.nearby with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
NearSubListNearbySubListSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
NearSubListNearbySubListSelector.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.move.decorator
Methods in org.optaplanner.core.impl.heuristic.selector.move.decorator with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
AbstractCachingMoveSelector.constructCache
(SolverScope<Solution_> solverScope) void
ProbabilityMoveSelector.constructCache
(SolverScope<Solution_> solverScope) void
SortingMoveSelector.constructCache
(SolverScope<Solution_> solverScope) void
AbstractCachingMoveSelector.disposeCache
(SolverScope<Solution_> solverScope) void
ProbabilityMoveSelector.disposeCache
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.move.factory
Methods in org.optaplanner.core.impl.heuristic.selector.move.factory with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
MoveListFactoryToMoveSelectorBridge.constructCache
(SolverScope<Solution_> solverScope) void
MoveListFactoryToMoveSelectorBridge.disposeCache
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.move.generic
Methods in org.optaplanner.core.impl.heuristic.selector.move.generic with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
ChangeMoveSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
SwapMoveSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
ChangeMoveSelector.solvingStarted
(SolverScope<Solution_> solverScope) void
SwapMoveSelector.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Methods in org.optaplanner.core.impl.heuristic.selector.move.generic.chained with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
KOptMoveSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
SubChainChangeMoveSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
SubChainSwapMoveSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
TailChainSwapMoveSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
KOptMoveSelector.solvingStarted
(SolverScope<Solution_> solverScope) void
SubChainChangeMoveSelector.solvingStarted
(SolverScope<Solution_> solverScope) void
SubChainSwapMoveSelector.solvingStarted
(SolverScope<Solution_> solverScope) void
TailChainSwapMoveSelector.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.move.generic.list
Methods in org.optaplanner.core.impl.heuristic.selector.move.generic.list with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
ListChangeMoveSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
ListSwapMoveSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
ListChangeMoveSelector.solvingStarted
(SolverScope<Solution_> solverScope) void
ListSwapMoveSelector.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.value.chained
Methods in org.optaplanner.core.impl.heuristic.selector.value.chained with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
DefaultSubChainSelector.constructCache
(SolverScope<Solution_> solverScope) void
DefaultSubChainSelector.disposeCache
(SolverScope<Solution_> solverScope) void
DefaultSubChainSelector.solvingEnded
(SolverScope<Solution_> solverScope) void
DefaultSubChainSelector.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.heuristic.selector.value.decorator
Methods in org.optaplanner.core.impl.heuristic.selector.value.decorator with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
AbstractCachingValueSelector.constructCache
(SolverScope<Solution_> solverScope) void
ProbabilityValueSelector.constructCache
(SolverScope<Solution_> solverScope) void
SortingValueSelector.constructCache
(SolverScope<Solution_> solverScope) void
AbstractCachingValueSelector.disposeCache
(SolverScope<Solution_> solverScope) void
ProbabilityValueSelector.disposeCache
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.localsearch
Methods in org.optaplanner.core.impl.localsearch with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
DefaultLocalSearchPhase.solve
(SolverScope<Solution_> solverScope) void
DefaultLocalSearchPhase.solvingEnded
(SolverScope<Solution_> solverScope) void
DefaultLocalSearchPhase.solvingError
(SolverScope<Solution_> solverScope, Exception exception) void
DefaultLocalSearchPhase.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.localsearch.decider
Methods in org.optaplanner.core.impl.localsearch.decider with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
LocalSearchDecider.solvingEnded
(SolverScope<Solution_> solverScope) void
LocalSearchDecider.solvingError
(SolverScope<Solution_> solverScope, Exception exception) void
MultiThreadedLocalSearchDecider.solvingError
(SolverScope<Solution_> solverScope, Exception exception) void
LocalSearchDecider.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.localsearch.decider.acceptor
Methods in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
CompositeAcceptor.solvingEnded
(SolverScope<Solution_> solverScope) void
CompositeAcceptor.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.localsearch.decider.forager
Methods in org.optaplanner.core.impl.localsearch.decider.forager with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
AcceptedLocalSearchForager.solvingEnded
(SolverScope<Solution_> solverScope) void
AcceptedLocalSearchForager.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.localsearch.scope
Constructors in org.optaplanner.core.impl.localsearch.scope with parameters of type SolverScope -
Uses of SolverScope in org.optaplanner.core.impl.partitionedsearch
Fields in org.optaplanner.core.impl.partitionedsearch declared as SolverScopeModifier and TypeFieldDescriptionprotected final SolverScope<Solution_>
PartitionSolver.solverScope
Methods in org.optaplanner.core.impl.partitionedsearch with parameters of type SolverScopeModifier and TypeMethodDescriptionDefaultPartitionedSearchPhase.buildPartitionSolver
(ChildThreadPlumbingTermination<Solution_> childThreadPlumbingTermination, Semaphore runnablePartThreadSemaphore, SolverScope<Solution_> solverScope) void
DefaultPartitionedSearchPhase.solve
(SolverScope<Solution_> solverScope) void
PartitionSolver.solvingEnded
(SolverScope<Solution_> solverScope) void
PartitionSolver.solvingStarted
(SolverScope<Solution_> solverScope) Constructors in org.optaplanner.core.impl.partitionedsearch with parameters of type SolverScopeModifierConstructorDescriptionPartitionSolver
(BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> termination, List<Phase<Solution_>> phaseList, SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.partitionedsearch.scope
Constructors in org.optaplanner.core.impl.partitionedsearch.scope with parameters of type SolverScope -
Uses of SolverScope in org.optaplanner.core.impl.phase
Methods in org.optaplanner.core.impl.phase with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
NoChangePhase.solve
(SolverScope<Solution_> solverScope) void
Phase.solve
(SolverScope<Solution_> solverScope) void
AbstractPhase.solvingEnded
(SolverScope<Solution_> solverScope) void
AbstractPhase.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.phase.custom.scope
Constructors in org.optaplanner.core.impl.phase.custom.scope with parameters of type SolverScope -
Uses of SolverScope in org.optaplanner.core.impl.phase.event
Methods in org.optaplanner.core.impl.phase.event with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
PhaseLifecycleSupport.fireSolvingEnded
(SolverScope<Solution_> solverScope) void
PhaseLifecycleSupport.fireSolvingError
(SolverScope<Solution_> solverScope, Exception exception) void
PhaseLifecycleSupport.fireSolvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.phase.scope
Fields in org.optaplanner.core.impl.phase.scope declared as SolverScopeModifier and TypeFieldDescriptionprotected final SolverScope<Solution_>
AbstractPhaseScope.solverScope
Methods in org.optaplanner.core.impl.phase.scope that return SolverScopeConstructors in org.optaplanner.core.impl.phase.scope with parameters of type SolverScope -
Uses of SolverScope in org.optaplanner.core.impl.solver
Fields in org.optaplanner.core.impl.solver declared as SolverScopeModifier and TypeFieldDescriptionprotected final SolverScope<Solution_>
DefaultSolver.solverScope
Methods in org.optaplanner.core.impl.solver that return SolverScopeMethods in org.optaplanner.core.impl.solver with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
DefaultSolver.outerSolvingEnded
(SolverScope<Solution_> solverScope) void
DefaultSolver.outerSolvingStarted
(SolverScope<Solution_> solverScope) protected void
AbstractSolver.runPhases
(SolverScope<Solution_> solverScope) void
AbstractSolver.solvingEnded
(SolverScope<Solution_> solverScope) void
DefaultSolver.solvingEnded
(SolverScope<Solution_> solverScope) void
AbstractSolver.solvingError
(SolverScope<Solution_> solverScope, Exception exception) void
AbstractSolver.solvingStarted
(SolverScope<Solution_> solverScope) void
DefaultSolver.solvingStarted
(SolverScope<Solution_> solverScope) Constructors in org.optaplanner.core.impl.solver with parameters of type SolverScopeModifierConstructorDescriptionDefaultSolver
(EnvironmentMode environmentMode, RandomFactory randomFactory, BestSolutionRecaller<Solution_> bestSolutionRecaller, BasicPlumbingTermination<Solution_> basicPlumbingTermination, Termination<Solution_> termination, List<Phase<Solution_>> phaseList, SolverScope<Solution_> solverScope, String moveThreadCountDescription) -
Uses of SolverScope in org.optaplanner.core.impl.solver.change
Methods in org.optaplanner.core.impl.solver.change with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
ProblemChangeAdapter.doProblemChange
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.solver.event
Methods in org.optaplanner.core.impl.solver.event with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
SolverEventSupport.fireBestSolutionChanged
(SolverScope<Solution_> solverScope, Solution_ newBestSolution) void
SolverLifecycleListener.solvingEnded
(SolverScope<Solution_> solverScope) void
SolverLifecycleListenerAdapter.solvingEnded
(SolverScope<Solution_> solverScope) default void
SolverLifecycleListener.solvingError
(SolverScope<Solution_> solverScope, Exception exception) Invoked in case of an exception in theSolver
run.void
SolverLifecycleListener.solvingStarted
(SolverScope<Solution_> solverScope) void
SolverLifecycleListenerAdapter.solvingStarted
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.solver.recaller
Methods in org.optaplanner.core.impl.solver.recaller with parameters of type SolverScopeModifier and TypeMethodDescriptionvoid
BestSolutionRecaller.solvingStarted
(SolverScope<Solution_> solverScope) void
BestSolutionRecaller.updateBestSolutionAndFire
(SolverScope<Solution_> solverScope) void
BestSolutionRecaller.updateBestSolutionAndFireIfInitialized
(SolverScope<Solution_> solverScope) -
Uses of SolverScope in org.optaplanner.core.impl.solver.scope
Methods in org.optaplanner.core.impl.solver.scope that return SolverScopeModifier and TypeMethodDescriptionSolverScope.createChildThreadSolverScope
(ChildThreadType childThreadType) -
Uses of SolverScope in org.optaplanner.core.impl.solver.termination
Methods in org.optaplanner.core.impl.solver.termination with parameters of type SolverScopeModifier and TypeMethodDescriptiondouble
AndCompositeTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) Calculates the minimum timeGradient of all Terminations.double
BasicPlumbingTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) double
BestScoreFeasibleTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) double
BestScoreTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) double
ChildThreadPlumbingTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) double
OrCompositeTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) Calculates the maximum timeGradient of all Terminations.double
PhaseToSolverTerminationBridge.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) double
ScoreCalculationCountTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) double
StepCountTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) double
Termination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) A timeGradient is a relative estimate of how long the search will continue.double
TimeMillisSpentTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) double
UnimprovedStepCountTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) double
UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) double
UnimprovedTimeMillisSpentTermination.calculateSolverTimeGradient
(SolverScope<Solution_> solverScope) AbstractTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) AndCompositeTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) BasicPlumbingTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) BestScoreFeasibleTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) BestScoreTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) ChildThreadPlumbingTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) OrCompositeTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) PhaseToSolverTerminationBridge.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) ScoreCalculationCountTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) StepCountTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) Termination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) TimeMillisSpentTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) UnimprovedStepCountTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) UnimprovedTimeMillisSpentTermination.createChildThreadTermination
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) protected List<Termination<Solution_>>
AbstractCompositeTermination.createChildThreadTerminationList
(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) boolean
AndCompositeTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
BasicPlumbingTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
BestScoreFeasibleTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
BestScoreTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
ChildThreadPlumbingTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
OrCompositeTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
PhaseToSolverTerminationBridge.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
ScoreCalculationCountTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
StepCountTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
Termination.isSolverTerminated
(SolverScope<Solution_> solverScope) Called by theSolver
after every phase to determine if the search should stop.boolean
TimeMillisSpentTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
UnimprovedStepCountTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) boolean
UnimprovedTimeMillisSpentTermination.isSolverTerminated
(SolverScope<Solution_> solverScope) void
AbstractCompositeTermination.solvingEnded
(SolverScope<Solution_> solverScope) void
UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.solvingEnded
(SolverScope<Solution_> solverScope) void
AbstractCompositeTermination.solvingStarted
(SolverScope<Solution_> solverScope) void
UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.solvingStarted
(SolverScope<Solution_> solverScope)