ppc_nelder_mead_test, a C code which calls ppc_nelder_mead(), which implements the Nelder-Mead moving simplex minimization algorithm, from Rouben Rostamian's "Programming Projects in C";
The information on this web page is distributed under the MIT license.
ppc_nelder_mead, a C code which implements the Nelder-Mead moving simplex minimization algorithm, from Rouben Rostamian's "Programming Projects in C";