FrankWolfe.jl icon indicating copy to clipboard operation
FrankWolfe.jl copied to clipboard

Rewrite LCG as a call to FrankWolfe with the suitable LMO

Open matbesancon opened this issue 3 years ago • 3 comments

lazified_conditional_gradient could, given a cache size set up the caching optimizer and call the frank_wolfe method.

matbesancon avatar Jul 08 '21 09:07 matbesancon

might not be completely trivial because you also need to manage the phi correctly

pokutta avatar Jul 08 '21 10:07 pokutta

yes this one was postponed, the phi could be placed in the CachingLMO but there are some things in printing that are custom and a bit of a pain to rewrite

matbesancon avatar Jul 19 '21 15:07 matbesancon

yes true.

pokutta avatar Jul 19 '21 16:07 pokutta

Closing for now, this may bring more complexity than anything

matbesancon avatar Sep 07 '23 08:09 matbesancon