msmbuilder / osprey

🦅Hyperparameter optimization for machine learning pipelines 🦅
http://msmbuilder.org/osprey
Apache License 2.0
74 stars 26 forks source link

Have Osprey assign random seed to a parallel worker #195

Closed cxhernandez closed 8 years ago

cxhernandez commented 8 years ago

Would be convenient for reproducible trials in parallel

mpharrigan commented 8 years ago

Consider how it would work with the example submissions:

http://msmbuilder.org/osprey/development/batch_submission.html

Adding an (optional) command line argument id would be a nice solution

cxhernandez commented 8 years ago

done in #196