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

[Feature request] A second cross depending on the evaluations sum from all trials #2258

Open
nikohansen opened this issue Dec 29, 2023 · 1 comment

Comments

@nikohansen
Copy link
Contributor

nikohansen commented Dec 29, 2023

When a solver terminates without relying on the experimentation budget, the number of independent trials is relevant for the number successes we expect to see. A single success is enough to solve the function+dimension via (simulated) restarts. For this reason, it would be useful know the sum of all evaluations from all trials for a given function+dimension.

Open questions: which marker should we use? What should we do if the sum is larger than the x-limit? Does it make sense to divide by the number of different instances too (a third symbol?)? Or does it make sense to divide by the number of successes too, that is, have an ERT marker?

@nikohansen
Copy link
Contributor Author

nikohansen commented May 15, 2024

Let runtime refer to successful and unsuccessful trials here, then we have

The first three are monotonously increasing.

As we preferably make no distinction between instances and restarts, the second does not give a preferable analytical viewpoint.

For one success, the last two are the same. This suggests to display the sum of runtimes divided by max(1, number of successes)?

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

No branches or pull requests

1 participant