StructuralEquationModels.jl icon indicating copy to clipboard operation
StructuralEquationModels.jl copied to clipboard

Using DifferentiationInterface for autodiff?

Open gdalle opened this issue 1 year ago • 2 comments

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?

gdalle avatar Jan 28 '25 19:01 gdalle

Absolutely. Any suggestions?

aaronpeikert avatar Jan 31 '25 13:01 aaronpeikert

Well, you could check out https://github.com/JuliaDiff/DifferentiationInterface.jl ;)

gdalle avatar Jan 31 '25 14:01 gdalle