maxParallelTrials property

int? maxParallelTrials
getter/setter pair

The number of training trials to run concurrently.

You can reduce the time it takes to perform hyperparameter tuning by adding trials in parallel. However, each trail only benefits from the information gained in completed trials. That means that a trial does not get access to the results of trials running at the same time, which could reduce the quality of the overall optimization. Each trial will use the same scale tier and machine types. Defaults to one.

Optional.

Implementation

core.int? maxParallelTrials;