Uses of Interface
org.optaplanner.core.impl.heuristic.selector.entity.pillar.PillarSelector
-
Packages that use PillarSelector Package Description org.optaplanner.core.impl.heuristic.selector.entity.pillar org.optaplanner.core.impl.heuristic.selector.move.generic -
-
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<Solution_>Methods in org.optaplanner.core.impl.heuristic.selector.entity.pillar that return PillarSelector Modifier and Type Method Description PillarSelector<Solution_>PillarSelectorFactory. buildPillarSelector(HeuristicConfigPolicy<Solution_> configPolicy, SubPillarType subPillarType, Class<? extends Comparator> subPillarSequenceComparatorClass, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder, List<String> variableNameIncludeList) -
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 PillarSelector<Solution_>PillarSwapMoveSelector. leftPillarSelectorprotected PillarSelector<Solution_>PillarChangeMoveSelector. pillarSelectorprotected PillarSelector<Solution_>PillarSwapMoveSelector. rightPillarSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.move.generic with parameters of type PillarSelector Constructor Description PillarChangeMoveSelector(PillarSelector<Solution_> pillarSelector, ValueSelector<Solution_> valueSelector, boolean randomSelection)PillarSwapMoveSelector(PillarSelector<Solution_> leftPillarSelector, PillarSelector<Solution_> rightPillarSelector, List<GenuineVariableDescriptor<Solution_>> variableDescriptorList, boolean randomSelection)
-