Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.list.DestinationSelector
-
-
Uses of DestinationSelector in ai.timefold.solver.core.impl.heuristic.selector.list
Classes in ai.timefold.solver.core.impl.heuristic.selector.list that implement DestinationSelector Modifier and Type Class Description classElementDestinationSelector<Solution_>Selects destinations for list variable change moves.Methods in ai.timefold.solver.core.impl.heuristic.selector.list that return DestinationSelector Modifier and Type Method Description DestinationSelector<Solution_>DestinationSelectorFactory. buildDestinationSelector(HeuristicConfigPolicy<Solution_> configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection) -
Uses of DestinationSelector in ai.timefold.solver.core.impl.heuristic.selector.list.nearby
Classes in ai.timefold.solver.core.impl.heuristic.selector.list.nearby that implement DestinationSelector Modifier and Type Class Description classNearSubListNearbyDestinationSelector<Solution_>classNearValueNearbyDestinationSelector<Solution_> -
Uses of DestinationSelector in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list
Constructors in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list with parameters of type DestinationSelector Constructor Description ListChangeMoveSelector(EntityIndependentValueSelector<Solution_> sourceValueSelector, DestinationSelector<Solution_> destinationSelector, boolean randomSelection)OriginalListChangeIterator(SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, EntityIndependentValueSelector<Solution_> valueSelector, DestinationSelector<Solution_> destinationSelector)RandomListChangeIterator(SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, EntityIndependentValueSelector<Solution_> valueSelector, DestinationSelector<Solution_> destinationSelector)RandomSubListChangeMoveSelector(SubListSelector<Solution_> subListSelector, DestinationSelector<Solution_> destinationSelector, boolean selectReversingMoveToo)
-