LinguaPhylo / linguaPhylo

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

Miss GeneratorInfo for generating LPhy Doc #525

Closed walterxie closed 1 month ago

walterxie commented 1 month ago

SEVERE: GeneratorInfo annotation is not found from class lphy.base.distribution.Multinomial !

SEVERE: GeneratorInfo annotation is not found from class lphy.base.evolution.coalescent.populationmodel.SVSPopulationFunction !

walterxie commented 1 month ago

For example, LogNormal:

@GeneratorInfo(name = "LogNormal", verbClause = "has", narrativeName = "log-normal prior", 
category = GeneratorCategory.PRIOR, examples = {"hkyCoalescent.lphy","errorModel1.lphy"}, 
description = "The log-normal probability distribution.")
    public RandomVariable<Double> sample() {