eljungsk / ScatteredInterpolation.jl

Interpolation of scattered data
Other
21 stars 10 forks source link

Add points? #33

Open jerlich opened 5 months ago

jerlich commented 5 months ago

Thanks for a really cool and useful package.

Sorry if this is a naive question but would there be a way to add points to the Interpolant without starting from scratch?

The use case i am thinking about is if i want to use the interpolant as a proposal for sampling and then update it as i get new points....