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
f6c42f7d
"examples/vscode:/vscode.git/clone" did not exist on "8801154b3d8b62681314d0ff99b87830cb397b77"
Commit
f6c42f7d
authored
Jan 06, 2014
by
Davis King
Browse files
Fixed a typo
parent
f698db9c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/svm/structural_svm_problem.h
dlib/svm/structural_svm_problem.h
+1
-1
No files found.
dlib/svm/structural_svm_problem.h
View file @
f6c42f7d
...
...
@@ -453,7 +453,7 @@ namespace dlib
{
converged
=
true
;
skip_cache
=
false
;
return
(
current_risk_gap
<
std
::
max
(
cache_based_eps
,
cache_based_eps
*
current_risk_value
))
;
return
(
current_risk_gap
<
std
::
max
(
cache_based_eps
,
cache_based_eps
*
current_risk_value
))
||
(
current_risk_gap
==
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