JuliaDecisionFocusedLearning / ImplicitDifferentiation.jl

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

Package benchmarks #63

Closed gdalle closed 1 year ago

gdalle commented 1 year ago

https://github.com/JuliaCI/PkgBenchmark.jl

mohamed82008 commented 1 year ago

We should probably benchmark ForwardDiff, Zygote and FiniteDifference for Jacobians and gradients of implicit functions with and without the implicit function theorem. Additionally, here are some packages we may want to benchmark against in Julia and Python for different problems.

Optimization

Optimal transport

Linear solvers

Nonlinear solvers

Factorizations