You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> *Adaptive*: parallel active learning of mathematical functions.
29
29
30
-
% badges-end
30
+
<!-- badges-end-->
31
31
32
-
% summary-start
32
+
<!-- summary-start-->
33
33
34
34
`adaptive` is an open-source Python library designed to make adaptive parallel function evaluation simple. With `adaptive` you just supply a function with its bounds, and it will be evaluated at the “best” points in parameter space, rather than unnecessarily computing *all* points on a dense grid.
35
35
With just a few lines of code you can evaluate functions on a computing cluster, live-plot the data as it returns, and fine-tune the adaptive sampling algorithm.
@@ -38,7 +38,7 @@ With just a few lines of code you can evaluate functions on a computing cluster,
38
38
39
39
Run the `adaptive` example notebook [live on Binder](https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=example-notebook.ipynb) to see examples of how to use `adaptive` or visit the [tutorial on Read the Docs](https://adaptive.readthedocs.io/en/latest/tutorial/tutorial.html).
40
40
41
-
% summary-end
41
+
<!-- summary-end-->
42
42
43
43
## Implemented algorithms
44
44
@@ -50,7 +50,7 @@ Of course, what qualifies as the “best places” will depend on your applicati
@@ -176,10 +175,10 @@ We would like to give credits to the following people:
176
175
available online since SciPy Central went down) which served as
177
176
inspiration for the `~adaptive.Learner2D`.
178
177
179
-
% credits-end
178
+
<!-- credits-end-->
180
179
181
180
For general discussion, we have a [Gitter chat channel](https://gitter.im/python-adaptive/adaptive). If you find any bugs or have any feature suggestions please file a GitHub [issue](https://github.com/python-adaptive/adaptive/issues/new) or submit a [pull request](https://github.com/python-adaptive/adaptive/pulls).
0 commit comments