We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The allocation of dense hessians of individual entries of a constraint vector taking place here
Optimization.jl/lib/OptimizationMOI/src/nlp.jl
Line 130 in c178ba0
can easily lead to OOM errors for large problems, while allocation of a dense Lagrangian hessian only would be no problem.
The text was updated successfully, but these errors were encountered:
Hmm, it seems my lagh was provided in the wrong way and wasn't registered, the large arrays should not be allocated if the lagh prototype is passed
lagh
Sorry, something went wrong.
No branches or pull requests
The allocation of dense hessians of individual entries of a constraint vector taking place here
Optimization.jl/lib/OptimizationMOI/src/nlp.jl
Line 130 in c178ba0
can easily lead to OOM errors for large problems, while allocation of a dense Lagrangian hessian only would be no problem.
The text was updated successfully, but these errors were encountered: