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

update azero_pruning_cutoff during arity zero in the NON cfg.inv_candidates == 1 case as well too #149

Open
mlb2251 opened this issue Nov 10, 2022 · 0 comments

Comments

@mlb2251
Copy link
Owner

mlb2251 commented Nov 10, 2022

Right now we only do the inv_candidates==1 case since that's such a major focus of this work and we never really look a cfg.inv_candidates > 1, however note that due to how expensive inverse_argument_capture() the azero_pruning_cutoff is actually rather important to update along the way instead of just at the end, so we should really be updating this along the way too. Just do the usual pushing to a donelist and calling .update(), should be simple!

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

1 participant