I'm trying without success to set a timeout when calling 'fmin' from Hyperopt package.
I would like to stop the entire process when max_evals are reached or when time passed (from the first iteration not each trial) > timeout.
Anyone had the same problem and has somehow found a solution?
Many thanks!