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

Some benchmarking datasets are too easy. #199

Open
pvk-developer opened this issue May 21, 2020 · 0 comments
Open

Some benchmarking datasets are too easy. #199

pvk-developer opened this issue May 21, 2020 · 0 comments

Comments

@pvk-developer
Copy link
Collaborator

pvk-developer commented May 21, 2020

In our collection of datasets that we use for our benchmarking process, we find some datasets that do not represent a hard problem and exhibit the following properties when solving them:

  • all tuners reach the same result;
  • the result is too perfect;
  • or there is no significant improvement as a result of tuning;

We still keep these datasets in the our benchmarking process and do test them every release. These datasets essentially provide us a testing possibility. That is in future we will incorporate a test that looks from changes or deviations from these expected results and if we see significant difference, we will have to examine what changed in the release. These anomalies, which can occur both in our tuners and in the tuners of an external library, help us detect if there have been any changes to the code or to an external library used by the tuners.

We also use them to know if we have done an integration of another library correctly, as we are expecting the same amount of ties with the others on 100 iterations.

We will formalize this process in the near future.

@kveerama kveerama changed the title Benchmarking Datasets Some benchmarking datasets are too easy. May 21, 2020
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