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
I have found that boot.bruvo is very inefficiently implemented. It would be a better approach to store the distance matrices per locus, and sample them with replacement, and then calculate trees, instead of recalculating the distance matrices for every iteration.
The text was updated successfully, but these errors were encountered:
I only have some very ugly code that remedies this problem, but I will at least look into it. I suspect there are other speed improvments as well that can be done.
Thank you. For the record, with the advent of {styler}, ugly code is not much of a problem. For contributions, I require that they are formally tested.
Please place an "x" in all the boxes that apply
I have found that boot.bruvo is very inefficiently implemented. It would be a better approach to store the distance matrices per locus, and sample them with replacement, and then calculate trees, instead of recalculating the distance matrices for every iteration.
The text was updated successfully, but these errors were encountered: