Uses of Enum
org.optaplanner.core.config.localsearch.decider.acceptor.stepcountinghillclimbing.StepCountingHillClimbingType
Packages that use StepCountingHillClimbingType
Package
Description
-
Uses of StepCountingHillClimbingType in org.optaplanner.core.config.localsearch.decider.acceptor
Fields in org.optaplanner.core.config.localsearch.decider.acceptor declared as StepCountingHillClimbingTypeModifier and TypeFieldDescriptionprotected StepCountingHillClimbingType
LocalSearchAcceptorConfig.stepCountingHillClimbingType
Methods in org.optaplanner.core.config.localsearch.decider.acceptor that return StepCountingHillClimbingTypeMethods in org.optaplanner.core.config.localsearch.decider.acceptor with parameters of type StepCountingHillClimbingTypeModifier and TypeMethodDescriptionvoid
LocalSearchAcceptorConfig.setStepCountingHillClimbingType
(StepCountingHillClimbingType stepCountingHillClimbingType) LocalSearchAcceptorConfig.withStepCountingHillClimbingType
(StepCountingHillClimbingType stepCountingHillClimbingType) -
Uses of StepCountingHillClimbingType in org.optaplanner.core.config.localsearch.decider.acceptor.stepcountinghillclimbing
Methods in org.optaplanner.core.config.localsearch.decider.acceptor.stepcountinghillclimbing that return StepCountingHillClimbingTypeModifier and TypeMethodDescriptionstatic StepCountingHillClimbingType
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 org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Fields in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing declared as StepCountingHillClimbingTypeModifier and TypeFieldDescriptionprotected StepCountingHillClimbingType
StepCountingHillClimbingAcceptor.stepCountingHillClimbingType
Constructors in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type StepCountingHillClimbingTypeModifierConstructorDescriptionStepCountingHillClimbingAcceptor
(int stepCountingHillClimbingSize, StepCountingHillClimbingType stepCountingHillClimbingType)