I wonder if you can use PBT sequentially. In the documentation, it is written that
If the number of trials exceeds the cluster capacity, they will be time-multiplexed as to balance training progress across the population. To run multiple trials, use tune.run(num_samples=).
but I am not sure what that means. Does that mean that I should have no problems if I want to use Tune with PBT on one GPU and 8 trials? I am not exactly sure how that would work, though, considering that the goal of PBT is, partially, to be able to stop runs as soon as possible. Can you give a bit more information whether my use case is possible and how that works?