ericagol / NbodyGradient.jl

N-body integrator computes derivatives with respect to initial conditions for TTVs, RV, Photodynamics & more
MIT License
20 stars 9 forks source link

Change gradient of likelihood #29

Open ericagol opened 4 years ago

ericagol commented 4 years ago

The gradient of likelihood might be sped up by computing jacobson with respect to initial positions, and then just carrying out a single time the multiplication by the Jacobian of the initial conditions. This saves having to do this for each and every transit!

And this might be a better test of the numerical accuracy of the initial condition Jacobian.