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
2f562b03
Commit
2f562b03
authored
May 19, 2012
by
Davis King
Browse files
Clarified spec
parent
6907b00a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dlib/optimization/optimization_oca_abstract.h
dlib/optimization/optimization_oca_abstract.h
+3
-1
No files found.
dlib/optimization/optimization_oca_abstract.h
View file @
2f562b03
...
...
@@ -168,7 +168,9 @@ namespace dlib
- if (num_nonnegative != 0) then
- Adds the constraint that #w(i) >= 0 for all i < num_nonnegative.
That is, the first num_nonnegative elements of #w will always be
non-negative.
non-negative. This includes the copies of w passed to get_risk()
in the form of the current_solution vector as well as the final
output of this function.
!*/
void
set_subproblem_epsilon
(
...
...
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