Uses of Interface
org.optaplanner.core.impl.solver.event.SolverLifecycleListener
Package
Description
-
Uses of SolverLifecycleListener in org.optaplanner.benchmark.impl.statistic
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.constructionheuristic
Modifier and TypeInterfaceDescriptioninterface
ConstructionHeuristicPhase<Solution_>
AConstructionHeuristicPhase
is aPhase
which uses a construction heuristic algorithm, such as First Fit, First Fit Decreasing, Cheapest Insertion, ...Modifier and TypeClassDescriptionclass
DefaultConstructionHeuristicPhase<Solution_>
Default implementation ofConstructionHeuristicPhase
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.constructionheuristic.decider.forager
Modifier and TypeClassDescriptionclass
AbstractConstructionHeuristicForager<Solution_>
class
DefaultConstructionHeuristicForager<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.constructionheuristic.event
Modifier and TypeInterfaceDescriptioninterface
ConstructionHeuristicPhaseLifecycleListener<Solution_>
Modifier and TypeClassDescriptionclass
An adapter forConstructionHeuristicPhaseLifecycleListener
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.constructionheuristic.placer
Modifier and TypeClassDescriptionclass
AbstractEntityPlacer<Solution_>
Abstract superclass forEntityPlacer
.class
PooledEntityPlacer<Solution_>
class
QueuedEntityPlacer<Solution_>
class
QueuedValuePlacer<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.exhaustivesearch
Modifier and TypeInterfaceDescriptioninterface
ExhaustiveSearchPhase<Solution_>
AExhaustiveSearchPhase
is aPhase
which uses an exhaustive algorithm, such as Brute Force.Modifier and TypeClassDescriptionclass
DefaultExhaustiveSearchPhase<Solution_>
Default implementation ofExhaustiveSearchPhase
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.exhaustivesearch.decider
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.exhaustivesearch.event
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector
Modifier and TypeInterfaceDescriptioninterface
IterableSelector<Solution_,
T> interface
ListIterableSelector<Solution_,
T> interface
Selector<Solution_>
General interface forMoveSelector
,EntitySelector
andValueSelector
which generatesMove
s or parts of them.Modifier and TypeClassDescriptionclass
AbstractDemandEnabledSelector<Solution_>
It is expected that if two instances share the same properties, they areequal
to one another.class
AbstractSelector<Solution_>
Abstract superclass forSelector
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.common
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.common.nearby
Modifier and TypeClassDescriptionclass
AbstractNearbySelector<Solution_,
ChildSelector_ extends PhaseLifecycleListener<Solution_>, ReplayingSelector_ extends PhaseLifecycleListener<Solution_>> -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.entity
Modifier and TypeInterfaceDescriptioninterface
EntitySelector<Solution_>
Selects instances of 1PlanningEntity
annotated class.Modifier and TypeClassDescriptionfinal class
FromSolutionEntitySelector<Solution_>
This is the commonEntitySelector
implementation. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Modifier and TypeClassDescriptionclass
AbstractCachingEntitySelector<Solution_>
final class
CachingEntitySelector<Solution_>
AEntitySelector
that caches the result of its childEntitySelector
.final class
FilteringEntitySelector<Solution_>
final class
ProbabilityEntitySelector<Solution_>
final class
SelectedCountLimitEntitySelector<Solution_>
final class
ShufflingEntitySelector<Solution_>
final class
SortingEntitySelector<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.entity.mimic
Modifier and TypeClassDescriptionfinal class
MimicRecordingEntitySelector<Solution_>
class
MimicReplayingEntitySelector<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.entity.nearby
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.entity.pillar
Modifier and TypeInterfaceDescriptioninterface
PillarSelector<Solution_>
A pillar is aList
of entities that have the same planning value for each (or a subset) of their planning values. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.list
Modifier and TypeInterfaceDescriptioninterface
DestinationSelector<Solution_>
interface
SubListSelector<Solution_>
Modifier and TypeClassDescriptionclass
ElementDestinationSelector<Solution_>
Selects destinations for list variable change moves.class
RandomSubListSelector<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.list.mimic
Modifier and TypeClassDescriptionclass
MimicRecordingSubListSelector<Solution_>
class
MimicReplayingSubListSelector<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.list.nearby
Modifier and TypeClassDescriptionfinal class
NearSubListNearbyDestinationSelector<Solution_>
final class
NearSubListNearbySubListSelector<Solution_>
final class
NearValueNearbyDestinationSelector<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.move
Modifier and TypeClassDescriptionclass
AbstractMoveSelector<Solution_>
Abstract superclass forMoveSelector
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.move.composite
Modifier and TypeClassDescriptionclass
CartesianProductMoveSelector<Solution_>
ACompositeMoveSelector
that Cartesian products 2 or moreMoveSelector
s.class
CompositeMoveSelector<Solution_>
Abstract superclass for every compositeMoveSelector
.class
UnionMoveSelector<Solution_>
ACompositeMoveSelector
that unions 2 or moreMoveSelector
s. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.move.decorator
Modifier and TypeClassDescriptionclass
AbstractCachingMoveSelector<Solution_>
class
CachingMoveSelector<Solution_>
AMoveSelector
that caches the result of its childMoveSelector
.class
FilteringMoveSelector<Solution_>
class
ProbabilityMoveSelector<Solution_>
class
SelectedCountLimitMoveSelector<Solution_>
class
ShufflingMoveSelector<Solution_>
class
SortingMoveSelector<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.move.factory
Modifier and TypeClassDescriptionclass
MoveIteratorFactoryToMoveSelectorBridge<Solution_>
Bridges aMoveIteratorFactory
to aMoveSelector
.class
MoveListFactoryToMoveSelectorBridge<Solution_>
Bridges aMoveListFactory
to aMoveSelector
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.move.generic
Modifier and TypeClassDescriptionclass
ChangeMoveSelector<Solution_>
class
GenericMoveSelector<Solution_>
Abstract superclass for every genericMoveSelector
.class
PillarChangeMoveSelector<Solution_>
class
PillarSwapMoveSelector<Solution_>
class
SwapMoveSelector<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Modifier and TypeClassDescriptionclass
KOptMoveSelector<Solution_>
class
SubChainChangeMoveSelector<Solution_>
class
SubChainSwapMoveSelector<Solution_>
class
TailChainSwapMoveSelector<Solution_>
Also known as a 2-opt move selector. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.move.generic.list
Modifier and TypeClassDescriptionclass
ListChangeMoveSelector<Solution_>
class
ListSwapMoveSelector<Solution_>
class
RandomSubListChangeMoveSelector<Solution_>
class
RandomSubListSwapMoveSelector<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.value
Modifier and TypeInterfaceDescriptioninterface
EntityIndependentValueSelector<Solution_>
interface
ValueSelector<Solution_>
Selects values from theValueRangeProvider
for aPlanningVariable
annotated property.Modifier and TypeClassDescriptionfinal class
FromEntityPropertyValueSelector<Solution_>
This is the commonValueSelector
implementation.final class
FromSolutionPropertyValueSelector<Solution_>
This is the commonValueSelector
implementation. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.value.chained
Modifier and TypeClassDescriptionclass
DefaultSubChainSelector<Solution_>
This is the commonSubChainSelector
implementation. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.value.decorator
Modifier and TypeClassDescriptionclass
AbstractCachingValueSelector<Solution_>
final class
AssignedValueSelector<Solution_>
Only selects values from the child value selector that are assigned.final class
CachingValueSelector<Solution_>
AValueSelector
that caches the result of its childValueSelector
.final class
DowncastingValueSelector<Solution_>
final class
EntityDependentSortingValueSelector<Solution_>
final class
EntityIndependentFilteringValueSelector<Solution_>
final class
EntityIndependentInitializedValueSelector<Solution_>
class
FilteringValueSelector<Solution_>
class
InitializedValueSelector<Solution_>
Prevents creating chains without an anchor.final class
ProbabilityValueSelector<Solution_>
final class
ReinitializeVariableValueSelector<Solution_>
Prevents reassigning of already initialized variables during Construction Heuristics and Exhaustive Search.final class
SelectedCountLimitValueSelector<Solution_>
final class
ShufflingValueSelector<Solution_>
final class
SortingValueSelector<Solution_>
final class
UnassignedValueSelector<Solution_>
Only selects values from the child value selector that are unassigned. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.value.mimic
Modifier and TypeClassDescriptionclass
MimicRecordingValueSelector<Solution_>
class
MimicReplayingValueSelector<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.heuristic.selector.value.nearby
Modifier and TypeClassDescriptionfinal class
NearEntityNearbyValueSelector<Solution_>
final class
NearValueNearbyValueSelector<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch
Modifier and TypeInterfaceDescriptioninterface
LocalSearchPhase<Solution_>
ALocalSearchPhase
is aPhase
which uses a Local Search algorithm, such asTabu Search
,Simulated Annealing
,Late Acceptance
, ...Modifier and TypeClassDescriptionclass
DefaultLocalSearchPhase<Solution_>
Default implementation ofLocalSearchPhase
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor
Modifier and TypeInterfaceDescriptioninterface
Acceptor<Solution_>
An Acceptor accepts or rejects a selectedMove
.Modifier and TypeClassDescriptionclass
AbstractAcceptor<Solution_>
Abstract superclass forAcceptor
.class
CompositeAcceptor<Solution_>
Combines several acceptors into one. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Modifier and TypeClassDescriptionclass
SimulatedAnnealingAcceptor<Solution_>
The time gradient implementation of simulated annealing. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Modifier and TypeClassDescriptionclass
AbstractTabuAcceptor<Solution_>
Abstract superclass for all Tabu Acceptors.class
EntityTabuAcceptor<Solution_>
class
MoveTabuAcceptor<Solution_>
class
ValueTabuAcceptor<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch.decider.forager
Modifier and TypeInterfaceDescriptioninterface
LocalSearchForager<Solution_>
Collects the moves and picks the next step from those for theLocalSearchDecider
.Modifier and TypeClassDescriptionclass
AbstractLocalSearchForager<Solution_>
Abstract superclass forLocalSearchForager
.class
AcceptedLocalSearchForager<Solution_>
ALocalSearchForager
which forages accepted moves and ignores unaccepted moves. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch.decider.forager.finalist
Modifier and TypeInterfaceDescriptioninterface
FinalistPodium<Solution_>
A podium gathers the finalists (theLocalSearchMoveScope
s which might win) and picks the winner.Modifier and TypeClassDescriptionclass
AbstractFinalistPodium<Solution_>
Abstract superclass forFinalistPodium
.final class
HighestScoreFinalistPodium<Solution_>
Default implementation ofFinalistPodium
.final class
StrategicOscillationByLevelFinalistPodium<Solution_>
Strategic oscillation, works well with Tabu search. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.localsearch.event
Modifier and TypeClassDescriptionclass
LocalSearchPhaseLifecycleListenerAdapter<Solution_>
An adapter forLocalSearchPhaseLifecycleListener
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.partitionedsearch
Modifier and TypeInterfaceDescriptioninterface
PartitionedSearchPhase<Solution_>
APartitionedSearchPhase
is aPhase
which uses a Partition Search algorithm.Modifier and TypeClassDescriptionclass
DefaultPartitionedSearchPhase<Solution_>
Default implementation ofPartitionedSearchPhase
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.partitionedsearch.event
Modifier and TypeInterfaceDescriptioninterface
PartitionedSearchPhaseLifecycleListener<Solution_>
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.phase
Modifier and TypeClassDescriptionclass
AbstractPhase<Solution_>
class
NoChangePhase<Solution_>
ANoChangePhase
is aPhase
which does nothing. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.phase.custom
-
Uses of SolverLifecycleListener in org.optaplanner.core.impl.phase.event
Modifier and TypeClassDescriptionclass
PhaseLifecycleListenerAdapter<Solution_>
An adapter forPhaseLifecycleListener
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.solver.event
Modifier and TypeClassDescriptionclass
SolverLifecycleListenerAdapter<Solution_>
An adapter forSolverLifecycleListener
. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.solver.recaller
Modifier and TypeClassDescriptionclass
BestSolutionRecaller<Solution_>
Remembers thebest solution
that aSolver
encounters. -
Uses of SolverLifecycleListener in org.optaplanner.core.impl.solver.termination
Modifier and TypeClassDescriptionclass
AbstractCompositeTermination<Solution_>
Abstract superclass that combines multipleTermination
s.class
AbstractTermination<Solution_>
Abstract superclass forTermination
.class
AndCompositeTermination<Solution_>
class
BasicPlumbingTermination<Solution_>
Concurrency notes: Condition predicate on (BasicPlumbingTermination.problemFactChangeQueue
is not empty orBasicPlumbingTermination.terminatedEarly
is true).class
BestScoreFeasibleTermination<Solution_>
class
BestScoreTermination<Solution_>
class
ChildThreadPlumbingTermination<Solution_>
class
OrCompositeTermination<Solution_>
class
PhaseToSolverTerminationBridge<Solution_>
class
ScoreCalculationCountTermination<Solution_>
class
StepCountTermination<Solution_>
class
TimeMillisSpentTermination<Solution_>
class
UnimprovedStepCountTermination<Solution_>
class
class
UnimprovedTimeMillisSpentTermination<Solution_>