Uses of Class
ai.timefold.solver.core.config.heuristic.selector.value.ValueSorterManner
-
-
Uses of ValueSorterManner in ai.timefold.solver.core.config.constructionheuristic
Fields in ai.timefold.solver.core.config.constructionheuristic declared as ValueSorterManner Modifier and Type Field Description protected ValueSorterMannerConstructionHeuristicPhaseConfig. valueSorterMannerMethods in ai.timefold.solver.core.config.constructionheuristic that return ValueSorterManner Modifier and Type Method Description ValueSorterMannerConstructionHeuristicType. getDefaultValueSorterManner()ValueSorterMannerConstructionHeuristicPhaseConfig. getValueSorterManner()Methods in ai.timefold.solver.core.config.constructionheuristic with parameters of type ValueSorterManner Modifier and Type Method Description voidConstructionHeuristicPhaseConfig. setValueSorterManner(ValueSorterManner valueSorterManner)ConstructionHeuristicPhaseConfigConstructionHeuristicPhaseConfig. withValueSorterManner(ValueSorterManner valueSorterManner) -
Uses of ValueSorterManner in ai.timefold.solver.core.config.exhaustivesearch
Fields in ai.timefold.solver.core.config.exhaustivesearch declared as ValueSorterManner Modifier and Type Field Description protected ValueSorterMannerExhaustiveSearchPhaseConfig. valueSorterMannerMethods in ai.timefold.solver.core.config.exhaustivesearch that return ValueSorterManner Modifier and Type Method Description ValueSorterMannerExhaustiveSearchType. getDefaultValueSorterManner()ValueSorterMannerExhaustiveSearchPhaseConfig. getValueSorterManner()Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type ValueSorterManner Modifier and Type Method Description voidExhaustiveSearchPhaseConfig. setValueSorterManner(ValueSorterManner valueSorterManner)ExhaustiveSearchPhaseConfigExhaustiveSearchPhaseConfig. withValueSorterManner(ValueSorterManner valueSorterManner) -
Uses of ValueSorterManner in ai.timefold.solver.core.config.heuristic.selector.value
Fields in ai.timefold.solver.core.config.heuristic.selector.value declared as ValueSorterManner Modifier and Type Field Description protected ValueSorterMannerValueSelectorConfig. sorterMannerMethods in ai.timefold.solver.core.config.heuristic.selector.value that return ValueSorterManner Modifier and Type Method Description ValueSorterMannerValueSelectorConfig. getSorterManner()static ValueSorterMannerValueSorterManner. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueSorterManner[]ValueSorterManner. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.timefold.solver.core.config.heuristic.selector.value with parameters of type ValueSorterManner Modifier and Type Method Description static <Solution_>
SelectionSorter<Solution_,Object>ValueSelectorConfig. determineSorter(ValueSorterManner valueSorterManner, GenuineVariableDescriptor<Solution_> variableDescriptor)static <Solution_>
booleanValueSelectorConfig. hasSorter(ValueSorterManner valueSorterManner, GenuineVariableDescriptor<Solution_> variableDescriptor)voidValueSelectorConfig. setSorterManner(ValueSorterManner sorterManner)ValueSelectorConfigValueSelectorConfig. withSorterManner(ValueSorterManner sorterManner) -
Uses of ValueSorterManner in ai.timefold.solver.core.impl.heuristic
Methods in ai.timefold.solver.core.impl.heuristic that return ValueSorterManner Modifier and Type Method Description ValueSorterMannerHeuristicConfigPolicy. getValueSorterManner()Methods in ai.timefold.solver.core.impl.heuristic with parameters of type ValueSorterManner Modifier and Type Method Description HeuristicConfigPolicy.Builder<Solution_>HeuristicConfigPolicy.Builder. withValueSorterManner(ValueSorterManner valueSorterManner)
-