File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ class BaseRunner(metaclass=abc.ABCMeta):
105
105
Parameters
106
106
----------
107
107
learner
108
+ The learner that will be used to run.
108
109
goal
109
110
The end condition for the calculation. This function must take
110
111
the learner as its sole argument, and return True when we should
@@ -125,9 +126,7 @@ class BaseRunner(metaclass=abc.ABCMeta):
125
126
calculation. Stop when the current time is larger or equal than
126
127
``start_time + duration_goal``. ``duration_goal`` can be a number
127
128
indicating the number of seconds.
128
- executor : `concurrent.futures.Executor`, `distributed.Client`,\
129
- `mpi4py.futures.MPIPoolExecutor`, `ipyparallel.Client` or\
130
- `loky.get_reusable_executor`, optional
129
+ executor
131
130
The executor in which to evaluate the function to be learned.
132
131
If not provided, a new `~concurrent.futures.ProcessPoolExecutor` on
133
132
Linux, and a `loky.get_reusable_executor` on MacOS and Windows.
You can’t perform that action at this time.
0 commit comments