|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EntityIndependentValueSelector in org.optaplanner.core.impl.heuristic.selector.move.generic |
|---|
| Fields in org.optaplanner.core.impl.heuristic.selector.move.generic declared as EntityIndependentValueSelector | |
|---|---|
protected EntityIndependentValueSelector |
PillarChangeMoveSelector.valueSelector
|
| Constructors in org.optaplanner.core.impl.heuristic.selector.move.generic with parameters of type EntityIndependentValueSelector | |
|---|---|
PillarChangeMoveSelector(PillarSelector pillarSelector,
EntityIndependentValueSelector valueSelector,
boolean randomSelection)
|
|
| 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 | |
|---|---|
protected EntityIndependentValueSelector |
SubChainChangeMoveSelector.valueSelector
|
| Constructors in org.optaplanner.core.impl.heuristic.selector.move.generic.chained with parameters of type EntityIndependentValueSelector | |
|---|---|
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 | |
|---|---|
class |
FromSolutionPropertyValueSelector
This is the common ValueSelector implementation. |
| 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 | |
|---|---|
protected EntityIndependentValueSelector |
DefaultSubChainSelector.valueSelector
|
| Constructors in org.optaplanner.core.impl.heuristic.selector.value.chained with parameters of type EntityIndependentValueSelector | |
|---|---|
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 | |
|---|---|
class |
CachingValueSelector
A ValueSelector that caches the result of its child ValueSelector. |
class |
ProbabilityValueSelector
|
class |
SelectedCountLimitValueSelector
|
class |
ShufflingValueSelector
|
class |
SortingValueSelector
|
| Fields in org.optaplanner.core.impl.heuristic.selector.value.decorator declared as EntityIndependentValueSelector | |
|---|---|
protected EntityIndependentValueSelector |
ProbabilityValueSelector.childValueSelector
|
protected EntityIndependentValueSelector |
AbstractCachingValueSelector.childValueSelector
|
| Constructors in org.optaplanner.core.impl.heuristic.selector.value.decorator with parameters of type EntityIndependentValueSelector | |
|---|---|
AbstractCachingValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType)
|
|
CachingValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType,
boolean randomSelection)
|
|
ProbabilityValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType,
SelectionProbabilityWeightFactory probabilityWeightFactory)
|
|
ShufflingValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType)
|
|
SortingValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType,
SelectionSorter sorter)
|
|
|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||