Navigation

Operators and Keywords

Function List:

C++ API

Function File: x = fminsearch (fun, x0)

Function File: [x, fval] = fminsearch (fun, x0, options, grad, P1, P2, ...)

Find the minimum of a funtion of several variables. By default the method used is the Nelder&Mead Simplex algorithm.

See also: fmin fmins nmsmax

Package: optim