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: Nelder-Mead-c: Set forgotten var step, add fixed-form output: #32

Closed rgolubtsov closed 9 years ago

rgolubtsov commented 9 years ago
  1. The «Woods» test problem is solving for :four: variables, hence we must set the step for each of them.
  2. Adding fixed-form output for double precision variables (for clarity).
rgolubtsov commented 9 years ago

:+1: She looks good!