Class PillarSwapMoveSelectorConfig
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<Config_>
ai.timefold.solver.core.config.heuristic.selector.move.generic.AbstractPillarMoveSelectorConfig<PillarSwapMoveSelectorConfig>
ai.timefold.solver.core.config.heuristic.selector.move.generic.PillarSwapMoveSelectorConfig
public class PillarSwapMoveSelectorConfig
extends AbstractPillarMoveSelectorConfig<PillarSwapMoveSelectorConfig>
-
Field Summary
FieldsFields inherited from class ai.timefold.solver.core.config.heuristic.selector.move.generic.AbstractPillarMoveSelectorConfig
pillarSelectorConfig, subPillarSequenceComparatorClass, subPillarTypeFields inherited from class ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig
cacheType, filterClass, probabilityWeightFactoryClass, selectedCountLimit, selectionOrder, sorterClass, sorterComparatorClass, sorterOrder, sorterWeightFactoryClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull PillarSwapMoveSelectorConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.@Nullable PillarSelectorConfigbooleanVerifies if the current configuration has any Nearby Selection settings.@NonNull PillarSwapMoveSelectorConfiginherit(@NonNull PillarSwapMoveSelectorConfig inheritedConfig) Inherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).voidsetSecondaryPillarSelectorConfig(@Nullable PillarSelectorConfig secondaryPillarSelectorConfig) voidsetVariableNameIncludeList(@Nullable List<@NonNull String> variableNameIncludeList) toString()voidvisitReferencedClasses(@NonNull 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).@NonNull PillarSwapMoveSelectorConfigwithSecondaryPillarSelectorConfig(@NonNull PillarSelectorConfig pillarSelectorConfig) @NonNull PillarSwapMoveSelectorConfigwithVariableNameIncludeList(@NonNull List<@NonNull String> variableNameIncludeList) @NonNull PillarSwapMoveSelectorConfigwithVariableNameIncludes(@NonNull String @NonNull ... variableNameIncludes) Methods inherited from class ai.timefold.solver.core.config.heuristic.selector.move.generic.AbstractPillarMoveSelectorConfig
getPillarSelectorConfig, getSubPillarSequenceComparatorClass, getSubPillarType, setPillarSelectorConfig, setSubPillarSequenceComparatorClass, setSubPillarType, visitCommonReferencedClasses, withPillarSelectorConfig, withSubPillarSequenceComparatorClass, withSubPillarTypeMethods inherited from class ai.timefold.solver.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, withCacheType, withFilterClass, withFixedProbabilityWeight, withProbabilityWeightFactoryClass, withSelectedCountLimit, withSelectionOrder, withSorterClass, withSorterComparatorClass, withSorterOrder, withSorterWeightFactoryClass
-
Field Details
-
XML_ELEMENT_NAME
- See Also:
-
-
Constructor Details
-
PillarSwapMoveSelectorConfig
public PillarSwapMoveSelectorConfig()
-
-
Method Details
-
getSecondaryPillarSelectorConfig
-
setSecondaryPillarSelectorConfig
public void setSecondaryPillarSelectorConfig(@Nullable PillarSelectorConfig secondaryPillarSelectorConfig) -
getVariableNameIncludeList
-
setVariableNameIncludeList
-
withSecondaryPillarSelectorConfig
public @NonNull PillarSwapMoveSelectorConfig withSecondaryPillarSelectorConfig(@NonNull PillarSelectorConfig pillarSelectorConfig) -
withVariableNameIncludeList
public @NonNull PillarSwapMoveSelectorConfig withVariableNameIncludeList(@NonNull List<@NonNull String> variableNameIncludeList) -
withVariableNameIncludes
public @NonNull PillarSwapMoveSelectorConfig withVariableNameIncludes(@NonNull String @NonNull ... variableNameIncludes) -
inherit
public @NonNull PillarSwapMoveSelectorConfig inherit(@NonNull PillarSwapMoveSelectorConfig 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 classAbstractPillarMoveSelectorConfig<PillarSwapMoveSelectorConfig>- Returns:
- this
-
copyConfig
Description copied from class:AbstractConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.- Specified by:
copyConfigin classAbstractConfig<PillarSwapMoveSelectorConfig>- 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<PillarSwapMoveSelectorConfig>- Parameters:
classVisitor- The visitor of classes. Can accept null instances of Class.
-
hasNearbySelectionConfig
public boolean hasNearbySelectionConfig()Description copied from class:SelectorConfigVerifies if the current configuration has any Nearby Selection settings.- Overrides:
hasNearbySelectionConfigin classAbstractPillarMoveSelectorConfig<PillarSwapMoveSelectorConfig>
-
toString
- Overrides:
toStringin classAbstractConfig<PillarSwapMoveSelectorConfig>
-