Directory src/test/dr/evomodel/speciation/

Total Files:
6
Deleted Files:
0
Lines of Code:
36

[root]/src/test/dr/evomodel/speciation

Lines of Code

src/test/dr/evomodel/speciation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 63 (100.0%) 1429 (100.0%) 22.6
graham853@gmail.com 6 (9.5%) 701 (49.1%) 116.8
alexei.drummond 18 (28.6%) 612 (42.8%) 34.0
dong.w.xie 21 (33.3%) 50 (3.5%) 2.3
dong.w.xie@gmail.com 3 (4.8%) 28 (2.0%) 9.3
jheled 9 (14.3%) 26 (1.8%) 2.8
rambaut 5 (7.9%) 11 (0.8%) 2.2
msuchard 1 (1.6%) 1 (0.1%) 1.0

Most Recent Commits

graham853@gmail.com 2012-09-15 02:40 Rev.: 5162

Allopolyploid model: new version of ChangeNumHybridizations move and bug fixes.

18 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: AlloppSpeciesNetworkModelTEST.java (+18 -1)
graham853@gmail.com 2012-09-02 04:49 Rev.: 5149

Allopolyploid model: adding code for arbitrary numbers of diploids, tetraploids, hybridizations.

100 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: AlloppSpeciesNetworkModelTEST.java (+100 -415)
dong.w.xie@gmail.com 2012-08-13 14:17 Rev.: 5129

trunk: merge Issue 656 : fix p=0 in Birth Death Serial Sampling Model, and update Unit tests.

27 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (new)
graham853@gmail.com 2012-07-17 02:28 Rev.: 5071

Code for n diploids, one hybridization now working. Experimental code (PopsIO) added for multispecies coalescent with population size parameters integrated out.

10 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: AlloppSpeciesNetworkModelTEST.java (+10 -11)
graham853@gmail.com 2012-05-10 00:51 Rev.: 4946

Extending allopolyploid model to deal with arbitrary numbers of diploids. Most new code is in new class AlloppDiploidHistory and old class AlloppNetworkNodeSlide.

234 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: AlloppSpeciesNetworkModelTEST.java (+234 -31)
dong.w.xie@gmail.com 2012-02-08 14:49 Rev.: 4650

trunk: fix Junit test

1 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+1 -1)
graham853@gmail.com 2011-09-02 00:01 Rev.: 4277

339 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: AlloppSpeciesNetworkModelTEST.java (+339)
dong.w.xie 2011-07-01 15:47 Rev.: 4090

TRUNK: fix Hudson due to change of BDSS

3 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+3 -3)
alexei.drummond 2011-06-30 22:40 Rev.: 4081

removed final time interval

1 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+1 -1)
dong.w.xie 2011-03-24 15:55 Rev.: 3899

Trunk: start to implement Brith Death Serial Sampling in BEAUti.

11 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+11 -4)
alexei.drummond 2010-09-29 19:02 Rev.: 3586

Added the sampling of the origin of the infection to the birth-death serial sampling model.

1 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+1 -1)
dong.w.xie 2010-09-13 15:47 Rev.: 3531

Trunk: new change of BirthDeathSerialSamplingModel

2 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+2 -1)
dong.w.xie 2010-09-07 11:57 Rev.: 3498

Trunk: correct new update of BirthDeathSerialSamplingModel

2 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+2 -1)
dong.w.xie 2010-09-06 15:37 Rev.: 3492

Trunk: update BirthDeathSerialSamplingModel logL

1 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+1 -1)
dong.w.xie 2010-07-28 16:35 Rev.: 3337

TRUNK: fix breaken code in test, but wait Alexei to verify the test.

5 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+5 -5)
alexei.drummond 2010-03-12 11:25 Rev.: 3037

Fixed BirthDeathSerialSampling model. It turns out that death needs to be parameterized relative to birth to get good mixing as they are extremely highly correlated in the data sets I have looked at. I have added the option to parameterize relative or absolute death rate.

1 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+1 -1)
dong.w.xie 2010-02-22 10:42 Rev.: 2954

Trunk refactoring: organize tree and treelikelihood parsers.

6 lines of code changed in 7 files:

  • src/test/dr/evomodel/speciation: BirthDeathLikelihoodTest.java (+1 -1), BirthDeathSSLikelihoodTest.java (+1 -1), YuleLikelihoodTest.java (new), YuleModelTest.java (+3 -3)
dong.w.xie 2010-02-19 14:41 Rev.: 2943

Trunk refactoring: finish coalescent (split parsers).

