minAlgoStd-class: Class '"minAlgoStd"'

minAlgoStd-classR Documentation

Class "minAlgoStd"

Description

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 from the Class

Objects can be created by calls of the form new("minAlgoStd", ...). It is generated my algoObj.

Slots

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" ~~

Extends

Class "minAlgo", directly.

Methods

minFit

signature(object = "minAlgoStd"): ...

Examples

showClass("minAlgoStd")

momentfit documentation built on June 26, 2024, 3 p.m.