Class SubListSwapMoveSelectorConfig
java.lang.Object
org.optaplanner.core.config.AbstractConfig<Config_>
org.optaplanner.core.config.heuristic.selector.SelectorConfig<Config_>
org.optaplanner.core.config.heuristic.selector.move.MoveSelectorConfig<SubListSwapMoveSelectorConfig>
org.optaplanner.core.config.heuristic.selector.move.generic.list.SubListSwapMoveSelectorConfig
public class SubListSwapMoveSelectorConfig
extends MoveSelectorConfig<SubListSwapMoveSelectorConfig>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IntegerDeprecated, for removal: This API element is subject to removal in a future version.The maximumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner.protected IntegerDeprecated, for removal: This API element is subject to removal in a future version.The minimumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner.static final StringFields inherited from class org.optaplanner.core.config.heuristic.selector.move.MoveSelectorConfig
cacheType, filterClass, probabilityWeightFactoryClass, selectedCountLimit, selectionOrder, sorterClass, sorterComparatorClass, sorterOrder, sorterWeightFactoryClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.Deprecated, for removal: This API element is subject to removal in a future version.The maximumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner.Deprecated, for removal: This API element is subject to removal in a future version.The minimumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner.inherit(SubListSwapMoveSelectorConfig inheritedConfig) Inherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).voidsetMaximumSubListSize(Integer maximumSubListSize) Deprecated, for removal: This API element is subject to removal in a future version.The maximumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner.voidsetMinimumSubListSize(Integer minimumSubListSize) Deprecated, for removal: This API element is subject to removal in a future version.The minimumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner.voidsetSecondarySubListSelectorConfig(SubListSelectorConfig secondarySubListSelectorConfig) voidsetSelectReversingMoveToo(Boolean selectReversingMoveToo) voidsetSubListSelectorConfig(SubListSelectorConfig subListSelectorConfig) toString()voidvisitReferencedClasses(Consumer<Class<?>> classVisitor) Call the class visitor on each (possibly null) Class instance provided to this config by the user (including those provided in child configs).withSecondarySubListSelectorConfig(SubListSelectorConfig secondarySubListSelectorConfig) withSelectReversingMoveToo(Boolean selectReversingMoveToo) withSubListSelectorConfig(SubListSelectorConfig subListSelectorConfig) Methods inherited from class org.optaplanner.core.config.heuristic.selector.move.MoveSelectorConfig
extractLeafMoveSelectorConfigsIntoList, getCacheType, getFilterClass, getFixedProbabilityWeight, getProbabilityWeightFactoryClass, getSelectedCountLimit, getSelectionOrder, getSorterClass, getSorterComparatorClass, getSorterOrder, getSorterWeightFactoryClass, inheritFolded, setCacheType, setFilterClass, setFixedProbabilityWeight, setProbabilityWeightFactoryClass, setSelectedCountLimit, setSelectionOrder, setSorterClass, setSorterComparatorClass, setSorterOrder, setSorterWeightFactoryClass, visitCommonReferencedClasses, withCacheType, withFilterClass, withFixedProbabilityWeight, withProbabilityWeightFactoryClass, withSelectedCountLimit, withSelectionOrder, withSorterClass, withSorterComparatorClass, withSorterOrder, withSorterWeightFactoryClass
-
Field Details
-
XML_ELEMENT_NAME
- See Also:
-
minimumSubListSize
Deprecated, for removal: This API element is subject to removal in a future version.The minimumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner. UseSubListSelectorConfig.getMinimumSubListSize()instead. -
maximumSubListSize
Deprecated, for removal: This API element is subject to removal in a future version.The maximumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner. UseSubListSelectorConfig.getMaximumSubListSize()instead.
-
-
Constructor Details
-
SubListSwapMoveSelectorConfig
public SubListSwapMoveSelectorConfig()
-
-
Method Details
-
getMinimumSubListSize
Deprecated, for removal: This API element is subject to removal in a future version.The minimumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner. UseSubListSelectorConfig.getMinimumSubListSize()instead. -
setMinimumSubListSize
Deprecated, for removal: This API element is subject to removal in a future version.The minimumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner. UseSubListSelectorConfig.setMinimumSubListSize(Integer)instead. -
getMaximumSubListSize
Deprecated, for removal: This API element is subject to removal in a future version.The maximumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner. UseSubListSelectorConfig.getMaximumSubListSize()instead. -
setMaximumSubListSize
Deprecated, for removal: This API element is subject to removal in a future version.The maximumSubListSize on the SubListSwapMoveSelectorConfig is deprecated and will be removed in a future major version of OptaPlanner. UseSubListSelectorConfig.setMaximumSubListSize(Integer)instead. -
getSelectReversingMoveToo
-
setSelectReversingMoveToo
-
getSubListSelectorConfig
-
setSubListSelectorConfig
-
getSecondarySubListSelectorConfig
-
setSecondarySubListSelectorConfig
-
withSelectReversingMoveToo
-
withSubListSelectorConfig
public SubListSwapMoveSelectorConfig withSubListSelectorConfig(SubListSelectorConfig subListSelectorConfig) -
withSecondarySubListSelectorConfig
public SubListSwapMoveSelectorConfig withSecondarySubListSelectorConfig(SubListSelectorConfig secondarySubListSelectorConfig) -
inherit
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<SubListSwapMoveSelectorConfig>- Parameters:
inheritedConfig- never null- Returns:
- this
-
copyConfig
Description copied from class:AbstractConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.- Specified by:
copyConfigin classAbstractConfig<SubListSwapMoveSelectorConfig>- Returns:
- new instance
-
visitReferencedClasses
Description copied from class:AbstractConfigCall the class visitor on each (possibly null) Class instance provided to this config by the user (including those provided in child configs). Required to create the bean factory in Quarkus.- Specified by:
visitReferencedClassesin classAbstractConfig<SubListSwapMoveSelectorConfig>- Parameters:
classVisitor- The visitor of classes, never null. Can accept null instances of Class.
-
toString
- Overrides:
toStringin classAbstractConfig<SubListSwapMoveSelectorConfig>
-