summaryrefslogtreecommitdiff
path: root/model/ranksvm.cpp
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-05-20 19:04:03 +0800
committerJoe Zhao <ztuowen@gmail.com>2015-05-20 19:04:03 +0800
commit482be9136a726923eb24c9f5c0244e94c0fc91bc (patch)
tree1575cf3a1fbde6e7bfa47d6471801542a0e1a8b8 /model/ranksvm.cpp
parentb15766bef024f086c51e56aa9af17783d3c1ff68 (diff)
downloadranksvm-482be9136a726923eb24c9f5c0244e94c0fc91bc.tar.gz
ranksvm-482be9136a726923eb24c9f5c0244e94c0fc91bc.tar.bz2
ranksvm-482be9136a726923eb24c9f5c0244e94c0fc91bc.zip
term condition
Diffstat (limited to 'model/ranksvm.cpp')
-rw-r--r--model/ranksvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/ranksvm.cpp b/model/ranksvm.cpp
index acc2f4e..3c31da7 100644
--- a/model/ranksvm.cpp
+++ b/model/ranksvm.cpp
@@ -14,7 +14,7 @@ double C=1e-4;// Compensating & scaling
int maxiter = 1; // max iteration count
double prec=1e-10; // precision
// conjugate gradient
-double cg_prec=1e-3; // precision
+double cg_prec=1e-10; // precision
int cg_maxiter = 1000;
int ls_maxiter = 20;
// line search