on_step_begin#

TBXLoggerCallback.on_step_begin(iteration: int, trials: List[Trial], **info)#

Called at the start of each tuning loop step.

Parameters:
  • iteration (int) – Number of iterations of the tuning loop.

  • trials (List[Trial]) – List of trials.

  • **info – Kwargs dict for forward compatibility.