Jax Scipy RBFInterpolator? #22503
Unanswered
FluffyCodeMonster
asked this question in
Ideas
Replies: 1 comment
-
We've made the decision that See JEP 18137 for a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love the fact that Jax has implemented some of the functionality of the scipy.interpolate module, specifically the RegularGridInterpolator. However, currently only the linear and nearest neighbour interpolations are supported, which is a problem when the interpolation needs to be smooth (e.g. for running gradient-based optimisers). How difficult would it be to 'jaxify' the scipy.interpolate.RBFInterpolator class and related code, for smooth interpolations? I've made a start at this myself, but it's a little beyond me at the moment. I feel like this could be an asset to the Jax framework.
Beta Was this translation helpful? Give feedback.
All reactions