Open
Description
Hi, I would like to retrieve the configurations suggested by meta-learning without waiting for the fitting to finish.
Following the steps in this issue, it is clear that the meta-learning configurations are initialised within seconds. However, to read them from the log file, I'd need to let the fitting run for at least 30 seconds, since that is the lower limit for the 'time_left_for_this_task' argument.
Is there any way to circumvent the need to wait for 30 seconds and retrieve the meta-learning configurations as soon as they are identified?
Thank you!