Uses of Interface
org.optaplanner.core.impl.heuristic.selector.entity.pillar.PillarSelector
-
-
Uses of PillarSelector in org.optaplanner.core.config.heuristic.selector.entity.pillar
Methods in org.optaplanner.core.config.heuristic.selector.entity.pillar that return PillarSelector Modifier and Type Method Description PillarSelectorPillarSelectorConfig. buildPillarSelector(HeuristicConfigPolicy configPolicy, SubPillarType subPillarType, Class<? extends Comparator> subPillarSequenceComparatorClass, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder, List<String> variableNameIncludeList) -
Uses of PillarSelector in org.optaplanner.core.impl.heuristic.selector.entity.pillar
Classes in org.optaplanner.core.impl.heuristic.selector.entity.pillar that implement PillarSelector Modifier and Type Class Description classDefaultPillarSelector -
Uses of PillarSelector in org.optaplanner.core.impl.heuristic.selector.move.generic
Fields in org.optaplanner.core.impl.heuristic.selector.move.generic declared as PillarSelector Modifier and Type Field Description protected PillarSelectorPillarSwapMoveSelector. leftPillarSelectorprotected PillarSelectorPillarChangeMoveSelector. pillarSelectorprotected PillarSelectorPillarSwapMoveSelector. rightPillarSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.move.generic with parameters of type PillarSelector Constructor Description PillarChangeMoveSelector(PillarSelector pillarSelector, ValueSelector valueSelector, boolean randomSelection)PillarSwapMoveSelector(PillarSelector leftPillarSelector, PillarSelector rightPillarSelector, List<GenuineVariableDescriptor> variableDescriptorList, boolean randomSelection)
-