Uses of Interface
org.optaplanner.core.impl.heuristic.selector.value.chained.SubChainSelector
Package
Description
-
Uses of SubChainSelector in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Modifier and TypeFieldDescriptionprotected final SubChainSelector<Solution_>
SubChainSwapMoveSelector.leftSubChainSelector
protected final SubChainSelector<Solution_>
SubChainSwapMoveSelector.rightSubChainSelector
protected final SubChainSelector<Solution_>
SubChainChangeMoveSelector.subChainSelector
ModifierConstructorDescriptionSubChainChangeMoveSelector
(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 org.optaplanner.core.impl.heuristic.selector.value.chained
Modifier and TypeClassDescriptionclass
DefaultSubChainSelector<Solution_>
This is the commonSubChainSelector
implementation.Modifier and TypeMethodDescriptionSubChainSelectorFactory.buildSubChainSelector
(HeuristicConfigPolicy<Solution_> configPolicy, EntityDescriptor<Solution_> entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)