-
Notifications
You must be signed in to change notification settings - Fork 84
v0.9.8 Release Notes
null-a edited this page May 18, 2017
·
2 revisions
See the new file backed parameter store for similar functionality.
The format in which parameters are serialized has changed. As a result, parameters serialized with 0.9.7 and earlier cannot be loaded directly into 0.9.8. As a work-around, the following script can be used to convert old parameters into the new format:
- http://docs.webppl.org/en/master/distributions.html#Laplace
- http://docs.webppl.org/en/master/distributions.html#TensorLaplace
The param method now supports an init option which allows fine
grained control over the initialization of parameters.
When no method is specified when calling Infer, heuristics are
used to automatically select a reasonable method for the current
model.
These provide a convenient way to generate a single sample from the model or guide.
- http://docs.webppl.org/en/master/functions/other.html#forward
- http://docs.webppl.org/en/master/functions/other.html#forwardGuide
Infer and Optimize now issue a warning when passed superfluous
options.