-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add R2N, R2DH #153
Add R2N, R2DH #153
Conversation
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.
Please update LM in a separate PR. It's unrelated to R2N.
4700798
to
b6cd089
Compare
@dpo here I add a test in line 194 to discuss the case if |
@dpo il est à noter que je me suis permis de changer R2_alg.jl afin de pouvoir récupérer le temps pour chaque iter et tracer la courbe objective vs temps |
|
acaad65
to
652701d
Compare
e43dbc0
to
1500d76
Compare
src/R2DH.jl
Outdated
D.d .= summation ? D.d .+ σk : D.d .* σk | ||
DNorm = norm(D.d, Inf) | ||
|
||
|
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.
Remove all duplicate blank lines.
6cb845f
to
3245e55
Compare
Thanks @dpo for the comments. I tried to incorporate and answer all your comments. |
This PR has been open for a while now, can we merge it ? @MohamedLaghdafHABIBOULLAH @dpo |
I would much prefer to review one PR instead of two. Could you please put your work together into a single PR? Maybe just close this one and open a new one?! |
@MohamedLaghdafHABIBOULLAH Please rebase this branch against |
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.
@MohamedLaghdafHABIBOULLAH Let’s please finish this fast.
@dpo, are we planning to merge this first in the end ?
Some of your comments are already taken care of in my version
|
Co-authored-by: Dominique <[email protected]>
precise when to debug Co-authored-by: Dominique <[email protected]>
correct $\Delta_{mod}$ Co-authored-by: Dominique <[email protected]>
Add some unit tests for R2DH/R2N/R2N_R2DH
Co-authored-by: Dominique <[email protected]>
Co-authored-by: Dominique <[email protected]>
Co-authored-by: Dominique <[email protected]>
I will add (-Inf) condition in ShiftedProximalOperators as well
Co-authored-by: Dominique <[email protected]>
Co-authored-by: Dominique <[email protected]>
Co-authored-by: Dominique <[email protected]>
Co-authored-by: Dominique <[email protected]>
Co-authored-by: Dominique <[email protected]>
Co-authored-by: Dominique <[email protected]>
Co-authored-by: Dominique <[email protected]>
Co-authored-by: Maxence Gollier <[email protected]>
Add a documentation for second calling form of R2DH
cfaabd3
to
b8e36ea
Compare
Now it should be better @MaxenceGollier. |
The demo with TRDH keeps failing by the way, perhaps we should add a random seed to prevent it. |
You mean we need to change the seed? |
The demos will have to be overhauled completely after we remove FHist, etc., anyways. |
Add still allocating versions of R2N and R2DH.
Update LM to give the possibility to use R2DH as subsolver