beast2 icon indicating copy to clipboard operation
beast2 copied to clipboard

Make Alignment a StateNode

Open rbouckaert opened this issue 1 year ago • 0 comments
trafficstars

At the moment, it derives from Map, which derives from CalculationNode, but not from StateNode, making it cumbersome to do any operation on the Alignment during MCMC.

Making Alignment a StateNode (or actually, making Map a StateNode) would solve this problem. Obviously, the TreeLikelihood still expects a static Alignment, but this functionality will be developed in a package.

rbouckaert avatar May 16 '24 00:05 rbouckaert