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()
The MLflow shows it has run 62 iterations:
