Perform a parameter tuning by CMA-ES, using the *R*-implementation
(package cmaes
by Olaf Mersmann).
cmaesTuner(confFile, tdm, envT, dataObj)
task configuration for tuning algorithm
the TDMR object
the environment variable
the TDMdata
object containing the data set (train/vali part and test part)
the result of CMA-ES tuning, i.e. the list envT$spotConfig
, extended by
cma
the return value from cma_es
cma$count
the number of calls to tdmStartOther