stamatak / standard-RAxML

www.exelixis-lab.org
329 stars 192 forks source link

Implemented faster quartet sampling algorithm #33

Closed lutteropp closed 8 years ago

lutteropp commented 8 years ago

The quartet sampling was way too slow if randomQuartets << numberOfQuartets. Thus I implemented methodD from from J.S. Vitter, "An efficient algorithm for sequential random sampling", Feburary 1987.

stamatak commented 8 years ago

Thanks Sarah :-) good job, just fully implemented and integrated it now.