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

Add jitter+full_adapt initialization #3893

Merged
merged 3 commits into from
Apr 28, 2020
Merged

Conversation

ColCarroll
Copy link
Member

Follow-up to #3891 -- I had thought that we jittered the initial variance, but this just jitters the initial points. Seems like it might help, especially in very symmetric posteriors.

@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #3893 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3893      +/-   ##
==========================================
- Coverage   90.71%   90.70%   -0.01%     
==========================================
  Files         135      135              
  Lines       21317    21340      +23     
==========================================
+ Hits        19338    19357      +19     
- Misses       1979     1983       +4     
Impacted Files Coverage Δ
pymc3/tests/test_sampling.py 99.64% <ø> (ø)
pymc3/sampling.py 85.35% <100.00%> (+0.82%) ⬆️
pymc3/distributions/multivariate.py 78.13% <0.00%> (-0.84%) ⬇️

Copy link
Member

@michaelosthege michaelosthege left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Loogs good - might want to add a test that uses 'jitter+adapt_full'?

@ColCarroll
Copy link
Member Author

Ok, now it has a test (as does adapt_full)

@twiecki twiecki merged commit a4aed97 into pymc-devs:master Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants