I want to create a suite of test problems for a package of convex optimization methods I have implemented (gradient descent, conjugate gradient, BFGS, etc.).
I would ideally know the exact solution to the problem, and then check that these algorithms got a sufficiently close answer.
Currently, I'm doing maximum likelihood for a multivariate Gaussian (and using the above gradient-based methods rather than the closed-form answer).
What else do you recommend?