From 14cd6395ed787b69eb1f863226f3a330c4392359 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Tue, 17 Sep 2019 10:45:54 +0200 Subject: [PATCH] remove old fig and write new caption --- paper.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/paper.md b/paper.md index 286ff61..ed49028 100755 --- a/paper.md +++ b/paper.md @@ -36,7 +36,12 @@ If the goal of the simulation is to approximate a continuous function with the l Such a sampling strategy would trivially speedup many simulations. One of the most significant complications here is to parallelize this algorithm, as it requires a lot of bookkeeping and planning ahead. -{#fig:algo} #### We describe a class of algorithms relying on local criteria for sampling, which allow for easy parallelization and have a low overhead. @@ -54,12 +59,6 @@ Here we associate a *local loss* to each of the *candidate points* within an int In the case of the integration algorithm, the loss is the error estimate. The most significant advantage of these *local* algorithms is that they allow for easy parallelization and have a low computational overhead. -{#fig:loss_1D} - {#fig:adaptive_vs_grid} -- GitLab