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

Infrequent application of id rule #32

Open
jiwonparc opened this issue Jul 7, 2021 · 0 comments
Open

Infrequent application of id rule #32

jiwonparc opened this issue Jul 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jiwonparc
Copy link
Collaborator

The rule for "(par (A) (id A A))" might be enabled too infrequently as there are many other rules in the config rule. Not sure what would be the best way to deal with it, and how often it should be triggered; perhaps throw a random coin when we perform a mutation, say with probability p=0.1, we use it, otherwise, the other rules will be used. If p=1.0, it should be the same as what we have already.

@jiwonparc jiwonparc added the enhancement New feature or request label Jul 7, 2021
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