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

Smart selection of the entropy step #154

Open
gevtushenko opened this issue Jan 9, 2024 · 0 comments
Open

Smart selection of the entropy step #154

gevtushenko opened this issue Jan 9, 2024 · 0 comments

Comments

@gevtushenko
Copy link
Collaborator

The custom stopping criterion introduced in #151 currently triggers linear regression and R2 computation every second is_finished() call. Per @julie-is-late comment:

depending on the expected amount of time a test can take, i.e. if a test is very fast when compared to the amount of time to compute entropy, it might be better to calculate entropy and check if you're done at even bigger steps. This could even then be made "smart" by taking into account: how far is the current slope from the goal angle? what is the cuda_time of each run?

We should experiment with this idea.

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

No branches or pull requests

1 participant