-
Notifications
You must be signed in to change notification settings - Fork 42
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
Finishing automatic smoothing #368
Conversation
Codecov Report
@@ Coverage Diff @@
## master #368 +/- ##
==========================================
+ Coverage 73.79% 77.34% +3.55%
==========================================
Files 52 52
Lines 3931 3969 +38
==========================================
+ Hits 2901 3070 +169
+ Misses 1030 899 -131
Continue to review full report at Codecov.
|
Stabilization is working fine. However, I am not happy with the performance. @guimarqu Guillaume, can you check which improvements are possible. For example functions |
Ok I’ll look tomorrow for performance. I can tell you that |
Project.toml
Outdated
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new dependencies to remove
src/Algorithm/colgenstabilization.jl
Outdated
@@ -52,6 +55,7 @@ function componentwisefunction(in_dual_sol::DualSolution, out_dual_sol::DualSolu | |||
value::Float64 = 0.0 | |||
out_next = iterate(out_dual_sol) | |||
in_next = iterate(in_dual_sol) | |||
number = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is it ?
Ok, I have removed timers. But this is annoying. Is there a way to include timers only if non-parallel version is used ( |
I don't know. |
No description provided.