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


luolingqi/deconstructSigs.hg38 documentation built on Jan. 22, 2021, 12:35 a.m.