Skip to content

Conversation

@LJS42
Copy link
Contributor

@LJS42 LJS42 commented Oct 15, 2025

Add the Pairwise Conditional Gradient (in pairwise.jl in FrankWolfe.jl) to Boscia


Base.print(io::IO, ::StandardFrankWolfe) = print(io, "StandardFrank-Wolfe")

@info "After define" PairwiseFrankWolfe
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

return x, primal, dual_gap, active_set
end

Base.print(io::IO, ::PairwiseFrankWolfe) = print(io, "Pairwise FrankWolfe")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Frank-Wolfe

Pairwise FrankWolfe
"""

struct PairwiseFrankWolfe <: FrankWolfeVariant end
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move it between BCG and BPCG

@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

❌ Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 82.46%. Comparing base (ee5cc6c) to head (65cede6).
⚠️ Report is 90 commits behind head on main.

Files with missing lines Patch % Lines
src/frank_wolfe_variants.jl 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #255      +/-   ##
==========================================
- Coverage   86.23%   82.46%   -3.78%     
==========================================
  Files          17       22       +5     
  Lines        1482     2817    +1335     
==========================================
+ Hits         1278     2323    +1045     
- Misses        204      494     +290     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants