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

use listings

parent cde36699
No related branches found
No related tags found
No related merge requests found
Pipeline #21266 failed
......@@ -7,4 +7,4 @@ bbl: paper.tex
bibtex paper.aux
paper.tex:
pandoc -s --filter pandoc-fignos --filter pandoc-citeproc --filter pandoc-crossref --natbib paper.md -o paper.tex --bibliography paper.bib --template revtex.template
pandoc -s --filter pandoc-fignos --filter pandoc-citeproc --filter pandoc-crossref --natbib paper.md -o paper.tex --bibliography paper.bib --listings -H listings-setup.tex --template revtex.template
......@@ -144,6 +144,10 @@ When querying $n>1$ points, the former procedure simply repeats $n$ times.
#### A failure mode of such algorithms is sampling only a small neighborhood of one point.
<!-- example of distance loss on singularities -->
```python
import adaptive
```
#### A solution is to regularize the loss such that this would be avoided.
<!-- like resolution loss which limits the size of an interval -->
......
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