4 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (new)
dong.w.xie 2010-02-03 10:11 Rev.: 2876

Trunk: hide the confused constructor from MCMC.

2 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+1 -2), YuleModelTest.java (+1 -1)
dong.w.xie 2010-01-21 13:11 Rev.: 2827

Trunk: fix seed for integration test, and see whether to solve unstable Hudson test.

10 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+3), YuleModelTest.java (+7 -4)
rambaut 2009-12-12 02:12 Rev.: 2692

Failed to update a few files after last commit..

6 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+3 -4), YuleModelTest.java (+3 -4)
rambaut 2009-10-03 00:23 Rev.: 2341

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).

2 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+1 -1), YuleModelTest.java (+1 -1)
alexei.drummond 2009-07-27 11:47 Rev.: 1924

tidy

3 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathLikelihoodTest.java (+3 -2)
jheled 2009-07-24 11:14 Rev.: 1907

fix test failure

2 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: YuleLikelihoodTest.java (+1 -1), YuleModelTest.java (+1 -1)
jheled 2009-07-24 11:06 Rev.: 1906

Add types of trees to birth-death density

8 lines of code changed in 3 files:

  • src/test/dr/evomodel/speciation: BirthDeathLikelihoodTest.java (+4 -4), YuleLikelihoodTest.java (+2 -1), YuleModelTest.java (+2 -1)
jheled 2009-07-23 20:36 Rev.: 1904

share constants via variables

11 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: BirthDeathSSLikelihoodTest.java (+11 -9)
alexei.drummond 2009-07-23 16:15 Rev.: 1903

fixed test...

8 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: BirthDeathLikelihoodTest.java (+8 -3), BirthDeathSSLikelihoodTest.java (-1)
alexei.drummond 2009-07-23 14:02 Rev.: 1901

birth-death-serial-sampling-model testing... appears that birth-death-gernhard-08 gives wrong likelihoods. (see BirthDeathLikelihoodTest)

16 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: BirthDeathLikelihoodTest.java (+4 -3), BirthDeathSSLikelihoodTest.java (+12 -2)
alexei.drummond 2009-07-21 22:25 Rev.: 1896

Tanja's Birth-Death-Serial-Sampling tree prior. Doesn't quite match up with BirthDeathGernhard08 likelihoods yet...

272 lines of code changed in 3 files:

  • src/test/dr/evomodel/speciation: BirthDeathLikelihoodTest.java (+89), BirthDeathSSLikelihoodTest.java (+95), YuleLikelihoodTest.java (+88)
msuchard 2009-05-09 04:49 Rev.: 1693

Getting linear model sampling with BSSVS working.

1 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+1 -1)
jheled 2009-05-06 09:06 Rev.: 1672

A small improvment in reducing usage of litteral string constants.
Each constant should be defined in one place and referenced elsewhere.
The best place I found is in the various parsers. This may be wrong but now moving it elsewhere is a simple matter.

2 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: YuleModelTest.java (+2 -1)
dong.w.xie 2009-04-16 13:16 Rev.: 1583

Correct the committed JUnit test files and make them working.

4 lines of code changed in 2 files:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+2 -2), YuleModelTest.java (+2 -2)
jheled 2009-02-13 14:24 Rev.: 1430

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.

1 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: YuleModelTest.java (+1 -2)
jheled 2008-11-01 06:13 Rev.: 1267

Remove depracated use of constant demographic in Wilson Balding operator
Merge some uses of the "rootHeight" constant string

2 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+2 -1)
rambaut 2008-09-14 10:42 Rev.: 1182

Added the sequencing error/DNA damage model options to BEAUti.

3 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: YuleModelTest.java (+3 -1)
alexei.drummond 2008-08-21 07:09 Rev.: 1163

tidying operators

1 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+1 -1)
alexei.drummond 2008-08-20 23:31 Rev.: 1159

refactored random local stuff so that it can be used for both clock rate and speciation models

1 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+1 -1)
alexei.drummond 2008-08-20 05:20 Rev.: 1157

added special logger for random local yule model

1 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+1 -1)
alexei.drummond 2008-08-19 22:53 Rev.: 1156

Added RandomLocalYuleModel and a new move for stochastical variable selection models on trees

143 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: RLYModelTest.java (+143)
alexei.drummond 2008-08-15 03:44 Rev.: 1130

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!

23 lines of code changed in 1 file:

  • src/test/dr/evomodel/speciation: YuleModelTest.java (+23 -10)

(2 more)

Generated by StatSVN 0.7.0