Skip to content

Commit

Permalink
Requires verbose > 3 for mode_last printing
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendesignolle committed Nov 21, 2024
1 parent 33a6b7b commit e712563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bell_frank_wolfe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function bell_frank_wolfe(
else
lmo_last = LMO(lmo, vp_last; mode = mode_last, T2 = TL, nb = nb_last)
end
ds = FrankWolfe.compute_extreme_point(lmo_last, -M; verbose = verbose > 0)
ds = FrankWolfe.compute_extreme_point(lmo_last, -M; verbose = verbose > 3)
else
if sym
ds = FrankWolfe.SubspaceVector(DS(ds.data; T2 = TL), TL.(ds.vec))
Expand Down

0 comments on commit e712563

Please sign in to comment.