Skip to content

Commit d47afc5

Browse files
committed
move paper FAQ question up
1 parent f2709ba commit d47afc5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/source/faq.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
FAQ: frequently asked questions
22
-------------------------------
33

4+
5+
Where can I learn more about the algorithm used?
6+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7+
8+
Read our `draft paper <https://gitlab.kwant-project.org/qt/adaptive-paper/builds/artifacts/master/file/paper.pdf?job=make>`_ or the source code on `GitHub <https://github.com/python-adaptive/adaptive/>`_.
9+
10+
411
How do I get the data?
512
~~~~~~~~~~~~~~~~~~~~~~
613

@@ -32,11 +39,6 @@ When using the `~adaptive.Runner` the learner's function is evaluated in differe
3239
Therefore, the ``function`` needs to be serialized (pickled) and send to the other Python processes; ``lambda``\s cannot be pickled.
3340
Instead you can probably use ``functools.partial`` to accomplish what you want to do.
3441

35-
Where can I learn more about the algorithm used?
36-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37-
38-
Read our `draft paper <https://gitlab.kwant-project.org/qt/adaptive-paper/builds/artifacts/master/file/paper.pdf?job=make>`_ or the source code on `GitHub <https://github.com/python-adaptive/adaptive/>`_.
39-
4042

4143
How do I run multiple runners?
4244
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)