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: #23

Closed rgolubtsov closed 9 years ago

rgolubtsov commented 9 years ago
  1. EPSMIN must be double, not int!
  2. Declaring constants in those classes where they used first.
  3. Hack against GNUstep: we need double in any case, even on 32-bit systems.
rgolubtsov commented 9 years ago

:+1: She looks good!