alimanfoo / anjl

A neighbour-joining library for Python.
https://alimanfoo.github.io/anjl
MIT License
0 stars 0 forks source link

Remove self comparisons during update #29

Closed alimanfoo closed 1 week ago

alimanfoo commented 1 week ago

This PR has a minor update to the rapid algorithm to ensure that self-comparisons are removed during the update step. This has no effect on performance or correctness of outputs but cleans up the data structures in case needed for future work on further performance improvement.