Optimization: Himmelblau’s Function
I just came across Himmelblau’s function (226 hits) for testing optimization routines. It has four local minima and one maxima so it provides a good test: (226 hits) I’m pleased to say my implementation of the Nelder-Meade Simplex Algorithm (on my C++ page here (240 hits)) was able to optimize it for each minima (depending [...]