marlichimi / beast-mcmc

Automatically exported from code.google.com/p/beast-mcmc
0 stars 0 forks source link

BEAUti generates randomWalkOperator instead of randomWalkIntegerOperator for branchRates.categories #412

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Previous versions correctly generated randomWalkIntegerOperator. The 
randomWalkOperator causes BEAST to seize up once the autooptimize delay is over 
because, I assume, the window becomes enormous and the reflecting boundary 
condition loop takes over.

Original issue reported on code.google.com by ramb...@gmail.com on 6 Oct 2010 at 11:27

GoogleCodeExporter commented 8 years ago
This was a bug in the generation (the constant string for RandomWalkOperator 
was being used to create the XML rather than the RandomWalkIntegerOperator).

Original comment by ramb...@gmail.com on 6 Oct 2010 at 11:44

GoogleCodeExporter commented 8 years ago

Original comment by ramb...@gmail.com on 6 Oct 2010 at 11:52