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
eec820c9
Commit
eec820c9
authored
Mar 21, 2017
by
Davis King
Browse files
Removed unneeded code.
parent
2dfbf778
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
dlib/optimization/optimization_solve_qp_using_smo.h
dlib/optimization/optimization_solve_qp_using_smo.h
+0
-2
No files found.
dlib/optimization/optimization_solve_qp_using_smo.h
View file @
eec820c9
...
...
@@ -743,8 +743,6 @@ namespace dlib
std
::
vector
<
matrix
<
T
,
NR
,
NC
,
MM
,
L
>>
v
(
alphas
),
v_old
(
alphas
.
size
());
for
(
size_t
i
=
0
;
i
<
v_old
.
size
();
++
i
)
v_old
[
i
].
set_size
(
alphas
.
size
());
double
lambda
=
0
;
unsigned
long
iter
;
// Now do the main iteration block of this solver. The coordinate descent method
...
...
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