diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-03-28 15:03:31 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-03-28 15:03:31 +0300 |
| commit | cbf9e2a4d8c7daafda0f8215cac9b0eea751d6d9 (patch) | |
| tree | d1d3b34b253d46537f94b0306e3ddf6c8c2a70a8 /include/cnf.h | |
| parent | 063b20be98747ba0b288545e653ef9489bf14a54 (diff) | |
Diffstat (limited to 'include/cnf.h')
| -rw-r--r-- | include/cnf.h | 2 |
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 { |