[root]/src/dr/evomodel/speciation
ModelAveragingResearch
(4 files, 448 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 376 (100.0%) | 27635 (100.0%) | 73.4 |
graham853@gmail.com | 100 (26.6%) | 16112 (58.3%) | 161.1 |
jheled | 98 (26.1%) | 4948 (17.9%) | 50.4 |
alexei.drummond | 87 (23.1%) | 3748 (13.6%) | 43.0 |
rambaut | 29 (7.7%) | 1440 (5.2%) | 49.6 |
jheled@gmail.com | 15 (4.0%) | 738 (2.7%) | 49.2 |
dong.w.xie | 36 (9.6%) | 343 (1.2%) | 9.5 |
msuchard | 7 (1.9%) | 237 (0.9%) | 33.8 |
denise.kuehnert@gmail.com | 1 (0.3%) | 60 (0.2%) | 60.0 |
dong.w.xie@gmail.com | 3 (0.8%) | 9 (0.0%) | 3.0 |
Allopolyploid model. Added diploidRootIsRoot flag (but only tested code when true), changed formula for network prior, added error check relating to oneHybridization flag, improved debug output.
AlloppChangeNumHybridizations: added error check relating to oneHybridization flag.
AlloppChangeNumHybridizationsParser: added error relating to oneHybridization flag.
AlloppDiploidHistory.java: nicer debug output, changes for diploidRootIsRoot flag.
AlloppLeggedTree: simpler debug output.
AlloppMulLabTree: nicer debug output.
AlloppNetworkNodeSlide: Changed operateOneNodeInDiploidHistory() for diploidRootIsRoot flag.
AlloppNetworkPrior: Changed formula for prior (9.0 -> 7.0*sqrt(#diploids))
AlloppSpeciesBindings: nicer debug output.
AlloppSpeciesNetworkModel: changes for diploidRootIsRoot flag, debug output.
AlloppSpeciesNetworkModelParser: changes for diploidRootIsRoot flag.
93 lines of code changed in 12 files:
Allopolyploid model. Added MCMC operator to flip legs and sequences of tetraploid tree to improve mixing. Improved sampling for initial state of network. Added statistic for number of hybridizations.
1006 lines of code changed in 7 files:
Allopolyploid model: new version of ChangeNumHybridizations move and bug fixes.
416 lines of code changed in 7 files:
Allopolyploid model: adding code for arbitrary numbers of diploids, tetraploids, hybridizations.
2542 lines of code changed in 25 files:
trunk: merge Issue 637: birth-death sampling model seems to not work smoothly
2 lines of code changed in 2 files:
Improve report sent by BEAST when initial posterior is infinite
11 lines of code changed in 2 files:
Code for n diploids, one hybridization now working. Experimental code (PopsIO) added for multispecies coalescent with population size parameters integrated out.
1738 lines of code changed in 14 files:
Extending allopolyploid model to deal with arbitrary numbers of diploids. Most new code is in new class AlloppDiploidHistory and old class AlloppNetworkNodeSlide.
1762 lines of code changed in 9 files:
trunk:solve Issue 569: BirthDeathEpidemiologyModel bug
7 lines of code changed in 1 file:
Improved MCMC moves for allopolyploid model (diploid root, moves of legs).
190 lines of code changed in 2 files:
Adding multiply-labelled tree model. MulSpeciesTreeModel, MulMSCoalescent, MulSpeciesBindings, MulSpeciesTreePrior. Operators MulTreeNodeSlide, MulTreeSequenceReassignment. Plus parsers.
Minor updates to AlloppSpeciesBindings, AlloppSpeciesNetworkModel, the latter dues to changes in logging behaviour.
2798 lines of code changed in 6 files:
Randomized initialisation of sequence assignments in AlloppSpeciesBindings. Less strict numerical test in AlloppNetworkPrior.
10 lines of code changed in 2 files:
New parameterization of Tanja's BDSSM for epidemiology
65 lines of code changed in 1 file:
Loggers weren't logging if they overrode the base class log(int state) - because it had been changed to log(long state). Put a final int version in the base class to prevent overriding.
3 lines of code changed in 4 files:
improve enum CorrectionType to suit for BEAUti, and finish Calibrated Yule GUI part, but need further work on xml generator.
149 lines of code changed in 2 files:
Separated out AlloppMulLabTree from AlloppSpeciesNetworkModel. Logging of MUL-tree. New network prior implementation. Other minor changes.
1548 lines of code changed in 5 files:
fix setting of pop sizes with constant
2 lines of code changed in 1 file:
Allopolyploid model: Made code compatible with Java 1.5 (removed @Override's). Added citation. More sensible implementation of debugging logger.
136 lines of code changed in 5 files:
3873 lines of code changed in 6 files:
Add an alternative exact marginal
101 lines of code changed in 3 files:
comment out system print in BDSS
1 lines of code changed in 1 file:
more fixes to calibration code
31 lines of code changed in 4 files:
species tree taxa references in XML work now
2 lines of code changed in 1 file:
Tidied up parsers and added option to specify epoch widths from the origin rather than the tips.
53 lines of code changed in 3 files:
likelihoods correct! phew! Late night debugging with Denise and Tanja in Zurich ;-)
177 lines of code changed in 2 files:
removed final time interval
37 lines of code changed in 1 file:
Add first version for exact marginal for the general case of N monophyletic clades
591 lines of code changed in 4 files:
TRUNK: update my tool and BDSS log transf
3 lines of code changed in 1 file:
Trunk: add log transformation into BDSS
22 lines of code changed in 1 file:
Re-organize calibration code. add experimental "approximate" marginal.
390 lines of code changed in 6 files:
add all worked out closed form calibration marginals: parent of clade, two nested clades, clade and root.
102 lines of code changed in 4 files:
Trunk: fix a bug of BDSS parser, and correct attribute name
2 lines of code changed in 1 file:
Re-implemented logging of random local clock indicators in tree log files; this ability was lost when we converted over to tree traits.
5 lines of code changed in 2 files:
Correctly handle calibration on root
14 lines of code changed in 1 file:
some testing / debugging (unfinished)
60 lines of code changed in 1 file:
birth/death skyline
334 lines of code changed in 1 file:
Trunk: change Model Averaging indexVariable initial values from all 0 into i+1.
1 lines of code changed in 2 files:
Trunk: annother correction of MA
2 lines of code changed in 1 file:
Trunk: fix test and parser of MA
2 lines of code changed in 1 file:
Trunk: revert an incorrect change on uniform and random walk integer operator on integer parameter part
73 lines of code changed in 1 file:
(119 more)