Uses of Class
ai.timefold.solver.core.config.heuristic.selector.entity.EntitySelectorConfig
Packages that use EntitySelectorConfig
Package
Description
Implementation classes of Timefold.
-
Uses of EntitySelectorConfig in ai.timefold.solver.core.config.constructionheuristic.placer
Fields in ai.timefold.solver.core.config.constructionheuristic.placer declared as EntitySelectorConfigModifier and TypeFieldDescriptionprotected EntitySelectorConfigQueuedEntityPlacerConfig.entitySelectorConfigMethods in ai.timefold.solver.core.config.constructionheuristic.placer that return EntitySelectorConfigMethods in ai.timefold.solver.core.config.constructionheuristic.placer with parameters of type EntitySelectorConfigModifier and TypeMethodDescriptionvoidQueuedEntityPlacerConfig.setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) QueuedEntityPlacerConfig.withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.config.exhaustivesearch
Fields in ai.timefold.solver.core.config.exhaustivesearch declared as EntitySelectorConfigModifier and TypeFieldDescriptionprotected EntitySelectorConfigExhaustiveSearchPhaseConfig.entitySelectorConfigMethods in ai.timefold.solver.core.config.exhaustivesearch that return EntitySelectorConfigMethods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type EntitySelectorConfigModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseConfig.setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) ExhaustiveSearchPhaseConfig.withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.config.heuristic.selector.common.nearby
Fields in ai.timefold.solver.core.config.heuristic.selector.common.nearby declared as EntitySelectorConfigModifier and TypeFieldDescriptionprotected EntitySelectorConfigNearbySelectionConfig.originEntitySelectorConfigMethods in ai.timefold.solver.core.config.heuristic.selector.common.nearby that return EntitySelectorConfigMethods in ai.timefold.solver.core.config.heuristic.selector.common.nearby with parameters of type EntitySelectorConfigModifier and TypeMethodDescriptionvoidNearbySelectionConfig.setOriginEntitySelectorConfig(EntitySelectorConfig originEntitySelectorConfig) NearbySelectionConfig.withOriginEntitySelectorConfig(EntitySelectorConfig originEntitySelectorConfig) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.config.heuristic.selector.entity
Methods in ai.timefold.solver.core.config.heuristic.selector.entity that return EntitySelectorConfigModifier and TypeMethodDescriptionEntitySelectorConfig.copyConfig()EntitySelectorConfig.inherit(EntitySelectorConfig inheritedConfig) static EntitySelectorConfigEntitySelectorConfig.newMimicSelectorConfig(String mimicSelectorRef) EntitySelectorConfig.withCacheType(SelectionCacheType cacheType) EntitySelectorConfig.withEntityClass(Class<?> entityClass) EntitySelectorConfig.withFilterClass(Class<? extends SelectionFilter> filterClass) EntitySelectorConfig.withMimicSelectorRef(String mimicSelectorRef) EntitySelectorConfig.withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) EntitySelectorConfig.withProbabilityWeightFactoryClass(Class<? extends SelectionProbabilityWeightFactory> factoryClass) EntitySelectorConfig.withSelectedCountLimit(long selectedCountLimit) EntitySelectorConfig.withSelectionOrder(SelectionOrder selectionOrder) EntitySelectorConfig.withSorterClass(Class<? extends SelectionSorter> sorterClass) EntitySelectorConfig.withSorterComparatorClass(Class<? extends Comparator> comparatorClass) EntitySelectorConfig.withSorterManner(EntitySorterManner sorterManner) EntitySelectorConfig.withSorterOrder(SelectionSorterOrder sorterOrder) EntitySelectorConfig.withSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> weightFactoryClass) Methods in ai.timefold.solver.core.config.heuristic.selector.entity with parameters of type EntitySelectorConfigModifier and TypeMethodDescriptionEntitySelectorConfig.inherit(EntitySelectorConfig inheritedConfig) Constructors in ai.timefold.solver.core.config.heuristic.selector.entity with parameters of type EntitySelectorConfig -
Uses of EntitySelectorConfig in ai.timefold.solver.core.config.heuristic.selector.entity.pillar
Fields in ai.timefold.solver.core.config.heuristic.selector.entity.pillar declared as EntitySelectorConfigModifier and TypeFieldDescriptionprotected EntitySelectorConfigPillarSelectorConfig.entitySelectorConfigMethods in ai.timefold.solver.core.config.heuristic.selector.entity.pillar that return EntitySelectorConfigMethods in ai.timefold.solver.core.config.heuristic.selector.entity.pillar with parameters of type EntitySelectorConfigModifier and TypeMethodDescriptionvoidPillarSelectorConfig.setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) PillarSelectorConfig.withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.config.heuristic.selector.list
Methods in ai.timefold.solver.core.config.heuristic.selector.list that return EntitySelectorConfigMethods in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type EntitySelectorConfigModifier and TypeMethodDescriptionvoidDestinationSelectorConfig.setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) DestinationSelectorConfig.withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.config.heuristic.selector.move.generic
Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic that return EntitySelectorConfigModifier and TypeMethodDescriptionChangeMoveSelectorConfig.getEntitySelectorConfig()SwapMoveSelectorConfig.getEntitySelectorConfig()SwapMoveSelectorConfig.getSecondaryEntitySelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic with parameters of type EntitySelectorConfigModifier and TypeMethodDescriptionvoidChangeMoveSelectorConfig.setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) voidSwapMoveSelectorConfig.setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) voidSwapMoveSelectorConfig.setSecondaryEntitySelectorConfig(EntitySelectorConfig secondaryEntitySelectorConfig) ChangeMoveSelectorConfig.withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) SwapMoveSelectorConfig.withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) SwapMoveSelectorConfig.withSecondaryEntitySelectorConfig(EntitySelectorConfig secondaryEntitySelectorConfig) -
Uses of EntitySelectorConfig 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 EntitySelectorConfigModifier and TypeMethodDescriptionKOptMoveSelectorConfig.getEntitySelectorConfig()TailChainSwapMoveSelectorConfig.getEntitySelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.chained with parameters of type EntitySelectorConfigModifier and TypeMethodDescriptionvoidKOptMoveSelectorConfig.setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) voidTailChainSwapMoveSelectorConfig.setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) KOptMoveSelectorConfig.withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) TailChainSwapMoveSelectorConfig.withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.enterprise
Methods in ai.timefold.solver.core.enterprise with parameters of type EntitySelectorConfigModifier and TypeMethodDescription<Solution_>
EntitySelector<Solution_>TimefoldSolverEnterpriseService.applyNearbySelection(EntitySelectorConfig entitySelectorConfig, HeuristicConfigPolicy<Solution_> configPolicy, NearbySelectionConfig nearbySelectionConfig, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder, EntitySelector<Solution_> entitySelector) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.impl
Methods in ai.timefold.solver.core.impl that return EntitySelectorConfigModifier and TypeMethodDescriptionstatic <Solution_>
EntitySelectorConfigAbstractFromConfigFactory.getDefaultEntitySelectorConfigForEntity(HeuristicConfigPolicy<Solution_> configPolicy, EntityDescriptor<Solution_> entityDescriptor) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.impl.constructionheuristic.placer
Methods in ai.timefold.solver.core.impl.constructionheuristic.placer that return EntitySelectorConfigModifier and TypeMethodDescriptionQueuedEntityPlacerFactory.buildEntitySelectorConfig(HeuristicConfigPolicy<Solution_> configPolicy) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.entity
Methods in ai.timefold.solver.core.impl.heuristic.selector.entity with parameters of type EntitySelectorConfigModifier and TypeMethodDescriptionstatic <Solution_>
EntitySelectorFactory<Solution_>EntitySelectorFactory.create(EntitySelectorConfig entitySelectorConfig) Constructors in ai.timefold.solver.core.impl.heuristic.selector.entity with parameters of type EntitySelectorConfig