Skip to content

Commit

Permalink
Update adaptive_sampler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kgourgou authored May 2, 2019
1 parent f2a8d59 commit 23d74ad
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions adaptive_sampler.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
"""
TODO: This all needs to change so that it can sample.
Basically, we need to pass an object that can calculate CPTs (based on the lambdas/priors) and joints
as well as a proposal object that implements "sample" and "joint" methods. AND THAT IS IT!!!!
"""


import scipy as sc
from copy import deepcopy
from update_proposals import update_proposal_cpt, update_proposal_lambdas
Expand Down

0 comments on commit 23d74ad

Please sign in to comment.