attach_trials#

AxClientGenerator.attach_trials(trial_data, ignore_unrecognized_parameters=False)#

Manually add a list of trials to the generator.

The given trials are placed at the top of the queue of trials that will be proposed by the generator (that is, they will be the first ones to be proposed the next time that ask_trials is called).

Parameters:
trial_datadict, list, NDArray or DataFrame

The data containing the trial parameters.

ignore_unrecognized_parametersbool, optional

Whether to ignore unrecognized parameters in the given data.