Skip to content

Commit 3181109

Browse files
committed
rename ref
1 parent 46de506 commit 3181109

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

not_on_crossref.bib

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ @misc{papercode
88
commit = {ebf381e9e0018808684c6a4199d04d96b35e936c}
99
}
1010

11-
@misc{Nijholt2019,
11+
@misc{Nijholt2019a,
1212
doi = {10.5281/zenodo.1182437},
1313
author = {Bas Nijholt and Joseph Weston and Jorn Hoofwijk and Anton Akhmerov},
1414
title = {\textit{Adaptive}: parallel active learning of mathematical functions},

paper.bib

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ @misc{papercode
1313
commit = {ebf381e9e0018808684c6a4199d04d96b35e936c}
1414
}
1515

16-
@misc{Nijholt2019,
16+
@misc{Nijholt2019a,
1717
doi = {10.5281/zenodo.1182437},
1818
author = {Bas Nijholt and Joseph Weston and Jorn Hoofwijk and Anton Akhmerov},
1919
title = {\textit{Adaptive}: parallel active learning of mathematical functions},

paper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In all cases using Adaptive results in a higher fidelity plot.
7171

7272

7373
#### We provide a reference implementation, the Adaptive package, and demonstrate its performance.
74-
We provide a reference implementation, the open-source Python package called Adaptive [@Nijholt2019], which has previously been used in several scientific publications [@Vuik2018; @Laeven2019; @Bommer2019; @Melo2019].
74+
We provide a reference implementation, the open-source Python package called Adaptive [@Nijholt2019a], which has previously been used in several scientific publications [@Vuik2018; @Laeven2019; @Bommer2019; @Melo2019].
7575
It has algorithms for $f \colon \mathbb{R}^N \to \mathbb{R}^M$, where $N, M \in \mathbb{Z}^+$ but which work best when $N$ is small; integration in $\mathbb{R}$; and the averaging of stochastic functions.
7676
Most of our algorithms allow for a customizable loss function with which one can adapt the sampling algorithm to work optimally for different classes of functions.
7777
It integrates with the Jupyter notebook environment as well as popular parallel computation frameworks such as `ipyparallel`, `mpi4py`, and `dask.distributed`.

0 commit comments

Comments
 (0)