Description Usage Arguments Value
View source: R/golden_section_search.R
Uses golden section method to search given space for value that minimizes function given
1 | golden.section.search(f, lower, upper, tol = 1e-06)
|
f |
function |
lower |
Lower bound to search in |
upper |
Upper bound to search in |
tol |
How exact the answer must be |
Returns a value that minimizes the function input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.