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])
Despite the benefits of AI we are starving for humanity.
No comments:
Post a Comment