R/tuneParams.R
getTuneResultOptPath.Rd
Returns the opt.path from a (TuneResult) object.
getTuneResultOptPath(tune.result, as.df = TRUE)
(TuneResult) A tuning result of the (tuneParams) function.
(logical(1)) Should the optimization path be returned as a data frame? Default is TRUE.
logical(1)
TRUE
(ParamHelpers::OptPath) or (data.frame).