Uses of Interface
org.optaplanner.core.impl.heuristic.selector.IterableSelector
-
-
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector
Subinterfaces of IterableSelector in org.optaplanner.core.impl.heuristic.selector Modifier and Type Interface Description interfaceListIterableSelector<Solution_,T> -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.common.decorator
Methods in org.optaplanner.core.impl.heuristic.selector.common.decorator with parameters of type IterableSelector Modifier and Type Method Description doubleFairSelectorProbabilityWeightFactory. createProbabilityWeight(ScoreDirector<Solution_> scoreDirector, IterableSelector selector) -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.entity
Subinterfaces of IterableSelector in org.optaplanner.core.impl.heuristic.selector.entity Modifier and Type Interface Description interfaceEntitySelector<Solution_>Selects instances of 1PlanningEntityannotated class.Classes in org.optaplanner.core.impl.heuristic.selector.entity that implement IterableSelector Modifier and Type Class Description classAbstractEntitySelector<Solution_>Abstract superclass forEntitySelector.classFromSolutionEntitySelector<Solution_>This is the commonEntitySelectorimplementation. -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Classes in org.optaplanner.core.impl.heuristic.selector.entity.decorator that implement IterableSelector Modifier and Type Class Description classAbstractCachingEntitySelector<Solution_>classCachingEntitySelector<Solution_>AEntitySelectorthat caches the result of its childEntitySelector.classFilteringEntitySelector<Solution_>classProbabilityEntitySelector<Solution_>classSelectedCountLimitEntitySelector<Solution_>classShufflingEntitySelector<Solution_>classSortingEntitySelector<Solution_> -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.mimic
Classes in org.optaplanner.core.impl.heuristic.selector.entity.mimic that implement IterableSelector Modifier and Type Class Description classMimicRecordingEntitySelector<Solution_>classMimicReplayingEntitySelector<Solution_> -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.nearby
Classes in org.optaplanner.core.impl.heuristic.selector.entity.nearby that implement IterableSelector Modifier and Type Class Description classNearEntityNearbyEntitySelector<Solution_> -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.pillar
Subinterfaces of IterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.pillar Modifier and Type Interface Description interfacePillarSelector<Solution_>A pillar is aListof entities that have the same planning value for each (or a subset) of their planning values.Classes in org.optaplanner.core.impl.heuristic.selector.entity.pillar that implement IterableSelector Modifier and Type Class Description classDefaultPillarSelector<Solution_> -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move
Subinterfaces of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move Modifier and Type Interface Description interfaceMoveSelector<Solution_>GeneratesMoves.Classes in org.optaplanner.core.impl.heuristic.selector.move that implement IterableSelector Modifier and Type Class Description classAbstractMoveSelector<Solution_>Abstract superclass forMoveSelector. -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move.composite
Classes in org.optaplanner.core.impl.heuristic.selector.move.composite that implement IterableSelector Modifier and Type Class Description classCartesianProductMoveSelector<Solution_>ACompositeMoveSelectorthat Cartesian products 2 or moreMoveSelectors.classCompositeMoveSelector<Solution_>Abstract superclass for every compositeMoveSelector.classUnionMoveSelector<Solution_>ACompositeMoveSelectorthat unions 2 or moreMoveSelectors. -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move.decorator
Classes in org.optaplanner.core.impl.heuristic.selector.move.decorator that implement IterableSelector Modifier and Type Class Description classAbstractCachingMoveSelector<Solution_>classCachingMoveSelector<Solution_>AMoveSelectorthat caches the result of its childMoveSelector.classFilteringMoveSelector<Solution_>classProbabilityMoveSelector<Solution_>classSelectedCountLimitMoveSelector<Solution_>classShufflingMoveSelector<Solution_>classSortingMoveSelector<Solution_> -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move.factory
Classes in org.optaplanner.core.impl.heuristic.selector.move.factory that implement IterableSelector Modifier and Type Class Description classMoveIteratorFactoryToMoveSelectorBridge<Solution_>Bridges aMoveIteratorFactoryto aMoveSelector.classMoveListFactoryToMoveSelectorBridge<Solution_>Bridges aMoveListFactoryto aMoveSelector. -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move.generic
Classes in org.optaplanner.core.impl.heuristic.selector.move.generic that implement IterableSelector Modifier and Type Class Description classChangeMoveSelector<Solution_>classGenericMoveSelector<Solution_>Abstract superclass for every genericMoveSelector.classPillarChangeMoveSelector<Solution_>classPillarSwapMoveSelector<Solution_>classSwapMoveSelector<Solution_> -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Classes in org.optaplanner.core.impl.heuristic.selector.move.generic.chained that implement IterableSelector Modifier and Type Class Description classKOptMoveSelector<Solution_>classSubChainChangeMoveSelector<Solution_>classSubChainSwapMoveSelector<Solution_>classTailChainSwapMoveSelector<Solution_>Also known as a 2-opt move selector. -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.value
Subinterfaces of IterableSelector in org.optaplanner.core.impl.heuristic.selector.value Modifier and Type Interface Description interfaceEntityIndependentValueSelector<Solution_>Classes in org.optaplanner.core.impl.heuristic.selector.value that implement IterableSelector Modifier and Type Class Description classFromSolutionPropertyValueSelector<Solution_>This is the commonValueSelectorimplementation. -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.value.chained
Subinterfaces of IterableSelector in org.optaplanner.core.impl.heuristic.selector.value.chained Modifier and Type Interface Description interfaceSubChainSelector<Solution_>Classes in org.optaplanner.core.impl.heuristic.selector.value.chained that implement IterableSelector Modifier and Type Class Description classDefaultSubChainSelector<Solution_>This is the commonSubChainSelectorimplementation. -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.value.decorator
Classes in org.optaplanner.core.impl.heuristic.selector.value.decorator that implement IterableSelector Modifier and Type Class Description classCachingValueSelector<Solution_>AValueSelectorthat caches the result of its childValueSelector.classEntityIndependentFilteringValueSelector<Solution_>classEntityIndependentInitializedValueSelector<Solution_>classProbabilityValueSelector<Solution_>classSelectedCountLimitValueSelector<Solution_>classShufflingValueSelector<Solution_>classSortingValueSelector<Solution_> -
Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.value.mimic
Classes in org.optaplanner.core.impl.heuristic.selector.value.mimic that implement IterableSelector Modifier and Type Class Description classMimicRecordingValueSelector<Solution_>classMimicReplayingValueSelector<Solution_>
-