infergo v0.5.0

infergo v0.5.0 is out.

What’s new:

  • Multithreading support. Differentiation can be performed concurrently in multiple goroutines without locking of calls to Observe or Gradient, and with little contention.
  • Examples and case studies performing inference in parallel, both using Infergo’s own inference algorithms, or through integration in Gonum.