Skip to content
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

Ensure search request time bounds are respected #211

Open
cdbethune opened this issue Sep 10, 2020 · 0 comments
Open

Ensure search request time bounds are respected #211

cdbethune opened this issue Sep 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@cdbethune
Copy link
Contributor

In the TA3TA2 API SearchRequest there are two fields set to specify time bounds:

    // Desired upper limit of time for solution search, expressed in minutes.
    // Default value of 0 (and any negative number) signifies no time bound.
    // See also time_bound_run.
    double time_bound_search = 3;
    // Desire upper limit of time for one pass of the pipeline run expressed in minutes.
    // Expressed at time of search, TA2's should limit the search to solutions
    // that would not take longer than this for one pass of the pipeline run.
    // Default value of 0 (and any negative number) signifies no time bound.
    // This can also functionally be used as the time bound for scoring also.
    double time_bound_run = 9;

We should have some support now for the first limit although it needs to be tested. What we can do for the second is not clear, but worth investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants