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
For instance, nlp.meta.nnzh should be 0.
nlp.meta.nnzh
The text was updated successfully, but these errors were encountered:
Actually, it’s more likely to be $n * (n+1) / 2$. I think it would be better to implement getters for meta instead of accessing fields directly.
meta
Sorry, something went wrong.
Actually, such getters already exist https://jso.dev/NLPModels.jl/dev/reference/#NLPModels.get_nnzh-Tuple{NLSMeta} for instance, but are not really used (yet?) and are sometimes buggy, for instance JuliaSmoothOptimizers/NLPModels.jl#415 ).
No branches or pull requests
For instance,
nlp.meta.nnzh
should be 0.The text was updated successfully, but these errors were encountered: