golden {lme4}R Documentation

Generator object for the golden search optimizer class.

Description

The generator objects for the golden class of a scalar optimizer for a parameter within an interval. The optimizer uses reverse communications.

Usage

  golden(...)

Arguments

...

additional, optional arguments. None are used at present.

Methods

new(lower=lower, upper=upper)

Create a new golden object.

Note

Arguments to the new methods must be named arguments. lower and upper are the bounds for the scalar parameter; they must be finite.

See Also

golden


[Package lme4 version 1.1-5 Index]