-
Notifications
You must be signed in to change notification settings - Fork 2
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
Discontinuous (integer) search spaces in MOE #15
Comments
Hmm, SigOpt's "premium" plan (free for 30 days) only allows 150 observations per experiment. The best GA algorithm took ~3000 calculations on average to find the top 20 water-splitting materials (better than ~18,000 for random search!), so unless SigOpt's algorithm is really good, we might have to lean on MOE. |
Yeah Neeka and I took a peak at SigOpt's trial deal, and it seems the Does the code you posted 'perov_sigopt' require only a trial of SigOpt? Thanks, On Tue, Jul 14, 2015 at 3:09 PM, Donny Winston [email protected]
|
Yes, the code requires only a trial. I actually invited you and @nmashouf to the trial I started, but you can also start your own. |
Yes, please post the email content here if that makes sense (i.e. no sensitive info), o/w just fwd to us. |
From Scott: Unfortunately, I am no longer actively maintaining the public version of 1. You can use SigOpt (sigopt.com http://sigopt.com/), which handles 2. You can use the rounding method described above. This may cause repeats 3. You can extend MOE to handle these types of parameters natively using a I hope this helps. Let me know if you'd like to try our SigOpt and I can Thanks Donny, On Tue, Jul 14, 2015 at 3:21 PM, Donny Winston [email protected]
|
I am linking to @HGeerlings issue raised as Yelp/MOE#438. I think flooring is possible, as suggested in Yelp/MOE#369. It appears that SigOpt (the company founded by the creator of MOE) claims to support categorical variables in its service. I don't know how SigOpt does it / whether it's effective.
FYI I set up a small example (via a82497f) to evaluate SigOpt for the water-splitting problem.
The text was updated successfully, but these errors were encountered: