copt icon indicating copy to clipboard operation
copt copied to clipboard

Benchmarking algorithms of various families

Open GeoffNN opened this issue 5 years ago • 6 comments

It would be nice to have an example to compare speed of convergence of SAGA/SVRG/SFW on problems attaining the same optimum.

GeoffNN avatar Jun 18 '20 20:06 GeoffNN

This can be inspired by the trivial example https://github.com/openopt/chop/blob/master/examples/optim_dynamics.py

GeoffNN avatar Nov 17 '20 23:11 GeoffNN

It would also be really nice to benchmark algorithms on nonconvex problems. Do the usual practical acceleration methods (backtracking line search) work here?

GeoffNN avatar Nov 19 '20 08:11 GeoffNN

backtracking does work (in theory and practice) on non-convex problems

fabianp avatar Nov 24 '20 23:11 fabianp

I meant does it work for accelerating convergence in practice on non-convex problems?

GeoffNN avatar Nov 25 '20 02:11 GeoffNN

Yes

On Tue, Nov 24, 2020, 21:14 Geoffrey Negiar [email protected] wrote:

I meant does it work for accelerating convergence in practice on non-convex problems?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/openopt/copt/issues/68#issuecomment-733417817, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACDZB4VGE3G7O74IZECN7DSRRSA3ANCNFSM4OCDSFLQ .

fabianp avatar Nov 25 '20 11:11 fabianp

(as long as we're talking about deterministic algorithms, the top comment makes it confusing)

fabianp avatar Nov 25 '20 15:11 fabianp