minor grammar edits
1 unresolved thread
1 unresolved thread
Compare changes
+ 24
− 26
@@ -32,7 +32,7 @@ Even though it is suboptimal, one usually resorts to sampling $X$ on a homogeneo
@@ -45,13 +45,13 @@ The loss function in this example is the curvature loss.
@@ -64,17 +64,17 @@ We see that when the function has a distinct feature---such as with the peak and
@@ -85,29 +85,29 @@ To explain the relation of our approach with prior work, we discuss several exis
For example, for one-dimensional functions, Mathematica[@Mathematica] implements a `FunctionInterpolation` class that takes the function, $x_\textrm{min}$, and $x_\textrm{max}$, and returns an object which sampled the function in regions with high curvature more densely; however, details on the algorithm are not published.
For example, for one-dimensional functions, Mathematica[@Mathematica] implements a `FunctionInterpolation` class that takes the function, $x_\textrm{min}$, and $x_\textrm{max}$, and returns an object that samples the function more densely in regions with high curvature; however, details on the algorithm are not published.
@@ -116,7 +116,7 @@ An example of such a polygonal remeshing method is one where the polygons align
This means that to benefit from an adaptive sampling algorithm $t_\textrm{function} / N_\textrm{workers} \gg t_\textrm{suggest}$ must hold, here $t_\textrm{function}$ is the average function execution time, $N_\textrm{workers}$ the number of parallel processes, and $t_\textrm{suggest}$ the time it takes to suggest a new point.
@@ -145,9 +145,9 @@ When querying $n>1$ points, the above procedure repeats $n$ times.
@@ -180,13 +180,13 @@ where $\epsilon$ is the smallest resolution we want to sample.
@@ -336,14 +336,12 @@ The current implementation of choosing the candidate point inside a simplex (tri