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
c4f48a16
Commit
c4f48a16
authored
Dec 19, 2017
by
Davis King
Browse files
Made unit test more robust.
parent
e558318c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/global_optimization.cpp
dlib/test/global_optimization.cpp
+1
-1
No files found.
dlib/test/global_optimization.cpp
View file @
c4f48a16
...
@@ -288,7 +288,7 @@ namespace
...
@@ -288,7 +288,7 @@ namespace
void
perform_test
(
void
perform_test
(
)
)
{
{
test_upper_bound_function
(
0.1
,
1e-6
);
test_upper_bound_function
(
0.
0
1
,
1e-6
);
test_upper_bound_function
(
0.0
,
1e-6
);
test_upper_bound_function
(
0.0
,
1e-6
);
test_upper_bound_function
(
0.0
,
1e-1
);
test_upper_bound_function
(
0.0
,
1e-1
);
test_global_function_search
();
test_global_function_search
();
...
...
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