You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am runing the hyperparameters tuning by mlrMBO, but some of the evaluation in an optimization process may have no return (mentioned in #38 FE3)), which will block the progress of the tuning. Is there a method in mlr or mlrMBO to kill an evaluation with NA return if it has been running for a long time?
Thank you!
The text was updated successfully, but these errors were encountered:
mlrMBO has mechanism to terminate a process.If you use mlrMBO with mlr::tuneMBO you would have to solve that within mlr. If you use your own objective function with mbo() you can wrap this objective yourself with a function that handles the timeout.
As we won't introduce new features in mlrMBO, I close this issue. Be aware that in mlr3 this will be possible: mlr-org/mlr3#542
Hi everyone,
I am runing the hyperparameters tuning by mlrMBO, but some of the evaluation in an optimization process may have no return (mentioned in #38 FE3)), which will block the progress of the tuning. Is there a method in mlr or mlrMBO to kill an evaluation with NA return if it has been running for a long time?
Thank you!
The text was updated successfully, but these errors were encountered: