-
Notifications
You must be signed in to change notification settings - Fork 10
LM: only recompute Jacobian norm if problem is nonlinear #156
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
LM: only recompute Jacobian norm if problem is nonlinear #156
Conversation
|
@dpo pour cette PR j'ai modifié le critère d'arrêt du sous solveur de LM pour qu'il soit le même que R2N |
|
@MohamedLaghdafHABIBOULLAH Please rebase and revise this PR. |
|
As discussed, I suggest to modify the default value of |
Done, could you review this PR @MaxenceGollier ? |
dpo
left a comment
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.
Could you also please rename this PR so it has a descriptive title?
… different subsolver criterion stop
Co-authored-by: Dominique <dominique.orban@gmail.com>
303b5e0 to
579cf06
Compare
|
Thank you. |
We enable the use of R2DH as a subsolver with different stopping criteria for the subproblem.
Remark: this PR uses the input_struct.jl defined here: #153