rgolubtsov / nonlinear-optimization-algorithms-multilang

Nonlinear programming algorithms as the (un-)constrained minimization problems with the focus on their numerical expression using various programming languages.
The Unlicense
3 stars 6 forks source link

NLPUC: Nelder-Mead-__orig: #29

Closed rgolubtsov closed 9 years ago

rgolubtsov commented 9 years ago
  1. Adding the fully-functional original Nelder-Mead algorithm as the FORTRAN 77 (MIL-STD 1753) implementation.
  2. Travis CI: Adding the Nelder-Mead (original) FORTRAN 77 (MIL-STD 1753) implementation build commands.
  3. Gitignore: Putting lib-related directories to a proper section; not omitting particular executables.