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 TypeMethodDescription@NonNull DestinationSelectorConfigDestinationSelectorConfig.copyConfig()@NonNull DestinationSelectorConfigDestinationSelectorConfig.inherit(@NonNull DestinationSelectorConfig inheritedConfig) @NonNull DestinationSelectorConfigDestinationSelectorConfig.withEntitySelectorConfig(@NonNull EntitySelectorConfig entitySelectorConfig) @NonNull DestinationSelectorConfigDestinationSelectorConfig.withNearbySelectionConfig(@NonNull NearbySelectionConfig nearbySelectionConfig) @NonNull DestinationSelectorConfigDestinationSelectorConfig.withValueSelectorConfig(@NonNull ValueSelectorConfig valueSelectorConfig) Methods in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type DestinationSelectorConfigModifier and TypeMethodDescription@NonNull DestinationSelectorConfigDestinationSelectorConfig.inherit(@NonNull DestinationSelectorConfig inheritedConfig) Constructors in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type DestinationSelectorConfigModifierConstructorDescriptionDestinationSelectorConfig(@Nullable 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 TypeMethodDescription@Nullable DestinationSelectorConfigListChangeMoveSelectorConfig.getDestinationSelectorConfig()@Nullable DestinationSelectorConfigSubListChangeMoveSelectorConfig.getDestinationSelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.list with parameters of type DestinationSelectorConfigModifier and TypeMethodDescriptionvoidListChangeMoveSelectorConfig.setDestinationSelectorConfig(@Nullable DestinationSelectorConfig destinationSelectorConfig) voidSubListChangeMoveSelectorConfig.setDestinationSelectorConfig(@Nullable DestinationSelectorConfig destinationSelectorConfig) @NonNull ListChangeMoveSelectorConfigListChangeMoveSelectorConfig.withDestinationSelectorConfig(@NonNull DestinationSelectorConfig destinationSelectorConfig) @NonNull SubListChangeMoveSelectorConfigSubListChangeMoveSelectorConfig.withDestinationSelectorConfig(@NonNull 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)