We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cba2e commit b76ac11Copy full SHA for b76ac11
adaptive/learner/learner1D.py
@@ -66,6 +66,7 @@ def _wrapped(loss_per_interval):
66
return loss_per_interval
67
return _wrapped
68
69
+
70
@uses_nth_neighbors(0)
71
def uniform_loss(xs, ys):
72
"""Loss function that samples the domain uniformly.
0 commit comments