Skip to content

Releases: stecrotti/BeliefPropagation.jl

v0.4.2

09 Jan 17:12
65bf043
Compare
Choose a tag to compare

BeliefPropagation v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

01 Jan 16:38
Compare
Choose a tag to compare

BeliefPropagation v0.4.1

Diff since v0.4.0

v0.4.0

28 Dec 14:43
Compare
Choose a tag to compare

BeliefPropagation v0.4.0

Diff since v0.3.0

Breaking changes

Modified the structure of the ProgressAndConvergence callback to store more information

Merged pull requests:

Closed issues:

  • What should we do when messages or beliefs become all zeros? (#77)

v0.3.0

24 Dec 11:17
Compare
Choose a tag to compare

BeliefPropagation v0.3.0

Diff since v0.2.0

Breaking changes

Checking convergence to a fixed point is now a Callback. This changed the signature (only the keyword arguments) of iterate!(bp::BP, ...)

Merged pull requests:

  • Reorganize callbacks and convergence checkers (#74) (@stecrotti)

v0.2.0

22 Dec 19:01
Compare
Choose a tag to compare

BeliefPropagation v0.2.0

Diff since v0.1.3

Breaking changes

  • The signature of compute_za, compute_zi and compute_zai changed from compute_za(ψₐ, msg_in) to compute_za(bp, a, msg=...) in order to improve the mechanism of dispatching on factor type and message types in optimized versions

Merged pull requests:

v0.1.3

20 Dec 16:07
Compare
Choose a tag to compare

BeliefPropagation v0.1.3

Diff since v0.1.2

Merged pull requests:

v0.1.2

09 Nov 11:40
Compare
Choose a tag to compare

BeliefPropagation v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

11 Oct 10:23
Compare
Choose a tag to compare

BeliefPropagation v0.1.1

Diff since v0.1.0

Merged pull requests:

v0.1.0

10 Oct 14:29
Compare
Choose a tag to compare

BeliefPropagation v0.1.0

Merged pull requests:

Closed issues:

  • Compute bethe free energy as a byproduct of iterations (#1)
  • Add damping and reinforcement (#2)
  • Compute convergence error and stop iterations after convergence is reached (#4)
  • Add multi-threading (#5)
  • Write documentation (#6)
  • Add regular factor graph (#7)
  • Reference to unexisting LDPCStorage package (#21)
  • Use AtomicVector from package (#26)
  • potential bug in maxsum (#28)
  • Should we compute the free energy during the iterations? (#37)
  • Split FactorGraphs submodule to its own package (#38)