lme4 (version 1.1-17)

NelderMead-class: Class "NelderMead" of Nelder-Mead optimizers and its Generator

Description

Class "NelderMead" is a reference class for a Nelder-Mead simplex optimizer allowing box constraints on the parameters and using reverse communication.

The NelderMead() function conveniently generates such objects.

Usage

NelderMead(...)

Arguments

Argument list (see Note below).

Methods

Create a new '>NelderMead object

Extends

All reference classes extend and inherit methods from "'>envRefClass".

References

Based on code in the NLopt collection.

See Also

Nelder_Mead, the typical “constructor”. Further, glmer, nlmer

Examples

Run this code
# NOT RUN {
showClass("NelderMead")
# }

Run the code above in your browser using DataCamp Workspace