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-objc: Refactoring: #22

Closed rgolubtsov closed 9 years ago

rgolubtsov commented 9 years ago
  1. Bringing out common constants, properties and methods to a separate class.
  2. Enriching and refining Doxygen comments.
  3. Using automatically generated accessor methods for class properties.
  4. Using plain C globals instead of class properties.
  5. Signed ints aren't used.
rgolubtsov commented 9 years ago

:+1: She looks good!