Description Usage Arguments Value Note Author(s) See Also
View source: R/tdmDispatchTuner.r
tdmDispatchTuner selects and starts the tuner specified by tuneMethod. 
See the 'Details' section of tdmBigLoop for a list of available tuners.
| 1 | tdmDispatchTuner(tuneMethod, confFile, spotStep, tdm, envT, dataObj)
 | 
| tuneMethod | the tuning algorithm given as a string. Possible values are { "spot" | "lhd" | "cmaes" | "cma_j" | "bfgs" }. | 
| confFile | the configuration name. | 
| spotStep | –DEPRECATED– SPOT 2.0 supports only spotStep="auto". | 
| tdm | the TDMR object | 
| envT | the environment variable | 
| dataObj | the  | 
The result tunerVal of the tuning algorithm, this is the list envT$spotConfig, extended by
|  | the RES data frame | 
|  | the BST data frame | 
| ... | [optional] further results from the tuning algorithm  | 
Side effects: Environment envT is extended by
envT$tunerVal = tunerVal
envT$res   the RES data frame
envT$bst   the BST data frame
Wolfgang Konen, THK, 2018
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.