From 3c8274626f506b6fbfa621ca69e975ab6826e0ae Mon Sep 17 00:00:00 2001 From: Chih-Jen Lin Date: Fri, 3 Oct 2014 12:17:34 +0800 Subject: [PATCH] stopping condition of l1 solvers uses 1-norm rather than inf norm (wrong description in README) --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3e8506a..b5e1506 100644 --- 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)|, -- 2.40.0