-
Notifications
You must be signed in to change notification settings - Fork 9
Support MOI.VectorNonlinearOracle #218
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
Conversation
|
@andrewrosemberg Is the ready for a review? Were you able to solve you JuMP model with an oracle with Ipopt to test it? |
found a bug when testing the hessian that I am trying to figure out: amontoison#5 |
* hs10 oracle tests * add hs14_oracle * normalize constraints test * add more tests nlp * start checking jacobian and hessian * fix bug hessian * fix bg consistency
|
@andrewrosemberg I did a full pass on your modifications. |
ee7edae to
18ed91a
Compare
andrewrosemberg
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.
LGTM
ca059cc
into
JuliaSmoothOptimizers:main
close #219
#217
@andrewrosemberg
Andrew, can you continue this PR?
I started the support of oracles in
MathOptNLPModelbut it is not finished.We need to also support it in
MathOptNLSModeland add unit tests.