You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sebastian Pokutta edited this page Jun 29, 2021
·
3 revisions
Welcome to the FrankWolfe.jl wiki!
FAQ
Can I access the active set after the computation?
It depends on the used algorithm. For higher speed the vanilla Frank-Wolfe algorithm does not maintain an active set. However the away-step Frank-Wolfe algorithm as well as the Blended Conditional Gradients maintain active sets and these can be returned. The away-step Frank-Wolfe algorithm also supports to run as vanilla Frank-Wolfe algorithm with an active set.