Closed chrisgioia64 closed 10 years ago
@chrisgioia64 Please use tuple set instead of implicitset for uniform choice!
So UniformChoice({p for Person p})
?
Yes
And for obs, you need
obs {b for Blip b} = {B1, B2, B3};
Categorical actually works. see example:
random Integer x ~ Categorical(
{ 1 -> 0.2,
2 -> 0.8});
query x;
@chrisgioia64 Please pull. I updated.
@cberzan @chrisgioia64 @tejasvsrinivasan @jxwuyi
I will make the following arrangement.
@lileicc Not to be merged yet.
Changes to examples so that they compile: