File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
11
``adaptive `` is an open-source Python library designed to
12
12
make adaptive parallel function evaluation simple. With ``adaptive `` you
13
13
just supply a function with its bounds, and it will be evaluated at the
14
- “best” points in parameter space, rather than unecessarily computing *all * points.
15
- With just a few lines of code you can evaluate functions on a computing cluster,
14
+ “best” points in parameter space, rather than unecessarily computing *all * points on a dense grid.
15
+ With just a few lines of code you can evaluate functions on a computing cluster,
16
16
live-plot the data as it returns, and fine-tune the adaptive sampling algorithm.
17
17
18
18
``adaptive `` shines on computations where each evaluation of the function
19
- takes *at least * ≈100ms. Other approaches for parallisation should be chosen for
20
- function calls that are faster than this.
19
+ takes *at least * ≈100ms due to the overhead of picking potentially interesting points.
21
20
22
21
Run the ``adaptive `` example notebook `live on
23
22
Binder <https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=example-notebook.ipynb> `_
You can’t perform that action at this time.
0 commit comments