minAlgoNlm-class | R Documentation |
"minAlgoNlm"
Class for algorithm to minimize multivariate functions that have the
same format as nlm
.
Objects can be created by calls of the form new("minAlgoNlm",
...)
. It is generated my algoObj
.
algo
:Object of class "character"
~~
start
:Object of class "character"
~~
fct
:Object of class "character"
~~
solution
:Object of class "character"
~~
value
:Object of class "character"
~~
message
:Object of class "character"
~~
convergence
:Object of class "character"
~~
Class "minAlgo"
, directly.
signature(object = "minAlgoNlm")
: ...
showClass("minAlgoNlm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.