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

Improve the accuracy and cost of evaluations on the GPU #92

Open
ulysseB opened this issue Jul 30, 2018 · 1 comment
Open

Improve the accuracy and cost of evaluations on the GPU #92

ulysseB opened this issue Jul 30, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@ulysseB
Copy link
Owner

ulysseB commented Jul 30, 2018

We currently run each candidate 20 times on the GPU if it has an execution time within 3X of the current best candidate. Better accuracy and performance could be achieved by exiting after a few evaluations if the performance is too bad and evaluating more if the performance is close the best candidate (e.g <3%).

@ulysseB ulysseB added the enhancement New feature or request label Aug 19, 2018
@ulysseB
Copy link
Owner Author

ulysseB commented Aug 22, 2018

In particular, the evaluation of the performance model is too slow.

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

1 participant