DifferentiableUniverseInitiative / jax_cosmo

A differentiable cosmology library in JAX
MIT License
172 stars 36 forks source link

Switching to integration via Splines #104

Open EiffL opened 1 year ago

EiffL commented 1 year ago

This PR, still in draft, proposes to use the spline interpolants developped by @austinpeel to perform the integrations instead of relying on simpson. This should be much more "point efficient", which means lower memory requirement.