Commit 0a80fdd1 authored by Davis King's avatar Davis King

Made tests less likely to false alarm.

parent 2412a257
...@@ -335,7 +335,7 @@ namespace ...@@ -335,7 +335,7 @@ namespace
bayesian_network_gibbs_sampler sampler; bayesian_network_gibbs_sampler sampler;
matrix<double,1,8> counts; matrix<double,1,8> counts;
set_all_elements(counts, 0); set_all_elements(counts, 0);
const unsigned long rounds = 200000; const unsigned long rounds = 500000;
for (unsigned long i = 0; i < rounds; ++i) for (unsigned long i = 0; i < rounds; ++i)
{ {
sampler.sample_graph(bn); sampler.sample_graph(bn);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment