mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Clarified spec
This commit is contained in:
parent
6907b00ac3
commit
2f562b03bb
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user