I've recently begun to use the scipy.optimize
minimisation library, and am experimenting with different algorithms.
I see there's good documentation for each algo individually on the docs page, but does anybody know of any intercomparison work that's been done (particularly with reference to those available to scipy)?
For instance, I'm finding that SLSQP is much faster than L-BFGS-B but often doesn't do quite as well..