Learn R Programming

TDMR (version 2.0)

powellTuner: Perform Powell's tuning.

Description

Perform a parameter tuning by Powell's UObyQA algorithm (unconstrained optimization by quadratic approximation), see R-package powell

Usage

powellTuner(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 Powell tuning, i.e. the list envT$spotConfig, extended by

powell

the return value from powell

powell$count

the number of calls to tdmStartOther