xflouris / libpll-2

Phylogenetic Likelihood Library 2 - experimental
GNU Affero General Public License v3.0
9 stars 12 forks source link

Implemented a "chunked" method of traversing the tree #10

Closed computations closed 5 years ago

computations commented 5 years ago

There is one complication here. When we have pattern tip optimization on, we precompute some results. In the normal method, we only need to compute and store one of these sets of results at a time. In this method, we will either need to compute the results multiple times, or store all the results.