View source: R/GoldenSectionSearch.R
Finds the minimum point of a function
1 | Golden_Section_Search(f, ub, lb, Tolerance)
|
f |
function |
ub |
Upper Bound |
lb |
Lower Bound |
Tolerance |
Accuracy of answer |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.