Learn R Programming

TDMR (version 2.2)

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

Description

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

Usage

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