[root]/src/dr/evomodel/arg/coalescent
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 1933 (100.0%) | 96.6 |
msuchard | 4 (20.0%) | 1417 (73.3%) | 354.2 |
alexei.drummond | 5 (25.0%) | 475 (24.6%) | 95.0 |
bloomquist | 5 (25.0%) | 21 (1.1%) | 4.2 |
jheled | 6 (30.0%) | 20 (1.0%) | 3.3 |
generify and auto intelliJ
12 lines of code changed in 2 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...
4 lines of code changed in 3 files:
automatic idea changes, change type return type of getChild
7 lines of code changed in 2 files:
Continued Marc's refactorization. I wonder what other shared functionality we can pull off in there.
0 lines of code changed in 1 file:
add a nethod for getting a meaningfull name of a likelihood. more classes may benefit from overriding the default.
1 lines of code changed in 1 file:
Added ancestral restriction to ARGCoalescentLikelihood.
17 lines of code changed in 1 file:
Modified some minor ARG Stuff. Added statistic to give total ARG length.
1 lines of code changed in 2 files:
Small change on where it spits out the warning.
0 lines of code changed in 1 file:
Modifications to the ARG package.
3 lines of code changed in 1 file:
Moved ParameterChangeType -> Parameter.ChangeType
1 lines of code changed in 1 file:
added variable size functionality to Parameter
470 lines of code changed in 1 file:
Added a flat prior over ARG space.
1 lines of code changed in 1 file:
Port of ARG classes into the trunk. There are some very silly repeats of code (namely: TreeModel and ARGModel should inherit from a base class, ARGTreeLogger is almost indentical to TreeLogger, and CompoundParameter should replace ARGCompoundParameter).
1416 lines of code changed in 3 files: