Random Method#

The random search method generates max_trials trials with hyperparameters chosen uniformly at random from the configured hyperparameter space. Each trial is trained to completion.

See Experiment Configuration.