-
Notifications
You must be signed in to change notification settings - Fork 160
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
Fix voting algorithm #3293
Fix voting algorithm #3293
Conversation
Not yet implemented second cell search
d33cca9
to
aa5aaca
Compare
Todo:
|
For reference, the voting algorithm as implemented here is described in section 7.5 of my thesis |
I will take this on and try and get it merged. I have identified a couple of issues with this, and have some ideas for more scalable approaches, but I think this will fix the common failure case that people are seeing at the moment. |
|
|
Thanks for taking this on. I hope the notes I made before leaving are
useful to you!
…On Wed, 23 Oct 2024 at 15:54, Connor Ward ***@***.***> wrote:
I will take this on and try and get it merged. I have identified a couple
of issues with this, and have some ideas for more scalable approaches, but
I think this will fix the common failure case that people are seeing at the
moment.
—
Reply to this email directly, view it on GitHub
<#3293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4I73P76QA64CFXGLHEHE3Z462EBAVCNFSM6AAAAABPYVPSS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZSGUYDKOJTG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yes thank you. I have also really appreciated your detailed comments in this part of the code! It looks like tests are passing following a merge of |
Fixes #3151