Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
adaptive-paper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quantum Tinkerer
adaptive-paper
Commits
d046875b
Commit
d046875b
authored
5 years ago
by
Bas Nijholt
Browse files
Options
Downloads
Patches
Plain Diff
use listings
parent
cde36699
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#21266
failed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
paper.md
+4
-0
4 additions, 0 deletions
paper.md
with
5 additions
and
1 deletion
Makefile
+
1
−
1
View file @
d046875b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
paper.md
+
4
−
0
View file @
d046875b
...
...
@@ -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 -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment