tdmEnvTMakeNew: Construct a new environment envT of class 'TDMenvir'.

Description Usage Arguments Value Author(s) See Also

View source: R/tdmEnvTMakeNew.r

Description

Given the general TDMR settings in tdm, construct an appropriate environment envT. This is needed as input for tdmBigLoop.

Usage

1
tdmEnvTMakeNew(tdm = NULL, sCList = defaultSCList())

Arguments

tdm

a list with general settings for TDMR, see tdmDefaultsFill

sCList

[defaultSC()] a list of list with controls for SPOT or other tuners (one list for each element in tdm$runList)

Value

Environment envT, an object of class TDMenvir, containing (among others) the elements

runList

=tdm$runList

tdm

=tdmDefaultsFill(tdm)

getBst

accessor function(confFile,nExp,theTuner) into envT$bstGrid

getRes

accessor function(confFile,nExp,theTuner) into envT$resGrid

sCList

list of spotConfig-objects, as many as envT$runList has elements. Each spotConfig object sCList[[k]] contains a list opts as element for the machine learning part.

Author(s)

Wolfgang Konen (wolfgang.konen@th-koeln.de), THK, Patrick Koch

See Also

tdmBigLoop


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