Open clarkedavida opened 4 months ago
right now we do our numerical derivatives with python for-loops so they are incredibly slow. i have wanted to replace them for a while, but only today learned of jax
https://github.com/google/jax
which i think is worth trying
right now we do our numerical derivatives with python for-loops so they are incredibly slow. i have wanted to replace them for a while, but only today learned of jax
https://github.com/google/jax
which i think is worth trying