Stochastic Hill Climbing
@Serializable
@SerialName(value = "stochasticHillClimbing" )
Stochastic Hill Climbing. Mirrors ksl.simopt.solvers.algorithms.StochasticHillClimber.
Properties
Link copied to clipboard
Maximum number of main-loop iterations the solver is permitted to run; must be positive when validated.
Link copied to clipboard
Optional random-restart wrapper. When non-null the solver factory wraps the chosen algorithm in a ksl.simopt.solvers.algorithms.RandomRestartSolver.
Link copied to clipboard
Link copied to clipboard
Optional starting point for the search, keyed by decision-variable name. When null, the solver chooses its own starting point.