Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.value.chained.SubChainSelector
Packages that use SubChainSelector
Package
Description
-
Uses of SubChainSelector in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained
Fields in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained declared as SubChainSelectorModifier and TypeFieldDescriptionprotected final SubChainSelector<Solution_>SubChainSwapMoveSelector.leftSubChainSelectorprotected final SubChainSelector<Solution_>SubChainSwapMoveSelector.rightSubChainSelectorprotected final SubChainSelector<Solution_>SubChainChangeMoveSelector.subChainSelectorConstructors in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained with parameters of type SubChainSelectorModifierConstructorDescriptionSubChainChangeMoveSelector(SubChainSelector<Solution_> subChainSelector, EntityIndependentValueSelector<Solution_> valueSelector, boolean randomSelection, boolean selectReversingMoveToo) SubChainSwapMoveSelector(SubChainSelector<Solution_> leftSubChainSelector, SubChainSelector<Solution_> rightSubChainSelector, boolean randomSelection, boolean selectReversingMoveToo) -
Uses of SubChainSelector in ai.timefold.solver.core.impl.heuristic.selector.value.chained
Classes in ai.timefold.solver.core.impl.heuristic.selector.value.chained that implement SubChainSelectorModifier and TypeClassDescriptionclassDefaultSubChainSelector<Solution_>This is the commonSubChainSelectorimplementation.Methods in ai.timefold.solver.core.impl.heuristic.selector.value.chained that return SubChainSelectorModifier and TypeMethodDescriptionSubChainSelectorFactory.buildSubChainSelector(HeuristicConfigPolicy<Solution_> configPolicy, EntityDescriptor<Solution_> entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)