Skip to content

factor implemented as exponential might be incorrect #30

@jburroni

Description

@jburroni

currently, target += e is translated as:
pyro.sample(id, Exponential(1), -e).
This evaluate the log_pdf of the Exponential(1) at -e. If -e happens to be negative, a runtime check might fail.
A proper object for this task must be built.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions