issues
search
CUQI-DTU
/
CUQIpy
https://cuqi-dtu.github.io/CUQIpy/
Apache License 2.0
48
stars
9
forks
source link
Sampler rework UGLA
#405
Closed
chaozg
closed
7 months ago
chaozg
commented
7 months ago
fixed #381
We followed a similar strategy as in
NUTS
, and the pre-computation work is now done in
_pre_warmup
and
_pre_sample
functions.
A local target is created within
test_UGLA_regression_sample
, instead of a global target list, to avoid breaking randomness in other unit tests.
Further work is needed in the future to base UGLA on LinearRTO #410 .
fixed #381
_pre_warmup
and_pre_sample
functions.test_UGLA_regression_sample
, instead of a global target list, to avoid breaking randomness in other unit tests.