Skip to content

jiadongguo/opt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Optimization Algorithm

Credit

  • Nocedal J, Wright S J. Numerical optimization[M]. 2nd ed. New York:Springer,2006.

Code structure

  • src: the source code in .c

  • include: the header files in .h

  • doc: documents for theoretic background

  • bin: the folder to store executable after compilation

  • layer_model: a quick modeling example in layered medium

Instructions to install

  1. go to /src and compile: cd /src;make
  2. link libraries in /lib

About

Optimization Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages