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
4c437672
"tests/vscode:/vscode.git/clone" did not exist on "7b07f9812a58bfa96c06ed8ffe9e6b584286e2fd"
Commit
4c437672
authored
May 16, 2017
by
Davis King
Browse files
yet more print statements
parent
cb677742
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
dlib/test/opt_qp_solver.cpp
dlib/test/opt_qp_solver.cpp
+6
-0
No files found.
dlib/test/opt_qp_solver.cpp
View file @
4c437672
...
@@ -458,6 +458,8 @@ namespace
...
@@ -458,6 +458,8 @@ namespace
cout
<<
" KKT gap: "
<<
big
-
little
<<
endl
;
cout
<<
" KKT gap: "
<<
big
-
little
<<
endl
;
cout
<<
" iter: "
<<
iter
+
1
<<
endl
;
cout
<<
" iter: "
<<
iter
+
1
<<
endl
;
cout
<<
" eps: "
<<
eps
<<
endl
;
cout
<<
" eps: "
<<
eps
<<
endl
;
cout
<<
" alpha: "
<<
trans
(
alpha
);
cout
<<
" lambda: "
<<
trans
(
lambda
);
return
iter
+
1
;
return
iter
+
1
;
...
@@ -489,6 +491,10 @@ namespace
...
@@ -489,6 +491,10 @@ namespace
dlog
<<
LINFO
<<
"lambda: "
<<
trans
(
lambda
);
dlog
<<
LINFO
<<
"lambda: "
<<
trans
(
lambda
);
dlog
<<
LINFO
<<
"w: "
<<
trans
(
w
);
dlog
<<
LINFO
<<
"w: "
<<
trans
(
w
);
cout
<<
" outside solve_qp4_using_smo_local(): "
<<
endl
;
cout
<<
" w: "
<<
trans
(
w
);
cout
<<
" alpha: "
<<
trans
(
alpha
);
cout
<<
" lambda: "
<<
trans
(
lambda
);
const
double
computed_obj
=
compute_objective_value
(
w
,
A
,
b
,
C
);
const
double
computed_obj
=
compute_objective_value
(
w
,
A
,
b
,
C
);
w
=
0
,
0
,
0
;
w
=
0
,
0
,
0
;
...
...
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