Uses of Class
ai.timefold.solver.core.config.heuristic.selector.common.nearby.NearbySelectionConfig
Packages that use NearbySelectionConfig
Package
Description
-
Uses of NearbySelectionConfig in ai.timefold.solver.core.config.heuristic.selector.common.nearby
Methods in ai.timefold.solver.core.config.heuristic.selector.common.nearby that return NearbySelectionConfigModifier and TypeMethodDescriptionNearbySelectionConfig.copyConfig()NearbySelectionConfig.inherit(NearbySelectionConfig inheritedConfig) NearbySelectionConfig.withBetaDistributionAlpha(Double betaDistributionAlpha) NearbySelectionConfig.withBetaDistributionBeta(Double betaDistributionBeta) NearbySelectionConfig.withBlockDistributionSizeMaximum(Integer blockDistributionSizeMaximum) NearbySelectionConfig.withBlockDistributionSizeMinimum(Integer blockDistributionSizeMinimum) NearbySelectionConfig.withBlockDistributionSizeRatio(Double blockDistributionSizeRatio) NearbySelectionConfig.withBlockDistributionUniformDistributionProbability(Double blockDistributionUniformDistributionProbability) NearbySelectionConfig.withLinearDistributionSizeMaximum(Integer linearDistributionSizeMaximum) NearbySelectionConfig.withNearbyDistanceMeterClass(Class<? extends NearbyDistanceMeter> nearbyDistanceMeterClass) NearbySelectionConfig.withNearbySelectionDistributionType(NearbySelectionDistributionType nearbySelectionDistributionType) NearbySelectionConfig.withOriginEntitySelectorConfig(EntitySelectorConfig originEntitySelectorConfig) NearbySelectionConfig.withOriginSubListSelectorConfig(SubListSelectorConfig originSubListSelectorConfig) NearbySelectionConfig.withOriginValueSelectorConfig(ValueSelectorConfig originValueSelectorConfig) NearbySelectionConfig.withParabolicDistributionSizeMaximum(Integer parabolicDistributionSizeMaximum) Methods in ai.timefold.solver.core.config.heuristic.selector.common.nearby with parameters of type NearbySelectionConfigModifier and TypeMethodDescriptionNearbySelectionConfig.inherit(NearbySelectionConfig inheritedConfig) -
Uses of NearbySelectionConfig in ai.timefold.solver.core.config.heuristic.selector.entity
Fields in ai.timefold.solver.core.config.heuristic.selector.entity declared as NearbySelectionConfigModifier and TypeFieldDescriptionprotected NearbySelectionConfigEntitySelectorConfig.nearbySelectionConfigMethods in ai.timefold.solver.core.config.heuristic.selector.entity that return NearbySelectionConfigMethods in ai.timefold.solver.core.config.heuristic.selector.entity with parameters of type NearbySelectionConfigModifier and TypeMethodDescriptionvoidEntitySelectorConfig.setNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) EntitySelectorConfig.withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) -
Uses of NearbySelectionConfig in ai.timefold.solver.core.config.heuristic.selector.list
Methods in ai.timefold.solver.core.config.heuristic.selector.list that return NearbySelectionConfigModifier and TypeMethodDescriptionDestinationSelectorConfig.getNearbySelectionConfig()SubListSelectorConfig.getNearbySelectionConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type NearbySelectionConfigModifier and TypeMethodDescriptionvoidDestinationSelectorConfig.setNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) voidSubListSelectorConfig.setNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) DestinationSelectorConfig.withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) SubListSelectorConfig.withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) -
Uses of NearbySelectionConfig in ai.timefold.solver.core.config.heuristic.selector.value
Fields in ai.timefold.solver.core.config.heuristic.selector.value declared as NearbySelectionConfigModifier and TypeFieldDescriptionprotected NearbySelectionConfigValueSelectorConfig.nearbySelectionConfigMethods in ai.timefold.solver.core.config.heuristic.selector.value that return NearbySelectionConfigMethods in ai.timefold.solver.core.config.heuristic.selector.value with parameters of type NearbySelectionConfigModifier and TypeMethodDescriptionvoidValueSelectorConfig.setNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) ValueSelectorConfig.withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) -
Uses of NearbySelectionConfig in ai.timefold.solver.core.enterprise
Methods in ai.timefold.solver.core.enterprise with parameters of type NearbySelectionConfigModifier and TypeMethodDescription<Solution_>
EntitySelector<Solution_>TimefoldSolverEnterpriseService.applyNearbySelection(EntitySelectorConfig entitySelectorConfig, HeuristicConfigPolicy<Solution_> configPolicy, NearbySelectionConfig nearbySelectionConfig, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder, EntitySelector<Solution_> entitySelector)