LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Multidimensional unconstrained nonlinear minimization

Hello, attempt to find a function that does to me just like "fminsearch" (done in mtlab) but in labwindows, this function does:

Multidimensional unconstrained nonlinear minimization (Nelder-Mead).
    X = FMINSEARCH(FUN,X0) starts at X0 and attempts to find a local minimizer
    X of the function FUN. FUN accepts input X and returns a scalar function
    value F evaluated at X. X0 can be a scalar, vector or matrix.

thanks
0 Kudos
Message 1 of 2
(3,006 Views)
There's an implementation of Nelder & Mead in the Numerical Recipes in C online reference.

Martin.

--
Martin
Certified CVI Developer
0 Kudos
Message 2 of 2
(2,987 Views)