Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
0a80fdd1
Commit
0a80fdd1
authored
Jun 07, 2016
by
Davis King
Browse files
Made tests less likely to false alarm.
parent
2412a257
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/bayes_nets.cpp
dlib/test/bayes_nets.cpp
+1
-1
No files found.
dlib/test/bayes_nets.cpp
View file @
0a80fdd1
...
...
@@ -335,7 +335,7 @@ namespace
bayesian_network_gibbs_sampler
sampler
;
matrix
<
double
,
1
,
8
>
counts
;
set_all_elements
(
counts
,
0
);
const
unsigned
long
rounds
=
2
00000
;
const
unsigned
long
rounds
=
5
00000
;
for
(
unsigned
long
i
=
0
;
i
<
rounds
;
++
i
)
{
sampler
.
sample_graph
(
bn
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment