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-__orig: Refactoring: #28

Closed rgolubtsov closed 9 years ago

rgolubtsov commented 9 years ago
  1. Traditional (K&R) C:
    1. Fixing warning: traditional C ignores #define with the # indented.
    2. We're on traditional C :white_check_mark: :arrow_left: Saying that to compiler.
    3. Making code adherence to comply to traditional (K&R) C more closer.
  2. Increasing compilation optimization level.
rgolubtsov commented 9 years ago

:+1: She looks good!