/trunk Developers: baele.guy@gmail.com

Login name:
baele.guy@gmail.com
Total Commits:
84 (0.3%)
Lines of Code:
3,725 (0.3%)
Most Recent Commit:
2013-04-28 23:45
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for baele.guy@gmail.com

Activity by Day of Week for baele.guy@gmail.com

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 84 (100.0%) 3725 (100.0%) 44.3
src/dr/inference/operators/ 19 (22.6%) 1705 (45.8%) 89.7
src/dr/inference/trace/ 18 (21.4%) 435 (11.7%) 24.1
src/dr/math/distributions/ 4 (4.8%) 406 (10.9%) 101.5
src/dr/evomodel/substmodel/ 3 (3.6%) 330 (8.9%) 110.0
src/dr/inferencexml/distribution/ 1 (1.2%) 194 (5.2%) 194.0
src/dr/inferencexml/trace/ 1 (1.2%) 133 (3.6%) 133.0
src/dr/inference/mcmc/ 13 (15.5%) 131 (3.5%) 10.0
src/dr/inference/model/ 3 (3.6%) 95 (2.6%) 31.6
src/dr/app/beagle/tools/ 3 (3.6%) 86 (2.3%) 28.6
src/dr/evomodel/tree/ 2 (2.4%) 82 (2.2%) 41.0
src/dr/app/tools/ 4 (4.8%) 78 (2.1%) 19.5
examples/release/ 2 (2.4%) 37 (1.0%) 18.5
src/dr/app/beast/ 3 (3.6%) 4 (0.1%) 1.3
src/test/dr/app/beauti/ 2 (2.4%) 3 (0.1%) 1.5
src/dr/evomodelxml/substmodel/ 2 (2.4%) 2 (0.1%) 1.0
src/dr/app/gui/chart/ 2 (2.4%) 2 (0.1%) 1.0
src/dr/app/beagle/evomodel/parsers/ 2 (2.4%) 2 (0.1%) 1.0

Activity of baele.guy@gmail.com

Most Recent Commits

baele.guy@gmail.com 2013-04-28 23:45 Rev.: 5618

Reverted to how the parameters were set previously, the likelihoods were not being updated correctly.

26 lines of code changed in 1 file:

  • src/dr/inference/operators: AdaptableVarianceMultivariateNormalOperator.java (+26 -30)
baele.guy@gmail.com 2013-04-10 23:45 Rev.: 5577

Fixed the MH ratio for the independent coalescent sampler.

16 lines of code changed in 2 files:

  • src/dr/inference/operators: IndependentCoalescentSampler.java (+16 -5)
baele.guy@gmail.com 2013-04-10 02:01 Rev.: 5574

Then LG model can also be used in the ancestral sequence annotator.

7 lines of code changed in 2 files:

  • src/dr/app/tools: AncestralSequenceAnnotator.java (new)
baele.guy@gmail.com 2013-04-10 01:52 Rev.: 5573

Added LG model to the test package.

3 lines of code changed in 2 files:

  • src/test/dr/app/beauti: BeautiTesterConfig.java (+3)
baele.guy@gmail.com 2013-04-10 01:48 Rev.: 5572

Allow the BEAGLE parser to use the LG amino acid model.

2 lines of code changed in 2 files:

  • src/dr/app/beagle/evomodel/parsers: EmpiricalAminoAcidModelParser.java (+2)
baele.guy@gmail.com 2013-04-10 01:46 Rev.: 5571

Allow the BEAST parser to use the LG amino acid model.

2 lines of code changed in 2 files:

  • src/dr/evomodelxml/substmodel: EmpiricalAminoAcidModelParser.java (+2)
baele.guy@gmail.com 2013-04-10 01:45 Rev.: 5570

Added LG model to the available types.

1 lines of code changed in 2 files:

  • src/dr/evomodel/substmodel: AminoAcidModelType.java (new)
baele.guy@gmail.com 2013-04-10 01:44 Rev.: 5569

Added the LG model of amino acid evolution (Le and Gascuel, 2008).

329 lines of code changed in 1 file:

  • src/dr/evomodel/substmodel: LG.java (new 329)
baele.guy@gmail.com 2013-04-09 00:30 Rev.: 5566

Allows for an independent coalescent to be drawn given a list of taxa and a demographic model. The generated tree is then copied into the existing treeModel.

171 lines of code changed in 1 file:

  • src/dr/inference/operators: IndependentCoalescentSampler.java (+171)
baele.guy@gmail.com 2013-04-09 00:25 Rev.: 5565

New version of an additional method to copy a proposed tree into the current treeModel.

19 lines of code changed in 1 file:

  • src/dr/evomodel/tree: TreeModel.java (+19 -11)
baele.guy@gmail.com 2013-04-08 23:54 Rev.: 5564

Bug fix when using prior sampling to estimate (log) marginal likelihoods.

3 lines of code changed in 2 files:

  • src/dr/inference/trace: MarginalLikelihoodAnalysis.java (+3 -2)
baele.guy@gmail.com 2013-03-24 01:04 Rev.: 5532

First version of an additional method to copy a proposed tree (for example, from the coalescentSimulator) into the current treeModel. At the moment, copying rates and traits is not yet implemented. These may need to be copied during a separate tree traversal, if the direct access to leftChild and rightChild cannot be circumvented ...

63 lines of code changed in 1 file:

  • src/dr/evomodel/tree: TreeModel.java (+63)
baele.guy@gmail.com 2013-03-19 21:31 Rev.: 5510

Added transformations to the syntax rules of the adaptable variance MVN operator.

5 lines of code changed in 1 file:

  • src/dr/inference/operators: AdaptableVarianceMultivariateNormalOperator.java (+5 -4)
baele.guy@gmail.com 2013-03-16 04:10 Rev.: 5491

More flexible version of the adaptable variance MVN operator with respect to the transformations, which can now be provided using XML specification.

160 lines of code changed in 1 file:

  • src/dr/inference/operators: AdaptableVarianceMultivariateNormalOperator.java (+160 -32)
baele.guy@gmail.com 2013-03-04 21:47 Rev.: 5467

New version of the adaptable variance MVN operator. Transformation to the log scale is currently always performed, the Jacobian has been taken into account for the MH-ratio.

59 lines of code changed in 1 file:

  • src/dr/inference/operators: AdaptableVarianceMultivariateNormalOperator.java (+59 -22)
baele.guy@gmail.com 2013-02-22 04:04 Rev.: 5451

Remove old version of the operator.

0 lines of code changed in 1 file:

  • src/dr/inference/operators: AdaptiveMetropolisOperator.java (del)
baele.guy@gmail.com 2013-02-22 03:56 Rev.: 5450

Refactoring.

396 lines of code changed in 1 file:

  • src/dr/inference/operators: AdaptableVarianceMultivariateNormalOperator.java (+396)
baele.guy@gmail.com 2013-02-21 22:40 Rev.: 5449

Added option to specify the number of iterations using the initial covariance.

66 lines of code changed in 1 file:

  • src/dr/inference/operators: AdaptiveMetropolisOperator.java (new 66)
baele.guy@gmail.com 2013-02-21 22:38 Rev.: 5448

Fixed citation error.

1 lines of code changed in 2 files:

  • src/dr/inference/mcmc: MarginalLikelihoodEstimator.java (new)
baele.guy@gmail.com 2013-02-21 22:37 Rev.: 5447

Fixed typo.

1 lines of code changed in 2 files:

  • src/dr/inference/operators: IndependentNormalDistributionSampler.java (new)

(46 more)

Generated by StatSVN 0.7.0