tdmBigLoop.tdmDispatchTuner selects and starts the tuner specified by tuneMethod.
See the 'Details' section of tdmBigLoop for a list of available tuners.
tdmDispatchTuner(tuneMethod, confFile, spotStep, tdm, envT, dataObj)the tuning algorithm given as a string. Possible values are { "spot" | "lhd" | "cmaes" | "cma_j" | "bfgs" }.
the configuration name.
--DEPRECATED-- SPOT 2.0 supports only spotStep="auto".
the TDMR object
the environment variable
the TDMdata object containing the data set (train/vali part and test part)
The result tunerVal of the tuning algorithm, this is the list envT$spotConfig, extended by
alg.currentResultthe RES data frame
alg.currentBestthe BST data frame
[optional] further results from the tuning algorithm tuneMethod