mirror of
https://github.com/wassname/ray.git
synced 2026-09-25 14:00:37 +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