-
Notifications
You must be signed in to change notification settings - Fork 21
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
Refactor some of the algorithms #51
Refactor some of the algorithms #51
Conversation
Codecov Report
@@ Coverage Diff @@
## master #51 +/- ##
==========================================
+ Coverage 87.91% 88.79% +0.87%
==========================================
Files 19 20 +1
Lines 786 794 +8
==========================================
+ Hits 691 705 +14
+ Misses 95 89 -6
Continue to review full report at Codecov.
|
README needs to be updated |
Benchmark shows what seems to be a performance regression:
|
Major changes:
Minor changes:
ProximalGradient
andFastProximalGradient
aliases have been added.