/Brent-s-Method-Recursive-Implementation

Brent's method is a derivative-free hybrid root-finding algorithm combining Jarrat's Method and Golden Section Search

Primary LanguagePython

Brent's Mininimization Method Recursive Implementation

Brent's method is a hybrid minimum-finding algorithm combining Jarrat's Method and Golden Section Search
The algorithm is implemented based on Video
Algorithm Flowchart