Skip to content
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

Support for MOI.eval_constraint_jacobian_transpose_product #808

Closed
baggepinnen opened this issue Aug 23, 2024 · 3 comments
Closed

Support for MOI.eval_constraint_jacobian_transpose_product #808

baggepinnen opened this issue Aug 23, 2024 · 3 comments

Comments

@baggepinnen
Copy link
Contributor

MathOptInterface includes a function eval_constraint_jacobian_transpose_product which some solvers, like MadNLP) can use to avoid materializing the constraint Jacobian. MadNLP will error when using Hessian approximation unless this method is available in the NLP evaluator.

@Vaibhavdixit02
Copy link
Member

You really want to look at this PR SciML/OptimizationBase.jl#90 and #789 😅

@Vaibhavdixit02
Copy link
Member

This should be available now, let me know if it doesn't work as expected

@baggepinnen
Copy link
Contributor Author

Amazing :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants