Skip to content

Commit

Permalink
better starting value for HMC clock scale
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Oct 10, 2024
1 parent 37ae252 commit 1d511b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dr/app/beauti/generator/ClockModelGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public void writeBranchRatesModel(PartitionClockModel clockModel, XMLWriter writ
writeParameter(null, 1, 1.0, 0.0, Double.NaN, writer);
writer.writeCloseTag("mean");
writer.writeOpenTag("stdev");
writeParameter(null, 1, 1.0, 0.0, Double.NaN, writer);
writeParameter(null, 1, 0.1, 0.0, Double.NaN, writer);
writer.writeCloseTag("stdev");

writer.writeCloseTag(LogNormalDistributionModelParser.LOGNORMAL_DISTRIBUTION_MODEL);
Expand Down

0 comments on commit 1d511b1

Please sign in to comment.