[root]/src/dr/evomodel/beagle/substmodel
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 59 (100.0%) | 2873 (100.0%) | 48.6 |
rambaut | 31 (52.5%) | 2406 (83.7%) | 77.6 |
msuchard | 11 (18.6%) | 271 (9.4%) | 24.6 |
alexei.drummond | 16 (27.1%) | 189 (6.6%) | 11.8 |
jheled | 1 (1.7%) | 7 (0.2%) | 7.0 |
Moving BEAGLE/BEAST out of the main package into dr.app. This will allow us to deploy the jar file separately from BEAST.
0 lines of code changed in 12 files:
Parameter -> Variable, Act 2 -- this is probably the biggest change made to core BEAST in a few years. So I tagged revision 1870 for convenience. Parameter is now basically obsoleted and should be replaced by DoubleVariable or Variable<Double> where appropriate. We can now also develop some Variable<Integer> and Variable<Boolean> et cetera so should be nice in the future... I have also added a Variable<double[]> for vectors and matrices. See dr.inference.tutorial.Tutorial1 for a first peek at programmable BEAST MCMC...
187 lines of code changed in 14 files:
automatic idea changes, change type return type of getChild
7 lines of code changed in 1 file:
little things
2 lines of code changed in 2 files:
Made some changes to the BEAGLE/BEAST interface to reflect the new BEAGLE API.
67 lines of code changed in 8 files:
Debugging hidden codon models and need to test on larger computer system.
14 lines of code changed in 4 files:
Added DuplicatedParameter for symmetric rates and assymetric indicators. Added ColtEigenSystem to compare numerical stability in beagle package.
83 lines of code changed in 4 files:
Working on path sampling final integration code; some fixes in CompoundSymmetricMatrix to enable MH proposals and retain positive definiteness.
54 lines of code changed in 2 files:
Removed NativeSubstitutionModel (old, defunct code for GPU) and started working on a covarion-like codon models. Here come the 128 and 196 state models!
120 lines of code changed in 1 file:
Goldman Yang 94 model ported to beagle
381 lines of code changed in 1 file:
Towards a working beagle library
187 lines of code changed in 2 files:
I have moved all the new stuff for the 'BEAGLE' library into its own package. I am producing a set of parsers that override the default ones to use the new classes. I envisage that at some point we will want to move to the new SubstModel hierarchy as it is much cleaner. But to avoid breaking anything whilst this develops, I am compartmentalizing them.
1771 lines of code changed in 8 files: