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])
The biggest mistake repeated throughout history has always been people in power thinking they have the right to harm the innocent for what t...
No comments:
Post a Comment