| golden-class | R Documentation |
"golden" and Generator for Golden Search Optimizer Class"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(...)
... |
(partly optional) arguments passed to
|
All reference classes extend and inherit methods from
"envRefClass".
showClass("golden")
golden(lower= -100, upper= 1e100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.