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
cmathe return value from cma_es
cma$countthe number of calls to tdmStartOther