cboost = boostSplines(iris, "Sepal.Length", loss = LossQuadratic$new(), optimizer = OptimizerAGBM$new())
cboost$model$getEstimatedParameter()
cboost$model$getParameterAtIteration(30)
cboost$model$setToIteration(30, 0)
cboost$model$getEstimatedParameter()
cboost$model$getParameterAtIteration(30)
The parameter do not match.