-
-
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
Add autoscaling for trust region #425
Comments
@avik-pal Can you point me to where this should be implemented. I'm trying to transition from |
I haven't looked too much into how NLsolve does autoscaling. But it should probably go in NonlinearSolve.jl/src/internal/jacobian.jl Lines 115 to 152 in 45c4465
|
Thanks. I will try to look into it |
@m-bossart do you have a test case for this? Just so that when we implement it we can add it as a test |
Add autoscaling option for trust region (and possibly other) methods.
The text was updated successfully, but these errors were encountered: