Uses of Class
ai.timefold.solver.core.config.heuristic.selector.entity.EntitySelectorConfig
-
-
Uses of EntitySelectorConfig in ai.timefold.solver.core.config.constructionheuristic.placer
Fields in ai.timefold.solver.core.config.constructionheuristic.placer declared as EntitySelectorConfig Modifier and Type Field Description protected EntitySelectorConfigQueuedEntityPlacerConfig. entitySelectorConfigMethods in ai.timefold.solver.core.config.constructionheuristic.placer that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigQueuedEntityPlacerConfig. getEntitySelectorConfig()Methods in ai.timefold.solver.core.config.constructionheuristic.placer with parameters of type EntitySelectorConfig Modifier and Type Method Description voidQueuedEntityPlacerConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)QueuedEntityPlacerConfigQueuedEntityPlacerConfig. withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.config.exhaustivesearch
Fields in ai.timefold.solver.core.config.exhaustivesearch declared as EntitySelectorConfig Modifier and Type Field Description protected EntitySelectorConfigExhaustiveSearchPhaseConfig. entitySelectorConfigMethods in ai.timefold.solver.core.config.exhaustivesearch that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigExhaustiveSearchPhaseConfig. getEntitySelectorConfig()Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type EntitySelectorConfig Modifier and Type Method Description voidExhaustiveSearchPhaseConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)ExhaustiveSearchPhaseConfigExhaustiveSearchPhaseConfig. 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 EntitySelectorConfig Modifier and Type Field Description protected EntitySelectorConfigNearbySelectionConfig. originEntitySelectorConfigMethods in ai.timefold.solver.core.config.heuristic.selector.common.nearby that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigNearbySelectionConfig. getOriginEntitySelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.common.nearby with parameters of type EntitySelectorConfig Modifier and Type Method Description voidNearbySelectionConfig. setOriginEntitySelectorConfig(EntitySelectorConfig originEntitySelectorConfig)NearbySelectionConfigNearbySelectionConfig. 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 with parameters of type EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigEntitySelectorConfig. inherit(EntitySelectorConfig inheritedConfig)Constructors in ai.timefold.solver.core.config.heuristic.selector.entity with parameters of type EntitySelectorConfig Constructor Description EntitySelectorConfig(EntitySelectorConfig inheritedConfig) -
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 EntitySelectorConfig Modifier and Type Field Description protected EntitySelectorConfigPillarSelectorConfig. entitySelectorConfigMethods in ai.timefold.solver.core.config.heuristic.selector.entity.pillar that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigPillarSelectorConfig. getEntitySelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.entity.pillar with parameters of type EntitySelectorConfig Modifier and Type Method Description voidPillarSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)PillarSelectorConfigPillarSelectorConfig. 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 EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigDestinationSelectorConfig. getEntitySelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type EntitySelectorConfig Modifier and Type Method Description voidDestinationSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)DestinationSelectorConfigDestinationSelectorConfig. 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 EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigChangeMoveSelectorConfig. getEntitySelectorConfig()EntitySelectorConfigSwapMoveSelectorConfig. getEntitySelectorConfig()EntitySelectorConfigSwapMoveSelectorConfig. getSecondaryEntitySelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic with parameters of type EntitySelectorConfig Modifier and Type Method Description voidChangeMoveSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)voidSwapMoveSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)voidSwapMoveSelectorConfig. setSecondaryEntitySelectorConfig(EntitySelectorConfig secondaryEntitySelectorConfig)ChangeMoveSelectorConfigChangeMoveSelectorConfig. withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)SwapMoveSelectorConfigSwapMoveSelectorConfig. withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)SwapMoveSelectorConfigSwapMoveSelectorConfig. 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 EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigKOptMoveSelectorConfig. getEntitySelectorConfig()EntitySelectorConfigTailChainSwapMoveSelectorConfig. getEntitySelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.chained with parameters of type EntitySelectorConfig Modifier and Type Method Description voidKOptMoveSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)voidTailChainSwapMoveSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)KOptMoveSelectorConfigKOptMoveSelectorConfig. withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)TailChainSwapMoveSelectorConfigTailChainSwapMoveSelectorConfig. withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in ai.timefold.solver.core.impl
Methods in ai.timefold.solver.core.impl that return EntitySelectorConfig Modifier and Type Method Description static <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 EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigQueuedEntityPlacerFactory. 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 EntitySelectorConfig Modifier and Type Method Description static <Solution_>
EntitySelectorFactory<Solution_>EntitySelectorFactory. create(EntitySelectorConfig entitySelectorConfig)Constructors in ai.timefold.solver.core.impl.heuristic.selector.entity with parameters of type EntitySelectorConfig Constructor Description EntitySelectorFactory(EntitySelectorConfig entitySelectorConfig)
-