Description Usage Arguments Value
Apply one of the algorithms provided by the optim
method from the stats package. Although the optim
method should support using gradients, I just did not find out how to get
this to work.
| 1 2 | FunctionalModel.fit.optim(metric, model, par = NULL, q = 0.75,
  method = "L-BFGS-B")
 | 
| metric | an instance of
 | 
| model | an instance of  | 
| par | the initial starting point | 
| q | the effort to spent in learning, a value between 0 (min) and 1 (max). Higher values may lead to much more computational time, lower values to potentially lower result quality. | 
| method | the method to apply, see the documentation of
 | 
On success, an instance of FittedFunctionalModel.
NULL on failure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.