HIPS / Spearmint

Spearmint Bayesian optimization codebase
Other
1.55k stars 329 forks source link

feature: ipyparallel task manager #55

Open majidaldo opened 8 years ago

majidaldo commented 8 years ago

i suggest someone code up a task 'scheduler' that uses task info stored in a ipyparallel task db.

grisaitis commented 8 years ago

I am interested in this as well.

If anyone else has tried implementing this, please comment here.

It looks like we'd just subclass AbstractScheduler, like LocalScheduler does, and maybe add an ipyparallel manager object to the constructor, as a collaborator object. Then the submit() and alive() methods could enqueue tasks by making calls to the ipyparallel manager.

majidaldo commented 8 years ago

yea shouldn't be difficult. i'd do it but this isn't my priority now!

haha. btw we're both in the same area.