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
If I set max_trials=100 but my search space has only possible two configurations, then after running the two trials the tuner continues and tries to build a model with empty hyperparameters, which then fails with the usual "ValueError: Unknown parameter: ...".