golden.section.search: Golden section search
Description
Uses golden section method to search given space for value that minimizes
function given
Usage
golden.section.search(f, lower, upper, tol = 1e-06)
Arguments
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