optimas-org / optimas

Optimization at scale, powered by libEnsemble
https://optimas.readthedocs.io
Other
22 stars 13 forks source link

Run generator in serial on manager #134

Closed shuds13 closed 5 months ago

shuds13 commented 10 months ago

This is proof-of-principle for running the generator in-place on the manager.

This represents one possible approach (pros/cons)

AngelFP commented 10 months ago

Hi @shuds13, nice progress, this looks really promising. I have a couple of questions:

shuds13 commented 10 months ago
  • Regarding the resources, the main thing we need is to be able to dedicate a GPU to the generator (or the manager, now). Is that something that can be done with this new approach?

My intention is that it will work just as it does now (as you say the manager will be assigned resources). I just haven't yet got around to ensuring the resources part works.