Class CartesianProductMoveSelectorConfig
java.lang.Object
ai.timefold.solver.core.config.AbstractConfig<Config_>
ai.timefold.solver.core.config.heuristic.selector.SelectorConfig<Config_>
ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig<CartesianProductMoveSelectorConfig>
ai.timefold.solver.core.config.heuristic.selector.move.composite.CartesianProductMoveSelectorConfig
public class CartesianProductMoveSelectorConfig
extends MoveSelectorConfig<CartesianProductMoveSelectorConfig>
-
Field Summary
FieldsFields inherited from class ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig
cacheType, filterClass, probabilityWeightFactoryClass, selectedCountLimit, selectionOrder, sorterClass, sorterComparatorClass, sorterOrder, sorterWeightFactoryClass -
Constructor Summary
ConstructorsConstructorDescriptionCartesianProductMoveSelectorConfig(List<MoveSelectorConfig> moveSelectorConfigList) -
Method Summary
Modifier and TypeMethodDescriptionTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.voidextractLeafMoveSelectorConfigsIntoList(List<MoveSelectorConfig> leafMoveSelectorConfigList) Gather a list of all descendantMoveSelectorConfigs except forUnionMoveSelectorConfigandCartesianProductMoveSelectorConfig.Deprecated.booleanVerifies if the current configuration has any Nearby Selection settings.inherit(CartesianProductMoveSelectorConfig inheritedConfig) Inherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).voidsetIgnoreEmptyChildIterators(Boolean ignoreEmptyChildIterators) voidsetMoveSelectorConfigList(List<MoveSelectorConfig> moveSelectorConfigList) Deprecated.PrefersetMoveSelectorList(List).voidsetMoveSelectorList(List<MoveSelectorConfig> moveSelectorConfigList) 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).withIgnoreEmptyChildIterators(Boolean ignoreEmptyChildIterators) withMoveSelectorList(List<MoveSelectorConfig> moveSelectorConfigList) withMoveSelectors(MoveSelectorConfig... moveSelectorConfigs) Methods inherited from class ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig
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:
-
-
Constructor Details
-
CartesianProductMoveSelectorConfig
public CartesianProductMoveSelectorConfig() -
CartesianProductMoveSelectorConfig
-
-
Method Details
-
getMoveSelectorConfigList
Deprecated.PrefergetMoveSelectorList().- Returns:
- sometimes null
-
setMoveSelectorConfigList
Deprecated.PrefersetMoveSelectorList(List).- Parameters:
moveSelectorConfigList- sometimes null
-
getMoveSelectorList
-
setMoveSelectorList
-
getIgnoreEmptyChildIterators
-
setIgnoreEmptyChildIterators
-
withMoveSelectorList
public CartesianProductMoveSelectorConfig withMoveSelectorList(List<MoveSelectorConfig> moveSelectorConfigList) -
withMoveSelectors
public CartesianProductMoveSelectorConfig withMoveSelectors(MoveSelectorConfig... moveSelectorConfigs) -
withIgnoreEmptyChildIterators
public CartesianProductMoveSelectorConfig withIgnoreEmptyChildIterators(Boolean ignoreEmptyChildIterators) -
extractLeafMoveSelectorConfigsIntoList
public void extractLeafMoveSelectorConfigsIntoList(List<MoveSelectorConfig> leafMoveSelectorConfigList) Description copied from class:MoveSelectorConfigGather a list of all descendantMoveSelectorConfigs except forUnionMoveSelectorConfigandCartesianProductMoveSelectorConfig.- Overrides:
extractLeafMoveSelectorConfigsIntoListin classMoveSelectorConfig<CartesianProductMoveSelectorConfig>- Parameters:
leafMoveSelectorConfigList- not null
-
inherit
public CartesianProductMoveSelectorConfig inherit(CartesianProductMoveSelectorConfig 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<CartesianProductMoveSelectorConfig>- 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<CartesianProductMoveSelectorConfig>- 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<CartesianProductMoveSelectorConfig>- Parameters:
classVisitor- The visitor of classes, never null. Can accept null instances of Class.
-
hasNearbySelectionConfig
public boolean hasNearbySelectionConfig()Description copied from class:SelectorConfigVerifies if the current configuration has any Nearby Selection settings.- Specified by:
hasNearbySelectionConfigin classSelectorConfig<CartesianProductMoveSelectorConfig>
-
toString
- Overrides:
toStringin classAbstractConfig<CartesianProductMoveSelectorConfig>
-
getMoveSelectorList().