algChk {gremlin} | R Documentation |
Optimization Algorithm Checks.
Description
Check and/or set optimization algorithms to use. Intended for internal use within gremlin
Usage
algChk(algit, maxit, ctrl, mc)
Arguments
algit |
A character |
maxit |
An |
ctrl |
A |
mc |
A model |
Value
A list
containing a vector algit
specifying the currently
implemented optimization algorithms for each iteration along with a vector
each containing the type of first (fdit
) and second (sdit
)
derivatives for each iteration (else NA
if either is not applicable).
Author(s)
[Package gremlin version 1.1.0 Index]