-
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
Symbolic AD Sensitivity to Init Values #143
Comments
I will look into it. Thanks for the report. |
I think this is fixed in NonconvexIpopt 0.4.1 JuliaRegistries/General#62664. |
There are also more perf improvements possible now that I am depending on NonconvexUtils in NonconvexIpopt. So the timings can be slashed significantly in future versions. I will close this issue now. |
I also confirm this appears to be fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested with,
On this commit of rosetta-opf, https://github.com/lanl-ansi/rosetta-opf/tree/103972f32e8a04e01e7abb0647143a68edd7f597
This is the Ipopt trace of running Nonconvex as it is in that commit of rosetta-opf,
Update the variable declaration lines like so, where
init
on most of them is updated from 1.0 to 0.0. This is the standard initial point for rosetta-opf models.This is start of the Ipopt trace (trimmed for brevity). It does not converge.
The text was updated successfully, but these errors were encountered: