-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
(original issue on GitLab)
opened by Vanessa Gall (@vgall) at 2018-07-25T13:07:39.891Z
I'm using adaptive version 0.4.1 and it seems, the method tell_many used in the learner.ipynb example both in the 1d and the 2d case does not exist.
learner2 = adaptive.Learner1D(f, bounds=learner.bounds)
xs = np.linspace(*learner.bounds, len(learner.data))
learner2.tell_many(xs, map(partial(f, wait=False), xs))Maybe it should just be the tell method?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels