RSpline Solver
Parameters
the problem being solved.
The evaluator responsible for assessing the quality of solutions. Must implement the EvaluatorIfc interface.
the initial starting number of replications
The maximum number of iterations allowed for the solving process.
the growth rate for the replications. The default is set by defaultReplicationGrowthRate.
the maximum number of replications permitted. If the growth exceeds this value, then this value is used for all future replications. The default is determined by defaultMaxNumReplications
Used when testing if solutions have converged for equality between solutions. The default is InputsAndConfidenceIntervalEquality, which checks if the inputs are the same and there is no statistical difference between the solutions
the random number stream number, defaults to 0, which means the next stream
the provider of random number streams, defaults to KSLRandom.DefaultRNStreamProvider
Optional name identifier for this instance of the solver.
Creates an R-SPLINE solver with the specified parameters.
Parameters
the problem being solved.
The evaluator responsible for assessing the quality of solutions. Must implement the EvaluatorIfc interface.
The maximum number of iterations allowed for the solving process.
Strategy to determine the number of replications to perform for each evaluation.
Used when testing if solutions have converged for equality between solutions. The default is InputsAndConfidenceIntervalEquality, which checks if the inputs are the same and there is no statistical difference between the solutions
the random number stream number, defaults to 0, which means the next stream
the provider of random number streams, defaults to KSLRandom.DefaultRNStreamProvider
Optional name identifier for this instance of the solver.