Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 196 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 196 Bytes

bfgs_opt

Implementation of the BFGS Optimization Algorithm

This library was created for a study project.

The library implements the BFGS algorithm with line search and trusted region method.