... | ... |
@@ -272,7 +272,6 @@ class Learner2D(BaseLearner): |
272 | 272 |
|
273 | 273 |
return points_new, losses_new |
274 | 274 |
|
275 |
- |
|
276 | 275 |
def choose_points(self, n, add_data=True): |
277 | 276 |
# Even if add_data is False we add the point such that _fill_stack |
278 | 277 |
# will return new points, later we remove these points if needed. |