Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.common.decorator.SelectionSorter
Packages that use SelectionSorter
Package
Description
-
Uses of SelectionSorter in ai.timefold.solver.core.config.heuristic.selector.entity
Fields in ai.timefold.solver.core.config.heuristic.selector.entity with type parameters of type SelectionSorterModifier and TypeFieldDescriptionprotected Class<? extends SelectionSorter>EntitySelectorConfig.sorterClassMethods in ai.timefold.solver.core.config.heuristic.selector.entity that return SelectionSorterModifier and TypeMethodDescriptionstatic <Solution_,T>
@NonNull SelectionSorter<Solution_,T> EntitySelectorConfig.determineSorter(@NonNull EntitySorterManner entitySorterManner, @NonNull EntityDescriptor<Solution_> entityDescriptor) Methods in ai.timefold.solver.core.config.heuristic.selector.entity that return types with arguments of type SelectionSorterModifier and TypeMethodDescription@Nullable Class<? extends SelectionSorter>EntitySelectorConfig.getSorterClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.entity with type arguments of type SelectionSorterModifier and TypeMethodDescriptionvoidEntitySelectorConfig.setSorterClass(@Nullable Class<? extends SelectionSorter> sorterClass) @NonNull EntitySelectorConfigEntitySelectorConfig.withSorterClass(@NonNull Class<? extends SelectionSorter> sorterClass) -
Uses of SelectionSorter in ai.timefold.solver.core.config.heuristic.selector.move
Fields in ai.timefold.solver.core.config.heuristic.selector.move with type parameters of type SelectionSorterModifier and TypeFieldDescriptionprotected Class<? extends SelectionSorter>MoveSelectorConfig.sorterClassMethods in ai.timefold.solver.core.config.heuristic.selector.move that return types with arguments of type SelectionSorterModifier and TypeMethodDescription@Nullable Class<? extends SelectionSorter>MoveSelectorConfig.getSorterClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.move with type arguments of type SelectionSorterModifier and TypeMethodDescriptionvoidMoveSelectorConfig.setSorterClass(@Nullable Class<? extends SelectionSorter> sorterClass) @NonNull Config_MoveSelectorConfig.withSorterClass(@NonNull Class<? extends SelectionSorter> sorterClass) -
Uses of SelectionSorter in ai.timefold.solver.core.config.heuristic.selector.value
Fields in ai.timefold.solver.core.config.heuristic.selector.value with type parameters of type SelectionSorterModifier and TypeFieldDescriptionprotected Class<? extends SelectionSorter>ValueSelectorConfig.sorterClassMethods in ai.timefold.solver.core.config.heuristic.selector.value that return SelectionSorterModifier and TypeMethodDescriptionstatic <Solution_>
@NonNull SelectionSorter<Solution_,Object> ValueSelectorConfig.determineSorter(@NonNull ValueSorterManner valueSorterManner, @NonNull GenuineVariableDescriptor<Solution_> variableDescriptor) Methods in ai.timefold.solver.core.config.heuristic.selector.value that return types with arguments of type SelectionSorterModifier and TypeMethodDescription@Nullable Class<? extends SelectionSorter>ValueSelectorConfig.getSorterClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.value with type arguments of type SelectionSorterModifier and TypeMethodDescriptionvoidValueSelectorConfig.setSorterClass(@Nullable Class<? extends SelectionSorter> sorterClass) @NonNull ValueSelectorConfigValueSelectorConfig.withSorterClass(@NonNull Class<? extends SelectionSorter> sorterClass) -
Uses of SelectionSorter in ai.timefold.solver.core.impl.domain.entity.descriptor
Methods in ai.timefold.solver.core.impl.domain.entity.descriptor that return SelectionSorter -
Uses of SelectionSorter in ai.timefold.solver.core.impl.domain.variable.descriptor
Methods in ai.timefold.solver.core.impl.domain.variable.descriptor that return SelectionSorterModifier and TypeMethodDescriptionGenuineVariableDescriptor.getDecreasingStrengthSorter()GenuineVariableDescriptor.getIncreasingStrengthSorter() -
Uses of SelectionSorter in ai.timefold.solver.core.impl.heuristic.selector.common.decorator
Classes in ai.timefold.solver.core.impl.heuristic.selector.common.decorator that implement SelectionSorterModifier and TypeClassDescriptionfinal classComparatorSelectionSorter<Solution_,T> Sorts a selectionListbased on aComparator.final classWeightFactorySelectionSorter<Solution_,T> Sorts a selectionListbased on aSelectionSorterWeightFactory. -
Uses of SelectionSorter in ai.timefold.solver.core.impl.heuristic.selector.entity.decorator
Constructors in ai.timefold.solver.core.impl.heuristic.selector.entity.decorator with parameters of type SelectionSorterModifierConstructorDescriptionSortingEntitySelector(EntitySelector<Solution_> childEntitySelector, SelectionCacheType cacheType, SelectionSorter<Solution_, Object> sorter) -
Uses of SelectionSorter in ai.timefold.solver.core.impl.heuristic.selector.move.decorator
Fields in ai.timefold.solver.core.impl.heuristic.selector.move.decorator declared as SelectionSorterModifier and TypeFieldDescriptionprotected final SelectionSorter<Solution_,Move<Solution_>> SortingMoveSelector.sorterConstructors in ai.timefold.solver.core.impl.heuristic.selector.move.decorator with parameters of type SelectionSorterModifierConstructorDescriptionSortingMoveSelector(MoveSelector<Solution_> childMoveSelector, SelectionCacheType cacheType, SelectionSorter<Solution_, Move<Solution_>> sorter) -
Uses of SelectionSorter in ai.timefold.solver.core.impl.heuristic.selector.value.decorator
Fields in ai.timefold.solver.core.impl.heuristic.selector.value.decorator declared as SelectionSorterModifier and TypeFieldDescriptionprotected final SelectionSorter<Solution_,Object> SortingValueSelector.sorterConstructors in ai.timefold.solver.core.impl.heuristic.selector.value.decorator with parameters of type SelectionSorterModifierConstructorDescriptionEntityDependentSortingValueSelector(ValueSelector<Solution_> childValueSelector, SelectionCacheType cacheType, SelectionSorter<Solution_, Object> sorter) SortingValueSelector(EntityIndependentValueSelector<Solution_> childValueSelector, SelectionCacheType cacheType, SelectionSorter<Solution_, Object> sorter)