Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 813 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 813 Bytes

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