on_trial_result# BasicVariantGenerator.on_trial_result(trial_id: str, result: Dict)# Called on each intermediate result returned by a trial. This will only be called when the trial is in the RUNNING state. Parameters: trial_id (str) – Identifier for the trial. result (Dict) – Result dictionary.