ray.tune.Experiment.from_json#

classmethod Experiment.from_json(name: str, spec: dict)[source]#

Generates an Experiment object from JSON.

Parameters:
  • name – Name of Experiment.

  • spec – JSON configuration of experiment.