We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08424be commit 48fe3d6Copy full SHA for 48fe3d6
README.rst
@@ -18,7 +18,7 @@
18
``adaptive`` is an open-source Python library designed to
19
make adaptive parallel function evaluation simple. With ``adaptive`` you
20
just supply a function with its bounds, and it will be evaluated at the
21
-“best” points in parameter space, rather than unecessarily computing *all* points on a dense grid.
+“best” points in parameter space, rather than unnecessarily computing *all* points on a dense grid.
22
With just a few lines of code you can evaluate functions on a computing cluster,
23
live-plot the data as it returns, and fine-tune the adaptive sampling algorithm.
24
0 commit comments