Closed ludoro closed 5 years ago
Indeed having sampling procedures is necessary for making this useful. It would be good to create an interface for general sampling, and then getting all of these under the same roof.
Maybe something like sample(f,SobolSampler())
.
I suppose f is the function/solution of the Differential equation we want to approximate?
Indeed. It's any x to scalar function. So not a full differential equation over time, let's take that off the table for now, but the evaluation of a cost function on the differential equation solution (for example, distance from data) is perfectly reasonable.
Closing this because the samplings in the links are already implemented, but opening another separate issue for https://arxiv.org/pdf/1703.05312.pdf which is another surrogate I want to implement