Skip to content

munrocket/broyden-fletcher-goldfarb-shanno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broyden-Fletcher-Goldfarb-Shanno

This is implimentation of Quasi-Newton optimization method with BFGS algorithm in C/C++.

  • One-dimensional search uses the golden-section search which is suitable for unimodal functions.
  • For solving constrained optimization problems, a penalty method is used.
  • For simplicity and clarity, operator overloading implemented in the matrices class with C++.

About

Quasi-Newton local optimization method

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published