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: Hooke-Jeeves-f77: Refactoring: #16

Closed rgolubtsov closed 9 years ago

rgolubtsov commented 9 years ago
  1. Bringing out code duplicates from two sources into a single module by utilizing conditional compilation through the GNU C Preprocessor.
  2. Enriching and refining comments.
  3. Adding FORTRAN 77 implementation build commands (Travis CI configuration).
  4. Installing required build dependencies (Travis CI configuration).
  5. Fixing typo: The FORTRAN 77 implementation build places its intermediates into the obj/ directory.
rgolubtsov commented 9 years ago

:+1: She looks good!