Skip to content
Sebastian Pokutta edited this page Jun 29, 2021 · 3 revisions

Welcome to the FrankWolfe.jl wiki!

FAQ

  1. 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.
Clone this wiki locally