Uses of Interface
org.optaplanner.core.impl.heuristic.selector.value.chained.SubChainSelector
-
Packages that use SubChainSelector Package Description org.optaplanner.core.impl.heuristic.selector.move.generic.chained org.optaplanner.core.impl.heuristic.selector.value.chained -
-
Uses of SubChainSelector in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Fields in org.optaplanner.core.impl.heuristic.selector.move.generic.chained declared as SubChainSelector Modifier and Type Field Description protected SubChainSelector<Solution_>SubChainSwapMoveSelector. leftSubChainSelectorprotected SubChainSelector<Solution_>SubChainSwapMoveSelector. rightSubChainSelectorprotected SubChainSelector<Solution_>SubChainChangeMoveSelector. subChainSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.move.generic.chained with parameters of type SubChainSelector Constructor Description SubChainChangeMoveSelector(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
Classes in org.optaplanner.core.impl.heuristic.selector.value.chained that implement SubChainSelector Modifier and Type Class Description classDefaultSubChainSelector<Solution_>This is the commonSubChainSelectorimplementation.Methods in org.optaplanner.core.impl.heuristic.selector.value.chained that return SubChainSelector Modifier and Type Method Description SubChainSelector<Solution_>SubChainSelectorFactory. buildSubChainSelector(HeuristicConfigPolicy<Solution_> configPolicy, EntityDescriptor<Solution_> entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
-