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

disabling rescale bound duals after penalty paramter update #77

Merged
merged 6 commits into from
Sep 14, 2021

Conversation

sshin23
Copy link
Member

@sshin23 sshin23 commented Sep 13, 2021

In this PR, the rescaling of bound dual variables after is disabled. This reduces the number of iterations for many instances: iterations-cutest(7).pdf

@sshin23
Copy link
Member Author

sshin23 commented Sep 13, 2021

hmm... interestingly this makes several instances in MINLPTests to fail. I'll investigate what's causing the issue

@codecov
Copy link

codecov bot commented Sep 14, 2021

Codecov Report

Merging #77 (eaeb7e3) into master (83ba7fa) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   87.37%   87.35%   -0.02%     
==========================================
  Files          28       28              
  Lines        3184     3180       -4     
==========================================
- Hits         2782     2778       -4     
  Misses        402      402              
Impacted Files Coverage Δ
src/interiorpointsolver.jl 92.97% <ø> (-0.03%) ⬇️

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 83ba7fa...eaeb7e3. Read the comment docs.

@sshin23 sshin23 merged commit de2b285 into master Sep 14, 2021
@sshin23 sshin23 deleted the ss/no-rescale 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.

1 participant