Skip to content

Minimization routines such as steepest descent, conjugate gradient, and quasi-Newton methods with line search method such as quadratic interpolation and golden section.

License

Notifications You must be signed in to change notification settings

ryokbys/minimize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this

Minimization routines such as steepest descent, conjugate gradient, and quasi-Newton (BFGS) and some line minimization routines such as quadratic interpolation and golden section are included in this package.

Who made this?

  • Ryo KOBAYASHI
  • Assistant Professor in the department of mechanical engineering, Nagoya Institute of Technology. (2015-03-13)

Compilation and usage

You can find how to use these minimize routines looking inside test_minimize.F90 program.

For the test run,

$ make
$ ./testmin

LICENSE

This software is released under the MIT License.

About

Minimization routines such as steepest descent, conjugate gradient, and quasi-Newton methods with line search method such as quadratic interpolation and golden section.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published