golden-class function

Class "golden" and Generator for Golden Search Optimizer Class

Class "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. class

golden(...)

Arguments

  • ...: (partly optional) arguments passed to new() must be named arguments. lower and upper are the bounds for the scalar parameter; they must be finite.

Extends

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

Examples

showClass("golden") golden(lower= -100, upper= 1e100)
  • Maintainer: Ben Bolker
  • License: GPL (>= 2)
  • Last published: 2025-03-26