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

Make optimizer main loop robust when there is slow or missing data #1747

Open
3 tasks
jshook opened this issue Dec 22, 2023 · 0 comments
Open
3 tasks

Make optimizer main loop robust when there is slow or missing data #1747

jshook opened this issue Dec 22, 2023 · 0 comments

Comments

@jshook
Copy link
Contributor

jshook commented Dec 22, 2023

The optimizer main loop samples result values at 1/10 of a second by default. When workloads do not produce samples into the value function variables at least this fast, the frame analysis fails. For now, we can require the minimum value to be related.

  • A defensive check should be added that verifies the rate is always at or above some minimum
  • The case in which there is not enough data to derive a value should be considered valid for the purposes of stability detection, but it should be treated as a special case such that if it persists for long enough it is considered an error. This should be allowed for each frame.
  • The minimum rate should be lowered in lieu of ^
@jshook jshook added this to the P0 - Advanced Analysis milestone Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant