Skip to content

Fix divergence statistics for singular node. #39

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

Closed
wants to merge 1 commit into from

Conversation

tpapp
Copy link
Owner

@tpapp tpapp commented Mar 10, 2019

When the immediate neighbor is divergent (no tree is built), we divide by 0. May fix #38.

When the immediate neighbor is divergent (no tree is built), we divide by 0.
@codecov
Copy link

codecov bot commented Mar 10, 2019

Codecov Report

Merging #39 into master will increase coverage by 20.98%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #39       +/-   ##
===========================================
+ Coverage   73.28%   94.27%   +20.98%     
===========================================
  Files           6        6               
  Lines         292      227       -65     
===========================================
  Hits          214      214               
+ Misses         78       13       -65
Impacted Files Coverage Δ
src/buildingblocks.jl 96.66% <0%> (+10.09%) ⬆️
src/hamiltonian.jl 92% <0%> (+6.81%) ⬆️
src/sampler.jl 100% <0%> (+22.53%) ⬆️
src/stepsize.jl 88.23% <0%> (+26.59%) ⬆️
src/reporting.jl 86.95% <0%> (+29.81%) ⬆️
src/diagnostics.jl 100% <0%> (+31.57%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e382b9...7477673. Read the comment docs.

@tpapp
Copy link
Owner Author

tpapp commented Apr 11, 2019

Closing this, will be fixed by #44.

@tpapp tpapp closed this Apr 11, 2019
@tpapp tpapp deleted the tp/fix-divergence-singlenode branch August 14, 2019 07:17
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.

Epsilon adaptation is machine-dependent
1 participant