Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.ListIterableSelector
Packages that use ListIterableSelector
Package
Description
-
Uses of ListIterableSelector in ai.timefold.solver.core.impl.heuristic.selector.common.iterator
Methods in ai.timefold.solver.core.impl.heuristic.selector.common.iterator with parameters of type ListIterableSelectorModifier and TypeMethodDescriptionstatic <Solution_,SubSelection_>
longAbstractOriginalSwapIterator.getSize(ListIterableSelector<Solution_, SubSelection_> leftSubSelector, ListIterableSelector<Solution_, SubSelection_> rightSubSelector) -
Uses of ListIterableSelector in ai.timefold.solver.core.impl.heuristic.selector.entity
Subinterfaces of ListIterableSelector in ai.timefold.solver.core.impl.heuristic.selector.entityModifier and TypeInterfaceDescriptioninterfaceEntitySelector<Solution_>Selects instances of 1PlanningEntityannotated class.Classes in ai.timefold.solver.core.impl.heuristic.selector.entity that implement ListIterableSelectorModifier and TypeClassDescriptionfinal classFromSolutionEntitySelector<Solution_>This is the commonEntitySelectorimplementation. -
Uses of ListIterableSelector in ai.timefold.solver.core.impl.heuristic.selector.entity.decorator
Classes in ai.timefold.solver.core.impl.heuristic.selector.entity.decorator that implement ListIterableSelectorModifier and TypeClassDescriptionclassAbstractCachingEntitySelector<Solution_>final classCachingEntitySelector<Solution_>AEntitySelectorthat caches the result of its childEntitySelector.final classFilteringEntitySelector<Solution_>final classProbabilityEntitySelector<Solution_>final classSelectedCountLimitEntitySelector<Solution_>final classShufflingEntitySelector<Solution_>final classSortingEntitySelector<Solution_> -
Uses of ListIterableSelector in ai.timefold.solver.core.impl.heuristic.selector.entity.mimic
Classes in ai.timefold.solver.core.impl.heuristic.selector.entity.mimic that implement ListIterableSelectorModifier and TypeClassDescriptionfinal classMimicRecordingEntitySelector<Solution_>classMimicReplayingEntitySelector<Solution_> -
Uses of ListIterableSelector in ai.timefold.solver.core.impl.heuristic.selector.entity.pillar
Subinterfaces of ListIterableSelector in ai.timefold.solver.core.impl.heuristic.selector.entity.pillarModifier and TypeInterfaceDescriptioninterfacePillarSelector<Solution_>A pillar is aListof entities that have the same planning value for each (or a subset) of their planning values.Classes in ai.timefold.solver.core.impl.heuristic.selector.entity.pillar that implement ListIterableSelector -
Uses of ListIterableSelector in ai.timefold.solver.core.impl.heuristic.selector.value.chained
Subinterfaces of ListIterableSelector in ai.timefold.solver.core.impl.heuristic.selector.value.chainedClasses in ai.timefold.solver.core.impl.heuristic.selector.value.chained that implement ListIterableSelectorModifier and TypeClassDescriptionclassDefaultSubChainSelector<Solution_>This is the commonSubChainSelectorimplementation.