tell_trials#
- AxMultiFidelityGenerator.tell_trials(trials, allow_saving_model=True)#
Give trials back to generator once they have been evaluated.
- Parameters:
- trialslist of Trial
The list of evaluated trials.
- allow_saving_modelbool, optional
Whether to allow the generator to save the model to file after incorporating the evaluated trials. By default
True.