JuliaNLSolvers / NLSolversBase.jl

Base package for optimization and equation solver software in JuliaNLSolvers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `value!` et al. interface to NDifferentiableConstraints

anriseth opened this issue · comments

The new NDifferentiableConstraints objects introduced in #38 should also get an API for caching and calling value! et al. This would improve some of the code in IPNewton, and make it easier for others to access the constraints objects.

i want to help, any general idea to implement this?