powered by
"golden"
"golden" is a reference class for a golden search scalar optimizer, for a parameter within an interval.
golden() is the generator for the "golden" class. The optimizer uses reverse communications.
golden()
golden(...)
(partly optional) arguments passed to new() must be named arguments. lower and upper are the bounds for the scalar parameter; they must be finite.
new()
lower
upper
All reference classes extend and inherit methods from "'>envRefClass".
"'>envRefClass"
# NOT RUN { showClass("golden") golden(lower= -100, upper= 1e100) # }
Run the code above in your browser using DataLab