We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb3e1f commit d265900Copy full SHA for d265900
adaptive/learner/average_learner1D.py
@@ -21,13 +21,13 @@
21
22
23
class AverageLearner1D(Learner1D):
24
- """Learns and predicts a noisy function 'f:ℝ → ℝ^N'.
+ """Learns and predicts a noisy function 'f:ℝ → ℝ'.
25
26
Parameters
27
----------
28
function : callable
29
The function to learn. Must take a tuple of ``(seed, x)`` and
30
- return a real number or vector.
+ return a real number.
31
bounds : pair of reals
32
The bounds of the interval on which to learn 'function'.
33
loss_per_interval: callable, optional
0 commit comments