copt icon indicating copy to clipboard operation
copt copied to clipboard

Implement generalized "linear minimization oracles"

Open GeoffNN opened this issue 5 years ago • 0 comments

Lu and Freund, 2020 use a generalization of the LMO found in Frank-Wolfe optimization. It generalizes minimizing a sum of a linear function and an indicator function by minimizing a sum of a linear function and a bounded domain function (potentially strongly convex / smooth).

It seems from their paper that they obtain linear convergence in the case of a strongly convex regularizer thus defined. It may work also for other stochastic variants.

Also see Bach, 2012 and Yu et al. 2017

GeoffNN avatar May 07 '20 10:05 GeoffNN