You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 expensiveinverse_argument_capture()
theazero_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!The text was updated successfully, but these errors were encountered: