-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Not using all instances? #1204
Comments
Update: By setting |
Hi ketildanielsen, |
Thanks. I also wondered about this behavior: In a very small case with n_trials=30 and parallel=2, it completes the 30 using 2 cores, only using 8-9 of the 18 instances. Then it continues to do 40 runs sequentially, eventually using all 18 instances. See plot (below). It then prints out the incumbent. Eventually it times out on an error:
The redline is before (30) and after (40). I was happy I got an incumbent. But, this error message worries me. There are 30 entries in the runhistory.json file. The 40 additional runs not mentioned. |
After 5000 of n_trials=20000, it has used only 3 of the 18 instances provided. My "scenario.json" confirms all 18 are in the "instances" part, each having 3 features in the "instance_features" part.
Everything else seems to run very well, but I want SMAC to expose the target algorithm to all 18 instances!
Any parameter I should use? Appreciate any advice. The code is a modification of one of the examples:
The text was updated successfully, but these errors were encountered: