mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
045861c9b0
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