Commit 2f562b03 authored by Davis King's avatar Davis King

Clarified spec

parent 6907b00a
...@@ -168,7 +168,9 @@ namespace dlib ...@@ -168,7 +168,9 @@ namespace dlib
- if (num_nonnegative != 0) then - if (num_nonnegative != 0) then
- Adds the constraint that #w(i) >= 0 for all i < num_nonnegative. - Adds the constraint that #w(i) >= 0 for all i < num_nonnegative.
That is, the first num_nonnegative elements of #w will always be 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 ( void set_subproblem_epsilon (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment