Browse code

2D: change doc-string

Bas Nijholt authored on 08/09/2017 12:46:17
Showing 1 changed files
... ...
@@ -570,7 +570,7 @@ def _max_disagreement_location_in_simplex(points, values, grad, transform):
570 570
 
571 571
 
572 572
 class Learner2D(BaseLearner):
573
-    """Sample a 2-D function adaptively.
573
+    """Learns and predicts a function 'f: ℝ^2 → ℝ'.
574 574
 
575 575
     Parameters
576 576
     ----------