-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
I want to use sparseSpACE to benchmark how the SG combination technique performs for interpolation of my 5D function that I cannot evaluate at the boundaries. I have already had positive results with spatially adaptive SGs with hierarchical construction, and I want to see how this method compares.
I tried using the Regression module but I found it difficult to understand how many points were used, and if all of them were used for the grid and not validation etc.
Is there a way to construct an interpolation without using points at the boundaries (with some extrapolation approach instead)? I want to evaluate the interpolant at some data points of my choosing and construct my own error norms, and avoid using any built in error estimators.
Thanks!
/Anton