fcitil / Brent-s-Method-Recursive-Implementation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%