Is there an alternative to the fminunc function (from octave/matlab) in Math.NET Numerics?
this is an answer for python. Is there any function in Math.NET Numerics?
fminunc:"Conjugate gradient", "BFGS", and "L-BFGS"
no need to give learning rate and iterations with it
it faster Gradient Descent but more sophisticated
it supply by Octave/Matlab