-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Hi,
When I set the num_iteration is 50, the actual running iteration is more than 50:
config = dict()
config["optimizer"] = "Bayesian"
config["num_iteration"] = 50
tuner = Tuner(HYPERPARAMETERS,
objective=run_one_training,
conf_dict=config)
results = tuner.minimize()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
