Yi Wu

Results 4 issues of Yi Wu

Currently in MCMC Translator, we do not support any set expression. For example: random Real X(t_year y, t_index i) ~ if y == 0 then Gaussian(0, 1) else Gaussian(sum({A(i, j)...

bug
enhancement

Now query-for syntax only supports MCMC algorithms

enhancement

Now in the compiled target, all the string names of the instances will be stored in a vector with name "__vecstr_instance_XXXXX" For example, BLOG: type City; distinct City C[2]; C++...

enhancement

Currently we did a hack for gaussian proposals. The proposal distribution can be found in "MCMC_util.h" called "gaussian_prop". Note that the variance of the proposal distribution is fixed: 1.0. The...

enhancement