]> granicus.if.org Git - liblinear/commitdiff
stopping condition of l1 solvers uses 1-norm rather than inf norm
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Fri, 3 Oct 2014 04:17:34 +0000 (12:17 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Fri, 3 Oct 2014 04:17:34 +0000 (12:17 +0800)
(wrong description in README)

README

diff --git a/README b/README
index 3e8506a984fac086b03c927d193a15391e54582e..b5e1506f295901d429bc41279453851c927d9d55 100644 (file)
--- a/README
+++ b/README
@@ -123,7 +123,7 @@ options:
        -s 1, 3, 4 and 7
                Dual maximal violation <= eps; similar to libsvm (default 0.1)
        -s 5 and 6
-               |f'(w)|_inf <= eps*min(pos,neg)/l*|f'(w0)|_inf,
+               |f'(w)|_1 <= eps*min(pos,neg)/l*|f'(w0)|_1,
                where f is the primal function (default 0.01)
        -s 12 and 13\n"
                |f'(alpha)|_1 <= eps |f'(alpha0)|,