numericalEFT / MCIntegration.jl

Robust and fast Monte Carlo algorithm for high dimension integration
https://numericaleft.github.io/MCIntegration.jl/dev
MIT License
35 stars 3 forks source link

Bugfix #45

Closed kunyuan closed 1 year ago

kunyuan commented 1 year ago
  1. add support for the keyword "verbose", which is more standard than "print".
  2. function to create multi-dimensional Continuous/Discrete variables.
  3. Automatically adjust the size of variable pools.
  4. Now Results always return vector
  5. update readme
codecov-commenter commented 1 year ago

Codecov Report

Merging #45 (02ab7f6) into master (4c4da99) will increase coverage by 0.05%. The diff coverage is 84.21%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   85.71%   85.76%   +0.05%     
==========================================
  Files          20       20              
  Lines        1330     1391      +61     
==========================================
+ Hits         1140     1193      +53     
- Misses        190      198       +8     
Files Changed Coverage Δ
src/MCIntegration.jl 100.00% <ø> (ø)
src/mcmc/montecarlo.jl 88.40% <ø> (ø)
src/utility/parallel.jl 81.42% <0.00%> (-12.02%) :arrow_down:
src/utility/utility.jl 57.14% <ø> (ø)
src/configuration.jl 93.81% <62.50%> (-0.84%) :arrow_down:
src/statistics.jl 85.43% <92.85%> (-0.42%) :arrow_down:
src/distribution/variable.jl 87.08% <95.00%> (+3.42%) :arrow_up:
src/distribution/distribution.jl 70.83% <100.00%> (+9.72%) :arrow_up:
src/main.jl 94.85% <100.00%> (+0.15%) :arrow_up:
src/vegas/montecarlo.jl 90.62% <100.00%> (+0.46%) :arrow_up:
... and 1 more