Class SubChainSwapMoveSelectorConfig
- java.lang.Object
-
- org.optaplanner.core.config.AbstractConfig<C>
-
- org.optaplanner.core.config.heuristic.selector.SelectorConfig<C>
-
- org.optaplanner.core.config.heuristic.selector.move.MoveSelectorConfig<SubChainSwapMoveSelectorConfig>
-
- org.optaplanner.core.config.heuristic.selector.move.generic.chained.SubChainSwapMoveSelectorConfig
-
public class SubChainSwapMoveSelectorConfig extends MoveSelectorConfig<SubChainSwapMoveSelectorConfig>
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.config.heuristic.selector.move.MoveSelectorConfig
cacheType, filterClassList, probabilityWeightFactoryClass, selectedCountLimit, selectionOrder, sorterClass, sorterComparatorClass, sorterOrder, sorterWeightFactoryClass
-
-
Constructor Summary
Constructors Constructor Description SubChainSwapMoveSelectorConfig()
-
Method Summary
-
Methods inherited from class org.optaplanner.core.config.heuristic.selector.move.MoveSelectorConfig
buildMoveSelector, buildUnfoldedMoveSelectorConfig, determineBaseRandomSelection, extractLeafMoveSelectorConfigsIntoList, getCacheType, getFilterClassList, getFixedProbabilityWeight, getProbabilityWeightFactoryClass, getSelectedCountLimit, getSelectionOrder, getSorterClass, getSorterComparatorClass, getSorterOrder, getSorterWeightFactoryClass, inheritFolded, isBaseInherentlyCached, setCacheType, setFilterClassList, setFixedProbabilityWeight, setProbabilityWeightFactoryClass, setSelectedCountLimit, setSelectionOrder, setSorterClass, setSorterComparatorClass, setSorterOrder, setSorterWeightFactoryClass, withCacheType, withFilterClassList, withFixedProbabilityWeight, withProbabilityWeightFactoryClass, withSelectedCountLimit, withSelectionOrder, withSorterClass, withSorterComparatorClass, withSorterOrder, withSorterWeightFactoryClass
-
Methods inherited from class org.optaplanner.core.config.heuristic.selector.SelectorConfig
validateCacheTypeVersusSelectionOrder
-
Methods inherited from class org.optaplanner.core.config.AbstractConfig
deduceEntityDescriptor, deduceVariableDescriptor, deduceVariableDescriptorList
-
-
-
-
Method Detail
-
getEntityClass
public Class<?> getEntityClass()
-
setEntityClass
public void setEntityClass(Class<?> entityClass)
-
getSubChainSelectorConfig
public SubChainSelectorConfig getSubChainSelectorConfig()
-
setSubChainSelectorConfig
public void setSubChainSelectorConfig(SubChainSelectorConfig subChainSelectorConfig)
-
getSecondarySubChainSelectorConfig
public SubChainSelectorConfig getSecondarySubChainSelectorConfig()
-
setSecondarySubChainSelectorConfig
public void setSecondarySubChainSelectorConfig(SubChainSelectorConfig secondarySubChainSelectorConfig)
-
getSelectReversingMoveToo
public Boolean getSelectReversingMoveToo()
-
setSelectReversingMoveToo
public void setSelectReversingMoveToo(Boolean selectReversingMoveToo)
-
buildBaseMoveSelector
public MoveSelector buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection)
- Specified by:
buildBaseMoveSelectorin classMoveSelectorConfig<SubChainSwapMoveSelectorConfig>- Parameters:
configPolicy- never nullminimumCacheType- never null, If caching is used (different fromSelectionCacheType.JUST_IN_TIME), then it should be at least thisSelectionCacheTypebecause an ancestor already uses such caching and less would be pointless.randomSelection- true is equivalent toSelectionOrder.RANDOM, false is equivalent toSelectionOrder.ORIGINAL- Returns:
- never null
-
inherit
public SubChainSwapMoveSelectorConfig inherit(SubChainSwapMoveSelectorConfig inheritedConfig)
Description copied from class:AbstractConfigInherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).After the inheritance, if a property on this
AbstractConfigcomposition is replaced, it should not affect the inherited composition instance.- Overrides:
inheritin classMoveSelectorConfig<SubChainSwapMoveSelectorConfig>- Parameters:
inheritedConfig- never null- Returns:
- this
-
copyConfig
public SubChainSwapMoveSelectorConfig copyConfig()
Description copied from class:AbstractConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it- Specified by:
copyConfigin classAbstractConfig<SubChainSwapMoveSelectorConfig>- Returns:
- new instance
-
toString
public String toString()
- Overrides:
toStringin classAbstractConfig<SubChainSwapMoveSelectorConfig>
-
-