-
Notifications
You must be signed in to change notification settings - Fork 333
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
Procedure for Changing Parameter Range #38
Comments
Unfortunately, this definitely will not work correctly if you restart main On Tue, Oct 21, 2014 at 1:41 PM, Alex Rothberg [email protected]
|
Note that this is fixed in the new spearmint repo (https://github.com/HIPS/Spearmint) |
Is this purely because the parameters are decoded with e.g. variable['min'] + u[index]*(variable['max']-variable['min']) |
Yes and the parameters and jobs are stored within the grid object in the On Tue, Oct 21, 2014 at 3:03 PM, Jimmy Jia [email protected] wrote:
|
So in order to convert a saved pickle file, I would have to:
Is that it, or am I missing something? |
Yeah I think that's it! On Tue, Oct 21, 2014 at 4:01 PM, Alex Rothberg [email protected]
|
Allow for changing the range over which a given parameter is experimented.
This might "just work" now with main being restarted with a different range.
Similar to #35.
The text was updated successfully, but these errors were encountered: