I have a loss function which I want to minimize. That function depends on 4 variables, which need to be tweaked to find the minimum. There is no need for finite differences, because I know the analytical function. The function is non-convex, but in the area of my initial guess it is convex.
Question: Which optimization method should I use? Quasi-Newton Methods (e.g. BFGS) or the "full" Newton method? Should I use Conjugate gradient (but I've read that it is better for larger dimensions). Thanks for your help :)
Horsti