@@ -22,6 +22,8 @@ The following learners are implemented:
2222 estimate the mean value of the function at each point,
2323- `~adaptive.IntegratorLearner `, for
2424 when you want to intergrate a 1D function ``f: ℝ → ℝ ``.
25+ - ``~adaptive.BalancingLearner ``, for when you want to run several learners at once,
26+ selecting the “best” one each time you get more points.
2527
2628Meta-learners (to be used with other learners):
2729
@@ -33,6 +35,8 @@ In addition to the learners, ``adaptive`` also provides primitives for
3335running the sampling across several cores and even several machines,
3436with built-in support for
3537`concurrent.futures <https://docs.python.org/3/library/concurrent.futures.html >`_,
38+ `mpi4py <https://mpi4py.readthedocs.io/en/stable/mpi4py.futures.html >`_,
39+ `loky <https://loky.readthedocs.io/en/stable/ >`_,
3640`ipyparallel <https://ipyparallel.readthedocs.io/en/latest/ >`_ and
3741`distributed <https://distributed.readthedocs.io/en/latest/ >`_.
3842
@@ -168,13 +172,3 @@ on the *Play* :fa:`play` button or move the sliders.
168172 fig
169173
170174see more in the :ref: `Tutorial Adaptive `.
171-
172- .. include :: ../../README.rst
173- :start-after: not-in-documentation-end
174- :end-before: credits-end
175-
176- .. mdinclude :: ../../AUTHORS.md
177-
178- .. include :: ../../README.rst
179- :start-after: credits-end
180- :end-before: references-start
0 commit comments