File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 6
6
|PyPI | |Conda | |Downloads | |Pipeline status | |DOI | |Binder | |Gitter |
7
7
|Documentation | |GitHub |
8
8
9
- **Tools for adaptive parallel sampling of mathematical functions. **
9
+ ** * Adaptive *: Parallel active learning of mathematical functions.**
10
10
11
11
``adaptive `` is an open-source Python library designed to
12
12
make adaptive parallel function evaluation simple. With ``adaptive `` you
@@ -121,6 +121,21 @@ We implement several other checks in order to maintain a consistent code style.
121
121
122
122
in the repository.
123
123
124
+ Citing
125
+ ------
126
+
127
+ If you used Adaptive in a scientific work, please cite it as follows.
128
+
129
+ .. code ::
130
+
131
+ @misc{Nijholt2019,
132
+ doi = {10.5281/zenodo.1182437},
133
+ author = {Bas Nijholt and Joseph Weston and Jorn Hoofwijk and Anton Akhmerov},
134
+ title = {\textit{Adaptive}: parallel active learning of mathematical functions},
135
+ publisher = {Zenodo},
136
+ year = {2019}
137
+ }
138
+
124
139
Credits
125
140
-------
126
141
You can’t perform that action at this time.
0 commit comments