| golden {lme4} | R Documentation |
The generator objects for the golden
class of a scalar optimizer for a parameter within an
interval. The optimizer uses reverse communications.
golden(...)
... |
additional, optional arguments. None are used at present. |
new(lower=lower,
upper=upper)Create a new golden
object.
Arguments to the new methods must be named
arguments. lower and upper are the bounds
for the scalar parameter; they must be finite.