-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Running a learning for additional points after some amount of points was computed #470
Comments
Seems like a bug; this should work. Please try to make a self-contained reproducible example. |
I managed to do reproducible example (it uses fictional function, but real inputs for convex hull boundaries and saved points. Here it is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
My question is the following:
how one could run a learner again after sampling a certain amount of points.
I have tried following:
run LearnerND for sampling 2000 points.
Saved them to the dataframe
Started new run.
Created new instance of LeanerND with same initial parameters and function.
Loaded points generated from old session using
and tried running
However, I get the exception:
from add_point (line 629, in add_point, called from line 605, in _try_adding_pending_point_to_simplex)
The text was updated successfully, but these errors were encountered: