ask_trials#

GridSamplingGenerator.ask_trials(n_trials)#

Ask the generator to suggest the next n_trials to evaluate.

Parameters:
n_trialsint

The number of trials to generate.

Returns:
list of Trial

A list with all the generated trials.