-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more iteration than setting #65
Comments
Hi, Internally, Mango will run a few random iterations to do a proper initialization However, this random parameter is a suggestion to the optimizer, and in some cases, This may also happen in cases when some of the random iterations didn't succeed, and your objective function was able to consider their failures, due to which Mango ran more random iterations to make sure 2 random iterations succeeded. |
Thank you |
Hi, When I set the initial_random is one, but it still run more iterations than I set. And the total number combination of my all parameter is 36, but it run more iterations than 36. Why this happened? Thank you. |
Can you share more details about your parameter space and the definition of your objective function? |
Thank you for reply. This is my objective function and parameter space:
|
Hi, |
Hi,
When I set the
num_iteration
is 50, the actual running iteration is more than 50:The MLflow shows it has run 62 iterations:
The text was updated successfully, but these errors were encountered: