deephyper.skopt.callbacks.TimerCallback#
- class deephyper.skopt.callbacks.TimerCallback[source]#
Bases:
object
Log the elapsed time between each iteration of the minimization loop.
The time for each iteration is stored in the iter_time attribute which you can inspect after the minimization has completed.
Attributes:#
- iter_timelist, shape (n_iter,)
iter_time[i-1] gives the time taken to complete iteration i
Methods