Description Usage Arguments Value
View source: R/check_parameters.R
The quasiNewton algorithm can be run by providing different types of input, but they all need to be accomodated to a common format. This is performed in this function
1 | check_parameters(obj.list, x.list, ...)
|
obj.list |
Either a function or a list with the following names |
x.list |
Either a vector with initial solution or a list with the
following names |
... |
Optional parameters passed to the |
Returns two lists:
obj.list: a list with names f and df with the
objective function and its gradient, respectively
x.list: a list with the names x, fx and dfx
with the initial point properly evaluated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.