Class AbstractDemandEnabledSelector<Solution_>
java.lang.Object
ai.timefold.solver.core.impl.heuristic.selector.AbstractSelector<Solution_>
ai.timefold.solver.core.impl.heuristic.selector.AbstractDemandEnabledSelector<Solution_>
- Type Parameters:
Solution_-
- All Implemented Interfaces:
Selector<Solution_>,PhaseLifecycleListener<Solution_>,SolverLifecycleListener<Solution_>,EventListener
- Direct Known Subclasses:
AbstractCachingEntitySelector,AbstractCachingValueSelector,AssignedListValueSelector,DowncastingValueSelector,EntityDependentSortingValueSelector,FilteringEntitySelector,FilteringValueSelector,FromEntityPropertyValueSelector,FromSolutionEntitySelector,FromSolutionPropertyValueSelector,InitializedValueSelector,MimicRecordingEntitySelector,MimicRecordingValueSelector,MimicReplayingEntitySelector,MimicReplayingValueSelector,ProbabilityEntitySelector,ProbabilityValueSelector,ReinitializeVariableValueSelector,SelectedCountLimitEntitySelector,SelectedCountLimitValueSelector,UnassignedListValueSelector
-
Field Summary
Fields inherited from class ai.timefold.solver.core.impl.heuristic.selector.AbstractSelector
logger, phaseLifecycleSupport, workingRandom -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.timefold.solver.core.impl.heuristic.selector.AbstractSelector
getCacheType, phaseEnded, phaseStarted, solvingEnded, solvingStarted, stepEnded, stepStartedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.timefold.solver.core.impl.heuristic.selector.Selector
isCountable, isNeverEndingMethods inherited from interface ai.timefold.solver.core.impl.solver.event.SolverLifecycleListener
solvingError