Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kkt error reduction #88

Merged
merged 1 commit into from
Sep 16, 2021
Merged

kkt error reduction #88

merged 1 commit into from
Sep 16, 2021

Conversation

sshin23
Copy link
Member

@sshin23 sshin23 commented Sep 16, 2021

Originally we had KKT error reduction phase (Section 3.3.2), but dropped the support some time in the past. But the KKT error reduction phase seems to be giving us some substantial performance gain benchmark.pdf. So we bring it back in this PR

Copy link
Collaborator

@frapac frapac left a comment

Choose a reason for hiding this comment

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

Nice!!

@codecov
Copy link

codecov bot commented Sep 16, 2021

Codecov Report

Merging #88 (03c3824) into master (4164b73) will increase coverage by 0.26%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   87.36%   87.62%   +0.26%     
==========================================
  Files          28       28              
  Lines        3181     3249      +68     
==========================================
+ Hits         2779     2847      +68     
  Misses        402      402              
Impacted Files Coverage Δ
src/interiorpointsolver.jl 93.44% <100.00%> (+0.46%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4164b73...03c3824. Read the comment docs.

@sshin23 sshin23 merged commit 4633bf9 into master Sep 16, 2021
@sshin23 sshin23 deleted the ss/kkt-error-reduction branch July 5, 2022 15:06
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