-
Notifications
You must be signed in to change notification settings - Fork 1
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
Estimate the search space #175
Comments
In PR #184 we added an explanation of how to estimate the random search fault There are several ways to improve on this. For starters we need to figure out how many interesting concrete programs there are It would also be interesting to estimate what the fault space is if the random To make the estimate closer to what actually happens during LDFI we would need It would also be interesting, but hard, to take symmetries or equivalence A simpler problem would be to run a sweep search where we start with a small |
For an explanation of how LDFI cuts down the fault space and how to estimate the number of runs needed see #196. |
One possible way to compute this would be to: identify test case equivalence classes up to a certain depth, e.g. |
In order to display progress and to gauge how well our lineage-driven optimisations are working we should try to estimate the search space.
For a first draft, that also includes notes about the tricky parts, see #174.
The text was updated successfully, but these errors were encountered: