This package provides AD-based model implementations that conform to the NLPModels API. The following packages are supported:
ForwardDiff.jl: default choice.Zygote.jl: you must loadZygote.jlseparately and passADNLPModels.ZygoteAD()as theadbackendkeyword argument to theADNLPModelorADNLSModelconstructor.ReverseDiff.jl: you must loadReverseDiff.jlseparately and passADNLPModels.ReverseDiffAD()as theadbackendkeyword argument to theADNLPModelorADNLSModelconstructor.
If you use ADNLPModels.jl in your work, please cite using the format given in CITATION.bib.
pkg> add ADNLPModels