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
23332d68
Commit
23332d68
authored
May 15, 2017
by
Davis King
Browse files
More logging messages
parent
334ba38e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dlib/test/opt_qp_solver.cpp
dlib/test/opt_qp_solver.cpp
+4
-0
No files found.
dlib/test/opt_qp_solver.cpp
View file @
23332d68
...
@@ -294,6 +294,8 @@ namespace
...
@@ -294,6 +294,8 @@ namespace
dlog
<<
LINFO
<<
"*******************************************************"
;
dlog
<<
LINFO
<<
"*******************************************************"
;
dlog
<<
LINFO
<<
"alpha: "
<<
trans
(
alpha
);
dlog
<<
LINFO
<<
"lambda: "
<<
trans
(
lambda
);
dlog
<<
LINFO
<<
"w: "
<<
trans
(
w
);
dlog
<<
LINFO
<<
"w: "
<<
trans
(
w
);
...
@@ -306,6 +308,8 @@ namespace
...
@@ -306,6 +308,8 @@ namespace
DLIB_TEST_MSG
(
abs
(
computed_obj
-
true_obj
)
<
1e-8
,
DLIB_TEST_MSG
(
abs
(
computed_obj
-
true_obj
)
<
1e-8
,
"computed_obj: "
<<
computed_obj
<<
" true_obj: "
<<
true_obj
<<
" delta: "
<<
abs
(
computed_obj
-
true_obj
)
"computed_obj: "
<<
computed_obj
<<
" true_obj: "
<<
true_obj
<<
" delta: "
<<
abs
(
computed_obj
-
true_obj
)
<<
" iters: "
<<
iters
<<
" iters: "
<<
iters
<<
"
\n
alpha: "
<<
trans
(
alpha
)
<<
" lambda: "
<<
trans
(
lambda
)
);
);
}
}
...
...
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