jeff-regier / Celeste.jl

Scalable inference for a generative model of astronomical images
MIT License
183 stars 28 forks source link

ais update #722

Closed andymiller closed 6 years ago

andymiller commented 6 years ago

Removes duplicated write_star_nmgy! and write_gal_nmgy! code (pushed to fsm_util.jl and left wrappers w/ the appropriate interface in `Synthetic.jl).

Added an additional sampling step after AIS to reduce noise in MCMC inferences.

fixes #720

codecov[bot] commented 6 years ago

Codecov Report

Merging #722 into master will decrease coverage by 0.14%. The diff coverage is 79.2%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #722      +/-   ##
==========================================
- Coverage   81.13%   80.99%   -0.15%     
==========================================
  Files          37       37              
  Lines        3987     3999      +12     
==========================================
+ Hits         3235     3239       +4     
- Misses        752      760       +8
Impacted Files Coverage Δ
src/ParallelRun.jl 94.09% <100%> (ø) :arrow_up:
src/model/fsm_util.jl 100% <100%> (ø) :arrow_up:
src/mcmc/slicesample.jl 73% <100%> (+15%) :arrow_up:
src/Synthetic.jl 51.72% <100%> (-17.17%) :arrow_down:
src/mcmc/ais.jl 92.85% <50%> (ø) :arrow_up:
src/mcmc/mcmc_functions.jl 71.48% <59.25%> (+2.25%) :arrow_up:
src/mcmc/mcmc_misc.jl 33.89% <75%> (-19.99%) :arrow_down:
src/mcmc/mcmc_infer.jl 47.32% <80%> (+9.49%) :arrow_up:
... and 1 more

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 e2e9cba...708a02a. Read the comment docs.