Description Usage Arguments Value Note
View source: R/tdmDispatchTuner.r
Perform a parameter tuning by CMA-ES, using the *R*-implementation
(package cmaes
by Olaf Mersmann).
1 | cmaesTuner(confFile, tdm, envT, dataObj)
|
confFile |
task configuration for tuning algorithm |
tdm |
the TDMR object |
envT |
the environment variable |
dataObj |
the |
the result of CMA-ES tuning, i.e. the list envT$spotConfig
, extended by
|
the return value from |
|
the number of calls to |
This tuner cmaesTuner
is deprecated. Use instead cma_jTuner
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.