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

[CN-Test-Gen] Better ordering for sized generation #749

Open
ZippeyKeys12 opened this issue Dec 10, 2024 · 0 comments
Open

[CN-Test-Gen] Better ordering for sized generation #749

ZippeyKeys12 opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels

Comments

@ZippeyKeys12
Copy link
Collaborator

Currently a given sample's size is uniformly drawn from 1 to the max size, inclusive on the bounds.

We should really prioritize smaller sizes earlier and larger sizes later.
This will get us a similar distribution over a passing run, but will favor finding smaller counterexamples (especially important since we aren't shrinking yet).

@ZippeyKeys12 ZippeyKeys12 self-assigned this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant