Skip to content

Enable arbitrary dependence constraints for ALTER GENERATOR with cgpm_backend #592

Description

@fsaad

The phrase

alter generator g0
                ensure variables <vars> dependent;

will currently fail unless <vars> is *, since earlier implementations of the CrossCat inference algorithm with (in)dependence constraints failed to correctly account for ergodicity issues, see probcomp/crosscat#76.

However, recent patches to cgpm/lovecat fixed this issue and support arbitrary dependence constraints with correct inference algorithm ensuring ergodicity of the MCMC chain (independence constraints are still tricky to handle formally and therefore will remain disabled for now).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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