Closed muupan closed 5 years ago
Before this PR, both mean and var is sampled uniformly from [0,1]. This is not good because
This PR changes the parameter distributions so that mean is sampled from N(0,1) while variance is sampled from U(0.5,2).
I locally ran TestGaussian 100 times without failure.
/test
Successfully created a job for commit c91d7cc:
Successfully created a job for commit d62fe4c:
Before this PR, both mean and var is sampled uniformly from [0,1]. This is not good because
This PR changes the parameter distributions so that mean is sampled from N(0,1) while variance is sampled from U(0.5,2).
I locally ran TestGaussian 100 times without failure.