Skip to content
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

Feature/param mixture #592

Merged
merged 18 commits into from
Apr 4, 2017
Merged

Feature/param mixture #592

merged 18 commits into from
Apr 4, 2017

Commits on Mar 27, 2017

  1. Added sample_shape parameter to RandomVariable

    Matt Hoffman committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    230d505 View commit details
    Browse the repository at this point in the history
  2. ParamMixture class

    Matt Hoffman committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    a63725a View commit details
    Browse the repository at this point in the history
  3. Added a test and some statistics

    Matt Hoffman committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    c350247 View commit details
    Browse the repository at this point in the history
  4. PEP8 whitespace

    Matt Hoffman committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    4c47988 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    936a2a7 View commit details
    Browse the repository at this point in the history
  6. Dumb merge bugfix.

    Matt Hoffman committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    12bdd0e View commit details
    Browse the repository at this point in the history
  7. minor style revisions

    dustinvtran committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    507a5b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    2edbf1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6bf1e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f204464 View commit details
    Browse the repository at this point in the history
  4. fix batch shape

    dustinvtran committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    2611769 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Configuration menu
    Copy the full SHA
    83eebe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e370d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Fixed ParamMixture log_prob(), and restored the dependency between ca…

    …t and output.
    Matt Hoffman committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    84a277c View commit details
    Browse the repository at this point in the history
  2. PEP8 fix

    Matt Hoffman committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    89defb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    badc2a6 View commit details
    Browse the repository at this point in the history
  4. Fixes to ParamMixture shape stuff.

    Matt Hoffman committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    029be5f View commit details
    Browse the repository at this point in the history
  5. xrange not compatible with python3.

    Matt Hoffman committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    143bdb8 View commit details
    Browse the repository at this point in the history