aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cnf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cnf.h b/include/cnf.h
index a9ab5bd..ae455f0 100644
--- a/include/cnf.h
+++ b/include/cnf.h
@@ -7,6 +7,8 @@ typedef struct {
DynNet *net;
int nparams;
double trace_eps;
+ RNG rng;
+ int n_hutchinson; /* 0=exact trace (default), 1=Hutchinson estimator */
} CNF;
typedef struct {