Uses of Class
ai.timefold.solver.core.config.heuristic.selector.value.chained.SubChainSelectorConfig
-
-
Uses of SubChainSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.move.generic.chained
Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.chained that return SubChainSelectorConfig Modifier and Type Method Description SubChainSelectorConfigSubChainSwapMoveSelectorConfig. getSecondarySubChainSelectorConfig()SubChainSelectorConfigSubChainChangeMoveSelectorConfig. getSubChainSelectorConfig()SubChainSelectorConfigSubChainSwapMoveSelectorConfig. getSubChainSelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.chained with parameters of type SubChainSelectorConfig Modifier and Type Method Description voidSubChainSwapMoveSelectorConfig. setSecondarySubChainSelectorConfig(SubChainSelectorConfig secondarySubChainSelectorConfig)voidSubChainChangeMoveSelectorConfig. setSubChainSelectorConfig(SubChainSelectorConfig subChainSelectorConfig)voidSubChainSwapMoveSelectorConfig. setSubChainSelectorConfig(SubChainSelectorConfig subChainSelectorConfig)SubChainSwapMoveSelectorConfigSubChainSwapMoveSelectorConfig. withSecondarySubChainSelectorConfig(SubChainSelectorConfig secondarySubChainSelectorConfig)SubChainChangeMoveSelectorConfigSubChainChangeMoveSelectorConfig. withSubChainSelectorConfig(SubChainSelectorConfig subChainSelectorConfig)SubChainSwapMoveSelectorConfigSubChainSwapMoveSelectorConfig. withSubChainSelectorConfig(SubChainSelectorConfig subChainSelectorConfig) -
Uses of SubChainSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.value.chained
Methods in ai.timefold.solver.core.config.heuristic.selector.value.chained that return SubChainSelectorConfig Modifier and Type Method Description SubChainSelectorConfigSubChainSelectorConfig. copyConfig()SubChainSelectorConfigSubChainSelectorConfig. inherit(SubChainSelectorConfig inheritedConfig)SubChainSelectorConfigSubChainSelectorConfig. withMaximumSubChainSize(Integer maximumSubChainSize)SubChainSelectorConfigSubChainSelectorConfig. withMinimumSubChainSize(Integer minimumSubChainSize)SubChainSelectorConfigSubChainSelectorConfig. withValueSelectorConfig(ValueSelectorConfig valueSelectorConfig)Methods in ai.timefold.solver.core.config.heuristic.selector.value.chained with parameters of type SubChainSelectorConfig Modifier and Type Method Description SubChainSelectorConfigSubChainSelectorConfig. inherit(SubChainSelectorConfig inheritedConfig) -
Uses of SubChainSelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.value.chained
Methods in ai.timefold.solver.core.impl.heuristic.selector.value.chained with parameters of type SubChainSelectorConfig Modifier and Type Method Description static <Solution_>
SubChainSelectorFactory<Solution_>SubChainSelectorFactory. create(SubChainSelectorConfig subChainSelectorConfig)Constructors in ai.timefold.solver.core.impl.heuristic.selector.value.chained with parameters of type SubChainSelectorConfig Constructor Description SubChainSelectorFactory(SubChainSelectorConfig subChainSelectorConfig)
-