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

Better strategy for applications of A2 #75

Open
ceilican opened this issue Aug 2, 2013 · 1 comment
Open

Better strategy for applications of A2 #75

ceilican opened this issue Aug 2, 2013 · 1 comment

Comments

@ceilican
Copy link
Member

ceilican commented Aug 2, 2013

Is RedRec using a good greedy strategy?

An idea for a possibly better strategy: prioritize downward permutation of cuts whose pivots occur very often in the proof. This would increase the chance that A1' could be applied later.

@Jogo27
Copy link
Member

Jogo27 commented Aug 8, 2013

A very simple strategy which could lead to consider more permutations is to apply A2 randomly. The probability could depend on the ratio m/h, where m is the number of previous execution for which no other rule than A2 have been applied and h is the height of the resulting proof.

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

2 participants