Uses of Interface
org.optaplanner.core.impl.heuristic.selector.value.EntityIndependentValueSelector
-
-
Uses of EntityIndependentValueSelector in org.optaplanner.core.impl.constructionheuristic.placer
Fields in org.optaplanner.core.impl.constructionheuristic.placer declared as EntityIndependentValueSelector Modifier and Type Field Description protected EntityIndependentValueSelector<Solution_>QueuedValuePlacer. valueSelectorConstructors in org.optaplanner.core.impl.constructionheuristic.placer with parameters of type EntityIndependentValueSelector Constructor Description QueuedValuePlacer(EntityIndependentValueSelector<Solution_> valueSelector, MoveSelector<Solution_> moveSelector) -
Uses of EntityIndependentValueSelector in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Fields in org.optaplanner.core.impl.heuristic.selector.move.generic.chained declared as EntityIndependentValueSelector Modifier and Type Field Description protected EntityIndependentValueSelector<Solution_>SubChainChangeMoveSelector. valueSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.move.generic.chained with parameters of type EntityIndependentValueSelector Constructor Description SubChainChangeMoveSelector(SubChainSelector<Solution_> subChainSelector, EntityIndependentValueSelector<Solution_> valueSelector, boolean randomSelection, boolean selectReversingMoveToo) -
Uses of EntityIndependentValueSelector in org.optaplanner.core.impl.heuristic.selector.value
Classes in org.optaplanner.core.impl.heuristic.selector.value that implement EntityIndependentValueSelector Modifier and Type Class Description classFromSolutionPropertyValueSelector<Solution_>This is the commonValueSelectorimplementation. -
Uses of EntityIndependentValueSelector in org.optaplanner.core.impl.heuristic.selector.value.chained
Fields in org.optaplanner.core.impl.heuristic.selector.value.chained declared as EntityIndependentValueSelector Modifier and Type Field Description protected EntityIndependentValueSelector<Solution_>DefaultSubChainSelector. valueSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.value.chained with parameters of type EntityIndependentValueSelector Constructor Description DefaultSubChainSelector(EntityIndependentValueSelector<Solution_> valueSelector, boolean randomSelection, int minimumSubChainSize, int maximumSubChainSize) -
Uses of EntityIndependentValueSelector in org.optaplanner.core.impl.heuristic.selector.value.decorator
Classes in org.optaplanner.core.impl.heuristic.selector.value.decorator that implement EntityIndependentValueSelector 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_>Fields in org.optaplanner.core.impl.heuristic.selector.value.decorator declared as EntityIndependentValueSelector Modifier and Type Field Description protected EntityIndependentValueSelector<Solution_>AbstractCachingValueSelector. childValueSelectorprotected EntityIndependentValueSelector<Solution_>ProbabilityValueSelector. childValueSelector -
Uses of EntityIndependentValueSelector in org.optaplanner.core.impl.heuristic.selector.value.mimic
Classes in org.optaplanner.core.impl.heuristic.selector.value.mimic that implement EntityIndependentValueSelector Modifier and Type Class Description classMimicRecordingValueSelector<Solution_>classMimicReplayingValueSelector<Solution_>Fields in org.optaplanner.core.impl.heuristic.selector.value.mimic declared as EntityIndependentValueSelector Modifier and Type Field Description protected EntityIndependentValueSelector<Solution_>MimicRecordingValueSelector. childValueSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.value.mimic with parameters of type EntityIndependentValueSelector Constructor Description MimicRecordingValueSelector(EntityIndependentValueSelector<Solution_> childValueSelector)
-