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-perl: Refactoring: #11

Closed rgolubtsov closed 9 years ago

rgolubtsov commented 9 years ago
  1. Bringing out common properties and methods in a separate class – to eliminate duplicates.
  2. Normalizing identifiers – removing underscores, making them to look like in the "orig" impl.
rgolubtsov commented 9 years ago

:+1: She looks good!