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

improve predorcent stepper #631

Merged
merged 3 commits into from
Dec 18, 2020
Merged

improve predorcent stepper #631

merged 3 commits into from
Dec 18, 2020

Conversation

chriscoey
Copy link
Collaborator

@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #631 (61ed23a) into master (f524134) will decrease coverage by 0.01%.
The diff coverage is 97.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #631      +/-   ##
==========================================
- Coverage   96.07%   96.05%   -0.02%     
==========================================
  Files          45       45              
  Lines        6695     6700       +5     
==========================================
+ Hits         6432     6436       +4     
- Misses        263      264       +1     
Impacted Files Coverage Δ
src/Solvers/steppers/predorcent.jl 91.04% <96.55%> (-0.63%) ⬇️
src/Solvers/steppers/common.jl 100.00% <100.00%> (ø)
src/Solvers/steppers/heurcomb.jl 84.81% <100.00%> (ø)
src/Solvers/linesearch.jl 96.66% <0.00%> (-3.34%) ⬇️
src/Solvers/Solvers.jl 92.11% <0.00%> (-0.04%) ⬇️
src/Cones/Cones.jl 92.48% <0.00%> (-0.03%) ⬇️
src/Hypatia.jl 100.00% <0.00%> (ø)
src/ModelUtilities/ModelUtilities.jl 100.00% <0.00%> (ø)
src/Cones/wsosinterpepinormone.jl 96.79% <0.00%> (+0.64%) ⬆️

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 f524134...61ed23a. Read the comment docs.

@chriscoey chriscoey changed the title DNM: experiment with predorcent stepper improve predorcent stepper Dec 18, 2020
@chriscoey chriscoey added the bug Something isn't working label Dec 18, 2020
@chriscoey
Copy link
Collaborator Author

fixed a bug with centering correction RHS that only affected predorcent stepper

@chriscoey chriscoey merged commit 061d445 into master Dec 18, 2020
@chriscoey chriscoey deleted the correxperiments branch December 18, 2020 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working speed
Development

Successfully merging this pull request may close these issues.

1 participant