| minAlgoStd-class | R Documentation |
"minAlgoStd"Class for standard algorithm to minimize multivariate functions. By
standard, we mean algorithms with the main function and its gradient
input separately. Specifically, it follows optim, not
nlm.
Objects can be created by calls of the form new("minAlgoStd",
...). It is generated my algoObj.
algo:Object of class "character" ~~
start:Object of class "character" ~~
fct:Object of class "character" ~~
grad: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 = "minAlgoStd"): ...
showClass("minAlgoStd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.