Skip to content
Snippets Groups Projects
Commit 81e4f7f5 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

2D: change doc-string

parent 2843ba16
No related branches found
No related tags found
1 merge request!7implement 2D learner
......@@ -570,7 +570,7 @@ def _max_disagreement_location_in_simplex(points, values, grad, transform):
class Learner2D(BaseLearner):
"""Sample a 2-D function adaptively.
"""Learns and predicts a function 'f: ℝ^2 → ℝ'.
Parameters
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment