-
Notifications
You must be signed in to change notification settings - Fork 56
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
Objective function not passed extra arguments when Hessian is provided #175
Comments
Thanks for reporting this. I agree, it does look like |
Sure, I'll give it a try this week! |
This now works on master:
Solved by #197 |
although, no idea about this: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
Error
I think in this code:
cyipopt/cyipopt/scipy_interface.py
Lines 163 to 164 in 8c68027
...
self.obj_hess
should be called withself.args
andself.kwargs
, likeself.fun
andself.jac
:cyipopt/cyipopt/scipy_interface.py
Line 149 in 8c68027
The text was updated successfully, but these errors were encountered: