Friday, September 02, 2011

Fminunc

I presented fminsearch function , an alternative faster implementation of optimization function is fminunc(func,initial).

Here is an example from help :

x = fminunc(@(x) 5*x(1)^2 + x(2)^2,[5;1])

No comments:

Be Human

This is my prompt to the humans out there: Publication for the sake of publication, architecture for the sake of architecture, and agents fo...