Skip to content

Commit

Permalink
investigate...
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Jun 6, 2024
1 parent 951e566 commit 51f9b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dime_sampler/moves.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def get_proposal(self, x, xref, random):

# draw alternative candidates and calculate their proposal density
seed = random.randint(2 ** 31)
print(seed)
xcand = self.mvt.rvs(size=sum(xchnge), random_state=seed)

lprop_old = self.mvt.logpdf(x[xchnge])
Expand Down

0 comments on commit 51f9b2c

Please sign in to comment.