Uses of Class
ai.timefold.solver.core.config.localsearch.decider.acceptor.stepcountinghillclimbing.StepCountingHillClimbingType
-
-
Uses of StepCountingHillClimbingType in ai.timefold.solver.core.config.localsearch.decider.acceptor
Fields in ai.timefold.solver.core.config.localsearch.decider.acceptor declared as StepCountingHillClimbingType Modifier and Type Field Description protected StepCountingHillClimbingTypeLocalSearchAcceptorConfig. stepCountingHillClimbingTypeMethods in ai.timefold.solver.core.config.localsearch.decider.acceptor that return StepCountingHillClimbingType Modifier and Type Method Description StepCountingHillClimbingTypeLocalSearchAcceptorConfig. getStepCountingHillClimbingType()Methods in ai.timefold.solver.core.config.localsearch.decider.acceptor with parameters of type StepCountingHillClimbingType Modifier and Type Method Description voidLocalSearchAcceptorConfig. setStepCountingHillClimbingType(StepCountingHillClimbingType stepCountingHillClimbingType)LocalSearchAcceptorConfigLocalSearchAcceptorConfig. withStepCountingHillClimbingType(StepCountingHillClimbingType stepCountingHillClimbingType) -
Uses of StepCountingHillClimbingType in ai.timefold.solver.core.config.localsearch.decider.acceptor.stepcountinghillclimbing
Methods in ai.timefold.solver.core.config.localsearch.decider.acceptor.stepcountinghillclimbing that return StepCountingHillClimbingType Modifier and Type Method Description static StepCountingHillClimbingTypeStepCountingHillClimbingType. valueOf(String name)Returns the enum constant of this type with the specified name.static StepCountingHillClimbingType[]StepCountingHillClimbingType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StepCountingHillClimbingType in ai.timefold.solver.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Fields in ai.timefold.solver.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing declared as StepCountingHillClimbingType Modifier and Type Field Description protected StepCountingHillClimbingTypeStepCountingHillClimbingAcceptor. stepCountingHillClimbingTypeConstructors in ai.timefold.solver.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type StepCountingHillClimbingType Constructor Description StepCountingHillClimbingAcceptor(int stepCountingHillClimbingSize, StepCountingHillClimbingType stepCountingHillClimbingType)
-