aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_base.h')
-rw-r--r--include/gensvm_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gensvm_base.h b/include/gensvm_base.h
index dee1d80..adef2a9 100644
--- a/include/gensvm_base.h
+++ b/include/gensvm_base.h
@@ -136,6 +136,8 @@ struct GenModel {
double kernel_eigen_cutoff;
///< cutoff value for the ratio of eigenvalues in the reduced
//eigendecomposition.
+ long max_iter;
+ ///< maximum number of iterations of the algorithm
};
/**