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 EntityIndependentValueSelectorQueuedValuePlacer. valueSelectorConstructors in org.optaplanner.core.impl.constructionheuristic.placer with parameters of type EntityIndependentValueSelector Constructor Description QueuedValuePlacer(EntityIndependentValueSelector valueSelector, MoveSelector 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 EntityIndependentValueSelectorSubChainChangeMoveSelector. valueSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.move.generic.chained with parameters of type EntityIndependentValueSelector Constructor Description SubChainChangeMoveSelector(SubChainSelector subChainSelector, EntityIndependentValueSelector 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 classFromSolutionPropertyValueSelectorThis 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 EntityIndependentValueSelectorDefaultSubChainSelector. valueSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.value.chained with parameters of type EntityIndependentValueSelector Constructor Description DefaultSubChainSelector(EntityIndependentValueSelector 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 classCachingValueSelectorAValueSelectorthat caches the result of its childValueSelector.classEntityIndependentFilteringValueSelectorclassEntityIndependentInitializedValueSelectorclassProbabilityValueSelectorclassSelectedCountLimitValueSelectorclassShufflingValueSelectorclassSortingValueSelectorFields in org.optaplanner.core.impl.heuristic.selector.value.decorator declared as EntityIndependentValueSelector Modifier and Type Field Description protected EntityIndependentValueSelectorAbstractCachingValueSelector. childValueSelectorprotected EntityIndependentValueSelectorProbabilityValueSelector. 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 classMimicRecordingValueSelectorclassMimicReplayingValueSelectorFields in org.optaplanner.core.impl.heuristic.selector.value.mimic declared as EntityIndependentValueSelector Modifier and Type Field Description protected EntityIndependentValueSelectorMimicRecordingValueSelector. childValueSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.value.mimic with parameters of type EntityIndependentValueSelector Constructor Description MimicRecordingValueSelector(EntityIndependentValueSelector childValueSelector)
-