Skip to content

Commit

Permalink
Remove unnecessary compute_active_set_iterate!
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendesignolle committed Nov 27, 2024
1 parent 7fe1419 commit 577e7b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ function load_active_set(
weights = T2.(ass.weights)
weights /= sum(weights)
res = FrankWolfe.ActiveSetQuadraticProductCaching([(weights[i], deflate(atoms[i])) for i in eachindex(ass.weights)], I, deflate(p))
FrankWolfe.compute_active_set_iterate!(res)
return res
end

Expand Down Expand Up @@ -628,6 +627,5 @@ function load_active_set(
weights = T2.(ass.weights)
weights /= sum(weights)
res = FrankWolfe.ActiveSetQuadraticProductCaching([(weights[i], deflate(atoms[i])) for i in eachindex(ass.weights)], I, deflate(p))
FrankWolfe.compute_active_set_iterate!(res)
return res
end

0 comments on commit 577e7b3

Please sign in to comment.