Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.entity.pillar.PillarSelector
-
Packages that use PillarSelector Package Description ai.timefold.solver.core.impl.heuristic.selector.entity.pillar ai.timefold.solver.core.impl.heuristic.selector.move.generic -
-
Uses of PillarSelector in ai.timefold.solver.core.impl.heuristic.selector.entity.pillar
Classes in ai.timefold.solver.core.impl.heuristic.selector.entity.pillar that implement PillarSelector Modifier and Type Class Description classDefaultPillarSelector<Solution_>Methods in ai.timefold.solver.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<Object>> subPillarSequenceComparatorClass, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder, List<String> variableNameIncludeList) -
Uses of PillarSelector in ai.timefold.solver.core.impl.heuristic.selector.move.generic
Fields in ai.timefold.solver.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 ai.timefold.solver.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)
-