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

Handle "performance-infeasible" blueprints #335

Open
geoffxy opened this issue Oct 30, 2023 · 0 comments
Open

Handle "performance-infeasible" blueprints #335

geoffxy opened this issue Oct 30, 2023 · 0 comments
Labels
enhancement New feature or request pathfinding Exploratory work used to produce concrete tasks

Comments

@geoffxy
Copy link
Member

geoffxy commented Oct 30, 2023

We have not yet implemented "performance infeasibility" in the blueprint planner (e.g., the candidate blueprint is predicted to have a query latency that exceeds a ceiling). Right now, blueprints are ordered based on a custom comparator. Blueprints with performance scores above the ceiling are ordered based on performance.

It would be useful to warn the user when all the candidate blueprints are "infeasible" (e.g., so they can set a better set of constraints).

@geoffxy geoffxy added enhancement New feature or request pathfinding Exploratory work used to produce concrete tasks labels Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pathfinding Exploratory work used to produce concrete tasks
Projects
None yet
Development

No branches or pull requests

1 participant