LinguaPhylo / linguaPhylo

LinguaPhylo: A language for describing, visualising and simulating probabilistic phylogenetic models
GNU Lesser General Public License v3.0
14 stars 7 forks source link

Implement coalescent population functions gompertz, logistic and exponential #458

Open yxu927 opened 2 months ago

yxu927 commented 2 months ago

Implemented coalescent population functions for gompertz, logistic and exponential.

Added new coalescent class that works with population functions lphy/base/evolution/coalescent/CoalescentPopulationFunction.java

walterxie commented 1 month ago

471