5 #ifndef BPP_PHYL_MODEL_CODON_RELAX_H
6 #define BPP_PHYL_MODEL_CODON_RELAX_H
45 std::shared_ptr<const GeneticCode> gc,
46 std::unique_ptr<CodonFrequencySetInterface> codonFreqs);
54 std::string
getName()
const override {
return "RELAX"; }
The RELAX (2014) branch-site model for codons.
void updateMatrices_() override
RELAX(std::shared_ptr< const GeneticCode > gc, std::unique_ptr< CodonFrequencySetInterface > codonFreqs)
RELAX * clone() const override
std::string getName() const override
Get the name of the model.
Abstract generic class for The Yang et al (2000) M substitution models for codons....
Defines the basic types of data flow nodes.