Skip to content
Snippets Groups Projects
Commit 9a485cff authored by Bas Nijholt's avatar Bas Nijholt
Browse files

reword

parent 00eae781
No related branches found
No related tags found
No related merge requests found
Pipeline #21101 passed
......@@ -47,7 +47,7 @@ Here we associate a *local loss* to each of the *candidate points* within an int
In the case of the integration algorithm the loss could just be an error estimate.
The most significant advantage of these *local* algorithms is that they allow for easy parallelization and have a low computational overhead.
![Visualization of the point choosing algorithm for a blackbox function (grey).
![Visualization of a simple point choosing algorithm for a blackbox function (grey).
The existing data points (green) $\{x_i, y_i\}_{i \in 1...4}$ and corresponding candidate points (red) in the middle of each interval.
Each candidate point has a loss $L$ indicated by the size of the red dots.
The candidate point with the largest loss will be chosen, which in this case is the one with $L_{1,2}$.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment