Skip to content

Releases: numericalEFT/MCIntegration.jl

v0.4.2

03 Jan 18:03
Compare
Choose a tag to compare

MCIntegration v0.4.2

Diff since v0.4.1

Merged pull requests:

  • Fix inconsistency with 1 dof (#55) (@lxvm)

Closed issues:

  • Fail to deal with integrands with singularities: a simple case (#52)

v0.4.1

26 Jul 15:54
bc704e5
Compare
Choose a tag to compare

MCIntegration v0.4.1

Diff since v0.4.0

Closed issues:

  • refactor user API (#38)
  • Bug with vegasmc and vegas with user-defined datatype (#44)

Merged pull requests:

v0.4.0

25 Jul 14:30
705ffc9
Compare
Choose a tag to compare

MCIntegration v0.4.0

Diff since v0.3.6

Merged pull requests:

v0.3.6

17 Apr 18:07
8c8f729
Compare
Choose a tag to compare

MCIntegration v0.3.6

Diff since v0.3.5

Merged pull requests:

  • fix a critical bug with observables with different types for differen… (#42) (@kunyuan)

v0.3.5

10 Apr 17:19
1accc98
Compare
Choose a tag to compare

MCIntegration v0.3.5

Diff since v0.3.4

Merged pull requests:

  • fix bug of double-call MPI.Init() (#40) (@houpc)
  • fix MPI reweight bug and add its unit test (#41) (@houpc)

v0.3.4

23 Feb 17:14
1513f58
Compare
Choose a tag to compare

MCIntegration v0.3.4

Diff since v0.3.3

Closed issues:

  • Incompatibility with built-in functions when var is provided as a tuple. (#35)

Merged pull requests:

v0.3.3

19 Dec 23:17
3ccf7ae
Compare
Choose a tag to compare

MCIntegration v0.3.3

Diff since v0.3.2

Closed issues:

  • Sample from learned variables directly (#34)

Merged pull requests:

v0.3.2

09 Nov 15:36
a58cd3b
Compare
Choose a tag to compare

MCIntegration v0.3.2

Diff since v0.3.1

Closed issues:

  • improve MC sampling algorithm (#6)
  • cached variable (#16)
  • Thread support (#22)

Merged pull requests:

v0.3.1

07 Nov 19:23
a1b0017
Compare
Choose a tag to compare

MCIntegration v0.3.1

Diff since v0.3.0

Merged pull requests:

v0.3.0

09 Sep 15:04
Compare
Choose a tag to compare
  1. Support Vegas algorithm.
  2. Implement a new type of Vegas algorithm based on the Markov-chain Monte Carlo. It is as fast as the Vegas algorithm at low dimensions and becomes faster and more robust at high dimensions.
  3. Improve documentation.