getTuneResultOptPath: Get the optimization path of a tuning result.
Description
Returns the opt.path from a (TuneResult) object.
Usage
getTuneResultOptPath(tune.result, as.df = TRUE)
Arguments
- tune.result
- (TuneResult) 
 A tuning result of the (tuneParams) function.
 
- as.df
- (- logical(1))
 Should the optimization path be returned as a data frame?
Default is- TRUE.