richelbilderbeek / razzo

Research project by Giovanni Laudanno and Richel J.C. Bilderbeek
GNU General Public License v3.0
2 stars 2 forks source link

Can run with more particles? #274

Closed richelbilderbeek closed 5 years ago

richelbilderbeek commented 5 years ago

When doing a run with 10 particles, results look the same.

Is this a bug?

richelbilderbeek commented 5 years ago
richel@sonic:~/data/razzo_project_20190905/data/0.2-0-1-0.1/1$ Rscript -e 'readRDS("parameters.RDa")'

[...]

$pir_params$experiments[[4]]$est_evidence_mcmc$epsilon
[1] 1e-12

Cannot check this, as the marginal likelihood estimation is done in the backend. I consider storing these logs as well, after trying the next steps.

Cannot check this, as the marginal likelihood estimation is done in the backend. I consider storing these logs as well, after trying the next steps.

richelbilderbeek commented 5 years ago

Started a run with a DNA alignment length of 100. I predict the marginal likelihood estimates will be larger.

richelbilderbeek commented 5 years ago

Gotcha! There is no argument for the number of particles in est_marg_lik!

richelbilderbeek commented 5 years ago

Escalated this Issue to fixing the bug, #280