RSpline
@Serializable
@SerialName(value = "rSpline" )
R-SPLINE. Mirrors ksl.simopt.solvers.algorithms.RSplineSolver.
R-SPLINE drives replications per evaluation through a ksl.simopt.solvers.FixedGrowthRateReplicationSchedule rather than a fixed-count, so this variant has no replicationsPerEvaluation: Int field. The growth schedule is configured by initialNumReps, sampleSizeGrowthRate, and maxNumReplications.
Constructors
Properties
Link copied to clipboard
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
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.