-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core name and syntax changes #42
Comments
Other name changes:
|
I think Maybe |
Other options:
|
I thought about renaming the The proposed new name is
The name I also considered but these imply that the generating process is forward simulation, which isn't always the case, and also describe the method from an internal perspective, not from what the user wants to do with the function (like generate_trace):
|
These changes were made in probcomp/GenExperimental.jl#67 |
Actually, except for renaming distributions to a type of generative function. That has not been changed yet. Reopening. |
Based on a discussion with @vkmvkmvkmvkm:
change
Assignment
toTrie
.change
get_assmt
toget_choices
. It will return aTrie
.change
Distribution
toUnboxedGenerativeFunction
(or something similar)Also see probcomp/GenExperimental.jl#19
The text was updated successfully, but these errors were encountered: