golden.section.search: Golden section search

Description Usage Arguments Value

View source: R/golden_section_search.R

Description

Uses golden section method to search given space for value that minimizes function given

Usage

1
golden.section.search(f, lower, upper, tol = 1e-06)

Arguments

f

function

lower

Lower bound to search in

upper

Upper bound to search in

tol

How exact the answer must be

Value

Returns a value that minimizes the function input


deconstructSigs documentation built on May 2, 2019, 4:06 a.m.