Golden_Section_Search: Finds the minimum point of a function

Description Usage Arguments

View source: R/GoldenSectionSearch.R

Description

Finds the minimum point of a function

Usage

1
Golden_Section_Search(f, ub, lb, Tolerance)

Arguments

f

function

ub

Upper Bound

lb

Lower Bound

Tolerance

Accuracy of answer


NabeelBedar/Optimization documentation built on Dec. 17, 2021, 5:19 a.m.