cmaesTuner: Perform CMA-ES tuning (R version).

Description Usage Arguments Value Note

View source: R/tdmDispatchTuner.r

Description

Perform a parameter tuning by CMA-ES, using the *R*-implementation (package cmaes by Olaf Mersmann).

Usage

1
cmaesTuner(confFile, tdm, envT, dataObj)

Arguments

confFile

task configuration for tuning algorithm

tdm

the TDMR object

envT

the environment variable

dataObj

the TDMdata object containing the data set (train/vali part and test part)

Value

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

Note

This tuner cmaesTuner is deprecated. Use instead cma_jTuner.


TDMR documentation built on March 3, 2020, 1:06 a.m.