Uses of Class
ai.timefold.solver.core.config.heuristic.selector.list.SubListSelectorConfig
-
-
Uses of SubListSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.common.nearby
Fields in ai.timefold.solver.core.config.heuristic.selector.common.nearby declared as SubListSelectorConfig Modifier and Type Field Description protected SubListSelectorConfigNearbySelectionConfig. originSubListSelectorConfigMethods in ai.timefold.solver.core.config.heuristic.selector.common.nearby that return SubListSelectorConfig Modifier and Type Method Description SubListSelectorConfigNearbySelectionConfig. getOriginSubListSelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.common.nearby with parameters of type SubListSelectorConfig Modifier and Type Method Description voidNearbySelectionConfig. setOriginSubListSelectorConfig(SubListSelectorConfig originSubListSelectorConfig)NearbySelectionConfigNearbySelectionConfig. withOriginSubListSelectorConfig(SubListSelectorConfig originSubListSelectorConfig) -
Uses of SubListSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.list
Methods in ai.timefold.solver.core.config.heuristic.selector.list that return SubListSelectorConfig Modifier and Type Method Description SubListSelectorConfigSubListSelectorConfig. copyConfig()SubListSelectorConfigSubListSelectorConfig. inherit(SubListSelectorConfig inheritedConfig)SubListSelectorConfigSubListSelectorConfig. withId(String id)SubListSelectorConfigSubListSelectorConfig. withMaximumSubListSize(Integer maximumSubListSize)SubListSelectorConfigSubListSelectorConfig. withMimicSelectorRef(String mimicSelectorRef)SubListSelectorConfigSubListSelectorConfig. withMinimumSubListSize(Integer minimumSubListSize)SubListSelectorConfigSubListSelectorConfig. withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig)SubListSelectorConfigSubListSelectorConfig. withValueSelectorConfig(ValueSelectorConfig valueSelectorConfig)Methods in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type SubListSelectorConfig Modifier and Type Method Description SubListSelectorConfigSubListSelectorConfig. inherit(SubListSelectorConfig inheritedConfig)Constructors in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type SubListSelectorConfig Constructor Description SubListSelectorConfig(SubListSelectorConfig inheritedConfig) -
Uses of SubListSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.move.generic.list
Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.list that return SubListSelectorConfig Modifier and Type Method Description SubListSelectorConfigSubListSwapMoveSelectorConfig. getSecondarySubListSelectorConfig()SubListSelectorConfigSubListChangeMoveSelectorConfig. getSubListSelectorConfig()SubListSelectorConfigSubListSwapMoveSelectorConfig. getSubListSelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.list with parameters of type SubListSelectorConfig Modifier and Type Method Description voidSubListSwapMoveSelectorConfig. setSecondarySubListSelectorConfig(SubListSelectorConfig secondarySubListSelectorConfig)voidSubListChangeMoveSelectorConfig. setSubListSelectorConfig(SubListSelectorConfig subListSelectorConfig)voidSubListSwapMoveSelectorConfig. setSubListSelectorConfig(SubListSelectorConfig subListSelectorConfig)SubListSwapMoveSelectorConfigSubListSwapMoveSelectorConfig. withSecondarySubListSelectorConfig(SubListSelectorConfig secondarySubListSelectorConfig)SubListChangeMoveSelectorConfigSubListChangeMoveSelectorConfig. withSubListSelectorConfig(SubListSelectorConfig subListSelectorConfig)SubListSwapMoveSelectorConfigSubListSwapMoveSelectorConfig. withSubListSelectorConfig(SubListSelectorConfig subListSelectorConfig) -
Uses of SubListSelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.list
Methods in ai.timefold.solver.core.impl.heuristic.selector.list with parameters of type SubListSelectorConfig Modifier and Type Method Description static <Solution_>
SubListSelectorFactory<Solution_>SubListSelectorFactory. create(SubListSelectorConfig subListSelectorConfig)
-