aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authory-jan137 <yousefjan24000@gmail.com>2026-03-28 15:03:31 +0300
committery-jan137 <yousefjan24000@gmail.com>2026-03-28 15:03:31 +0300
commitcbf9e2a4d8c7daafda0f8215cac9b0eea751d6d9 (patch)
treed1d3b34b253d46537f94b0306e3ddf6c8c2a70a8 /include
parent063b20be98747ba0b288545e653ef9489bf14a54 (diff)
Optimization passHEADmain
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 {