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])
A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()
No comments:
Post a Comment