BRML / climin

Optimizers for machine learning
Other
180 stars 66 forks source link

adjusted TimeElapsed for interruptions #33

Closed msoelch closed 9 years ago

msoelch commented 9 years ago

previously, TimeElapsed would simply calculate time from its instantiation, which is problematic if the experiment is interrupted thereafter. Now it can read out the info dict which can hold a more meaningful runtime value.

msoelch commented 9 years ago

Should be good now.