StructuralEquationModels.jl
StructuralEquationModels.jl copied to clipboard
Using DifferentiationInterface for autodiff?
Hi there! I was strolling around GitHub and I noticed that you are using FiniteDiff/ForwardDiff but trying to perform optimization on large-ish models. Could a more generic AD interface be of interest to you?
Absolutely. Any suggestions?
Well, you could check out https://github.com/JuliaDiff/DifferentiationInterface.jl ;)