Class KOptMoveSelectorConfig
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<KOptMoveSelectorConfig>
ai.timefold.solver.core.config.heuristic.selector.move.generic.chained.KOptMoveSelectorConfig
THIS CLASS IS EXPERIMENTAL AND UNSUPPORTED.
Backward compatibility is not guaranteed.
It's NOT DOCUMENTED because we'll only document it when it actually works in more than 1 use case.
Do not use.
- See Also:
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull KOptMoveSelectorConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.@Nullable EntitySelectorConfig@Nullable ValueSelectorConfigbooleanVerifies if the current configuration has any Nearby Selection settings.@NonNull KOptMoveSelectorConfiginherit(@NonNull KOptMoveSelectorConfig inheritedConfig) Inherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).voidsetEntitySelectorConfig(@Nullable EntitySelectorConfig entitySelectorConfig) voidsetValueSelectorConfig(@Nullable ValueSelectorConfig valueSelectorConfig) 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 KOptMoveSelectorConfigwithEntitySelectorConfig(@NonNull EntitySelectorConfig entitySelectorConfig) @NonNull KOptMoveSelectorConfigwithValueSelectorConfig(@NonNull ValueSelectorConfig valueSelectorConfig) Methods 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, visitCommonReferencedClasses, withCacheType, withFilterClass, withFixedProbabilityWeight, withProbabilityWeightFactoryClass, withSelectedCountLimit, withSelectionOrder, withSorterClass, withSorterComparatorClass, withSorterOrder, withSorterWeightFactoryClass
-
Field Details
-
XML_ELEMENT_NAME
- See Also:
-
-
Constructor Details
-
KOptMoveSelectorConfig
public KOptMoveSelectorConfig()
-
-
Method Details
-
getEntitySelectorConfig
-
setEntitySelectorConfig
-
getValueSelectorConfig
-
setValueSelectorConfig
-
withEntitySelectorConfig
public @NonNull KOptMoveSelectorConfig withEntitySelectorConfig(@NonNull EntitySelectorConfig entitySelectorConfig) -
withValueSelectorConfig
public @NonNull KOptMoveSelectorConfig withValueSelectorConfig(@NonNull ValueSelectorConfig valueSelectorConfig) -
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<KOptMoveSelectorConfig>- Returns:
- this
-
copyConfig
Description copied from class:AbstractConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.- Specified by:
copyConfigin classAbstractConfig<KOptMoveSelectorConfig>- 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<KOptMoveSelectorConfig>- 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.- Specified by:
hasNearbySelectionConfigin classSelectorConfig<KOptMoveSelectorConfig>
-
toString
- Overrides:
toStringin classAbstractConfig<KOptMoveSelectorConfig>
-