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-java: Two commits: #21

Closed rgolubtsov closed 9 years ago

rgolubtsov commented 9 years ago
  1. Passing classes instead of objects – don't be doing unneeded memory allocations.
  2. Marking out identifiers in Javadoc comments.
rgolubtsov commented 9 years ago

:+1: She looks good!