We currently have to support to negotiate:
- all in parallel
- in batch
- serial
However, we need an additional ability to select a subset of workers to do any of the above to. This is different from the current dispatch, which assumes one worker it. It should be possible to say:
"negotiate across workers 10, 20, and 34."
For now this is most logical to expose as a function parameter (vs. the command line) because I'll be calculating it in experiment scripts. I am putting a note here to do tomorrow because technically I was going to sleep and this came into my head (and writing it down).
We currently have to support to negotiate:
However, we need an additional ability to select a subset of workers to do any of the above to. This is different from the current dispatch, which assumes one worker it. It should be possible to say:
"negotiate across workers 10, 20, and 34."
For now this is most logical to expose as a function parameter (vs. the command line) because I'll be calculating it in experiment scripts. I am putting a note here to do tomorrow because technically I was going to sleep and this came into my head (and writing it down).