Uses of Class
ai.timefold.solver.core.config.heuristic.selector.list.DestinationSelectorConfig
Packages that use DestinationSelectorConfig
Package
Description
-
Uses of DestinationSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.list
Methods in ai.timefold.solver.core.config.heuristic.selector.list that return DestinationSelectorConfigModifier and TypeMethodDescriptionDestinationSelectorConfig.copyConfig()DestinationSelectorConfig.inherit(DestinationSelectorConfig inheritedConfig) DestinationSelectorConfig.withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) DestinationSelectorConfig.withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) DestinationSelectorConfig.withValueSelectorConfig(ValueSelectorConfig valueSelectorConfig) Methods in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type DestinationSelectorConfigModifier and TypeMethodDescriptionDestinationSelectorConfig.inherit(DestinationSelectorConfig inheritedConfig) Constructors in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type DestinationSelectorConfigModifierConstructorDescriptionDestinationSelectorConfig(DestinationSelectorConfig inheritedConfig) -
Uses of DestinationSelectorConfig 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 DestinationSelectorConfigModifier and TypeMethodDescriptionListChangeMoveSelectorConfig.getDestinationSelectorConfig()SubListChangeMoveSelectorConfig.getDestinationSelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.list with parameters of type DestinationSelectorConfigModifier and TypeMethodDescriptionvoidListChangeMoveSelectorConfig.setDestinationSelectorConfig(DestinationSelectorConfig destinationSelectorConfig) voidSubListChangeMoveSelectorConfig.setDestinationSelectorConfig(DestinationSelectorConfig destinationSelectorConfig) ListChangeMoveSelectorConfig.withDestinationSelectorConfig(DestinationSelectorConfig destinationSelectorConfig) SubListChangeMoveSelectorConfig.withDestinationSelectorConfig(DestinationSelectorConfig destinationSelectorConfig) -
Uses of DestinationSelectorConfig in ai.timefold.solver.core.enterprise
Methods in ai.timefold.solver.core.enterprise with parameters of type DestinationSelectorConfigModifier and TypeMethodDescription<Solution_>
DestinationSelector<Solution_>TimefoldSolverEnterpriseService.applyNearbySelection(DestinationSelectorConfig destinationSelectorConfig, HeuristicConfigPolicy<Solution_> configPolicy, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder, ElementDestinationSelector<Solution_> destinationSelector) -
Uses of DestinationSelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.list
Methods in ai.timefold.solver.core.impl.heuristic.selector.list with parameters of type DestinationSelectorConfigModifier and TypeMethodDescriptionstatic <Solution_>
DestinationSelectorFactory<Solution_>DestinationSelectorFactory.create(DestinationSelectorConfig destinationSelectorConfig) -
Uses of DestinationSelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list
Methods in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list with parameters of type DestinationSelectorConfigModifier and TypeMethodDescriptionstatic ListChangeMoveSelectorConfigListChangeMoveSelectorFactory.buildChildMoveSelectorConfig(ListVariableDescriptor<?> variableDescriptor, ValueSelectorConfig inheritedValueSelectorConfig, DestinationSelectorConfig inheritedDestinationSelectorConfig)