Uses of Enum Class
ai.timefold.solver.core.config.localsearch.decider.forager.LocalSearchPickEarlyType
Packages that use LocalSearchPickEarlyType
Package
Description
-
Uses of LocalSearchPickEarlyType in ai.timefold.solver.core.config.localsearch.decider.forager
Fields in ai.timefold.solver.core.config.localsearch.decider.forager declared as LocalSearchPickEarlyTypeModifier and TypeFieldDescriptionprotected LocalSearchPickEarlyTypeLocalSearchForagerConfig.pickEarlyTypeMethods in ai.timefold.solver.core.config.localsearch.decider.forager that return LocalSearchPickEarlyTypeModifier and TypeMethodDescription@Nullable LocalSearchPickEarlyTypeLocalSearchForagerConfig.getPickEarlyType()static LocalSearchPickEarlyTypeReturns the enum constant of this class with the specified name.static LocalSearchPickEarlyType[]LocalSearchPickEarlyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.solver.core.config.localsearch.decider.forager with parameters of type LocalSearchPickEarlyTypeModifier and TypeMethodDescriptionvoidLocalSearchForagerConfig.setPickEarlyType(@Nullable LocalSearchPickEarlyType pickEarlyType) @NonNull LocalSearchForagerConfigLocalSearchForagerConfig.withPickEarlyType(@NonNull LocalSearchPickEarlyType pickEarlyType) -
Uses of LocalSearchPickEarlyType in ai.timefold.solver.core.impl.localsearch.decider.forager
Constructors in ai.timefold.solver.core.impl.localsearch.decider.forager with parameters of type LocalSearchPickEarlyTypeModifierConstructorDescriptionAcceptedLocalSearchForager(FinalistPodium<Solution_> finalistPodium, LocalSearchPickEarlyType pickEarlyType, int acceptedCountLimit, boolean breakTieRandomly)