ppc_nelder_mead_test


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";

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

ppc_nelder_mead, a C code which implements the Nelder-Mead moving simplex minimization algorithm, from Rouben Rostamian's "Programming Projects in C";

Source Code:


Last revised on 13 May 2024.