Skip to content

Fix metropolis_hastings_jax for machines which only accept 2d input

Vicentini Filippo requested to merge PhilipVinc/sampling-fix into v3.0

Created by: PhilipVinc

Previously the sampler was sending vectors to the machine. Now we are always sending batches.

Merge request reports