Home
last modified time | relevance | path

Searched defs:nuts_util (Results 1 – 2 of 2) sorted by relevance

/dports/math/stan/stan-2.28.2/src/stan/mcmc/hmc/nuts_classic/
H A Dbase_nuts_classic.hpp16 struct nuts_util { struct
18 double log_u;
19 double H0;
20 int sign;
23 int n_tree;
24 double sum_prob;
25 bool criterion;
28 nuts_util() : criterion(false) {} in nuts_util() argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/mcmc/hmc/nuts_classic/
H A Dbase_nuts_classic.hpp17 struct nuts_util { struct
19 double log_u;
20 double H0;
21 int sign;
24 int n_tree;
25 double sum_prob;
26 bool criterion;
29 nuts_util() : criterion(false) { } in nuts_util() argument