[root]/src/test/dr/evomodel/operators
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 52 (100.0%) | 2403 (100.0%) | 46.2 |
Sebastian.Hoehna | 13 (25.0%) | 1397 (58.1%) | 107.4 |
dong.w.xie | 27 (51.9%) | 728 (30.3%) | 26.9 |
alexei.drummond | 4 (7.7%) | 248 (10.3%) | 62.0 |
jheled | 6 (11.5%) | 18 (0.7%) | 3.0 |
rambaut | 2 (3.8%) | 12 (0.5%) | 6.0 |
Trunk: fix test and parser of MA
5 lines of code changed in 2 files:
Trunk: add Uniform Integer Operator Test
80 lines of code changed in 1 file:
Trunk refactoring: finish coalescent (split parsers).
5 lines of code changed in 2 files:
Trunk: disable another test class with problem.
122 lines of code changed in 2 files:
Trunk: enable more test of Operator and disable 2 test classes with problem.
302 lines of code changed in 4 files:
Trunk: hide the confused constructor from MCMC.
1 lines of code changed in 1 file:
Trunk: fix seed for integration test, and see whether to solve unstable Hudson test.
3 lines of code changed in 1 file:
Failed to update a few files after last commit..
11 lines of code changed in 1 file:
Trunk: start merge BEAUti from branch 1.5 in
1 lines of code changed in 1 file:
Replaced 'preBurnin' with an autoOptimizeDelay (coercionDelay). The rationale for this is that the preBurnin meant that the initial state was not in the log files, it was unecessary and it cause a small inefficiency as the JIT compiler re-optimized after the preburnin chain had finished. We also didn't see warning messages until after the pre-burnin period. There is a new attribute to the MCMC parser - autoOptimizeDelay (to which the old preBurnin attribute now maps so old XML will run).
1 lines of code changed in 1 file:
Intellij auto changes
1 lines of code changed in 1 file:
Add types of trees to birth-death density
2 lines of code changed in 1 file:
Correct more JUnit test.
209 lines of code changed in 13 files:
temporary commit until sebastian sorts this out
2 lines of code changed in 1 file:
Sampling proportion added to Birth-Death, based on Tanja derivation. Not tested by simulation. Expressions are identical to the ones pre-change when the default proportion (1) is used.
10 lines of code changed in 1 file:
Remove depracated use of constant demographic in Wilson Balding operator
Merge some uses of the "rootHeight" constant string
3 lines of code changed in 2 files:
A new kind of tree proposal operators. Still working on it ...
0 lines of code changed in 1 file:
Tests for the tree operators
931 lines of code changed in 8 files:
added ability to specify the number of decimal places for branch lengths in the newick format and tree logger. also some tidying
1 lines of code changed in 1 file:
tweaks
30 lines of code changed in 1 file:
New test cases for the NNI, FNPR and ImportanceSubtreeSwap operators.
402 lines of code changed in 3 files:
This test case shows the bug in the Wide Exchange!
64 lines of code changed in 1 file:
added new tests for wide exchange operator in ExchangeOperatorTest and YuleModelTest... I would encourage other BEAST developers to consider writing JUnit tests... they are easy and fun!
127 lines of code changed in 1 file:
added ExchangeOperatorTest
90 lines of code changed in 1 file: