JuliaDecisionFocusedLearning / ImplicitDifferentiation.jl

Automatic differentiation of implicit functions
https://juliadecisionfocusedlearning.github.io/ImplicitDifferentiation.jl/
MIT License
123 stars 6 forks source link

Add example use of byproduct #62

Closed gdalle closed 1 year ago

gdalle commented 1 year ago

I just realized that using the byproduct in the conditions is fairly easy, but using the byproduct in the condition derivatives is harder, unless the user defines their own chain rule. What do you think?

mohamed82008 commented 1 year ago

Related: https://github.com/JuliaNLSolvers/Optim.jl/issues/943