Permalink
Please sign in to comment.
Browse files
CamlPaml.PhyloLik.node_posterior: avoid unnecessary computation of al…
…l betas when computing posterior distribution for the root. This commit approximately doubles the speed of PhyloCSF, since it was calling node_posterior on the root to compute the ancestral composition score.
- Loading branch information...
Showing
with
15 additions
and 11 deletions.
- +11 −9 lib/CamlPaml/PhyloLik.ml
- +4 −2 src/test.ml
0 comments on commit
3b5bd0e