Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 203 (100.0%) | 18.4 |
mtholder | 4 (36.4%) | 156 (76.8%) | 39.0 |
jheled | 2 (18.2%) | 32 (15.8%) | 16.0 |
rambaut | 3 (27.3%) | 11 (5.4%) | 3.6 |
msuchard | 2 (18.2%) | 4 (2.0%) | 2.0 |
Added mean square error estimator to traceAnalysis; could build this feature into Tracer for users doing simulations
4 lines of code changed in 2 files:
Implemented checks to see that all models, likelihood and parameters are being controlled by the MCMC. The checks are made in MCMCParser but the warnings are currently commented out.
11 lines of code changed in 3 files:
code police
17 lines of code changed in 1 file:
The plugins directory can now be specified as a system property beast.plugins.dir this property should not be necessary when running beast through an IDEs, but is needed when invoking from a terminal from a different directory. Perhaps the need for the property can be removed -- from inside the IDE the plugins directory is found because it is a subdir of the top of the beast tree
22 lines of code changed in 1 file:
code police
15 lines of code changed in 1 file:
removing path to a local file on my machine that was inadvertently committed the previous commit
1 lines of code changed in 1 file:
Beginnings of the Plugin system implemented
133 lines of code changed in 2 files: