MurrellGroup / MolecularEvolution.jl

A Julia framework for developing phylogenetic models
MIT License
11 stars 4 forks source link

Stack based refactor #22

Closed Glowster closed 3 months ago

Glowster commented 3 months ago

Improved some recursive functions by rewriting with the help of stacks. This allows the functions to run on larger trees without throwing stack overflow.

These improvements functions were written by myself (Theodor Moretti Björk) and Simon Huss.