ask_trials# GridSamplingGenerator.ask_trials(n_trials)# Ask the generator to suggest the next n_trials to evaluate. Parameters: n_trialsintThe number of trials to generate. Returns: list of TrialA list with all the generated trials.