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
Copy file name to clipboardExpand all lines: docs/source/faq.rst
+16-18
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,6 @@ When using the `~adaptive.Runner` the learner's function is evaluated in differe
32
32
Therefore, the ``function`` needs to be serialized (pickled) and send to the executor, ``lambda``\s cannot be pickled.
33
33
Instead you can probably use ``functools.partial`` to accomplish what you want to do.
34
34
35
-
36
-
I get "``concurrent.futures.process.BrokenProcessPool``: A process in the process pool was terminated abruptly while the future was running or pending." what does it mean?
@@ -79,29 +73,33 @@ Adaptive is much more simple-minded and it relies only on the local properties o
79
73
80
74
We'd say that Bayesian modeling is good for really computationally expensive data, regular grids for really cheap data, and local adaptive algorithms are somewhere in the middle.
81
75
76
+
.. I get "``concurrent.futures.process.BrokenProcessPool``: A process in the process pool was terminated abruptly while the future was running or pending." what does it mean?
0 commit comments