-
Notifications
You must be signed in to change notification settings - Fork 51
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
Termination max_time criterion #200
Comments
What sampler are you talking about here? |
|
If it's Kerberos, then there's no way to guarantee the run time (currently). |
I think what surprised me most was not that it doesn't have the granularity of interrupting the loop body, but that it applies to the loop body rather than the sampler as a whole, that is I expected that when the first RacingBranch completed with more than |
From the current defintion of `max_time as:
"max_time (float/None, optional, default=None):
Wall clock runtime termination criterion. Unlimited by default."
I wouldn't expect this:
results in
I'd have expected that the sampler operation would terminate in ~6 six of wall time.
Also, be nice to add the units to the definition: "... termination criterion, in seconds. Unlimited"
The text was updated successfully, but these errors were encountered: