JuliaSmoothOptimizers / JuliaSmoothOptimizers/ADNLPModels.jl
Deactivate NLP backends for NLS models by default
Open
- Dominant language
- Julia
- Stars
- 44
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
For some NLS models, generating the gradient and the hessian-vector products take a long time. Because we need either the Jacobian or the Jacobian-vector products, we can use them to obtain the gradient. Performing AD on the gradient and hprod should be deactivated by default.
Contributor guide
Assessment
This issue has not been assessed yet.