mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
Adds the ability for trainables to reset their configurations during experiments. These changes in particular add the base functions to the trial_executor and trainable interfaces as well as giving the basic implementation on the PopulationBasedTraining scheduler. Related issue number: #2741