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-js: Refactoring: #14

Closed rgolubtsov closed 9 years ago

rgolubtsov commented 9 years ago
  1. Bring out common properties and methods to a separate class.
  2. Enrich JSDoc comments.
  3. Add Strict Mode pragma and disable it immediately :smiley: – needs further engineering.
rgolubtsov commented 9 years ago

:+1: She looks good!