-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update standard operators to Bactrian operators used in BEAST 2.7.x #109
Comments
…ed AdaptableOperatorSampler and AdaptableVarianceMultivariateNormalOperator #109
TODO: AdaptableOperatorSampler and AdaptableVarianceMultivariateNormalOperator |
The BEAST AdaptableOperatorSampler, especially AdaptableVarianceMultivariateNormalOperator, have to know the specific type of parameters, such as frequencies, site and substitution model parameters, and trees. So it requires to create these operators in GeneratorToBEAST. In addition, it may add another list in BEASTContext to store these operators. |
pass the test of RSV2 |
Most of operators in BEAST 2.7.x have been different to 2.6, which are more effective.
In addition, the relaxed clock model has new operators to optimise the sampling between rates and trees. It'd better to replace the old ones.
The text was updated successfully, but these errors were encountered: