We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5556c commit e063c82Copy full SHA for e063c82
src/queries/sample_cpu.jl
@@ -15,7 +15,7 @@ function sample(pc::ProbCircuit, num_samples, types; rng = default_rng(), Float=
15
end
16
17
"""
18
- sample(pc::ProbCircuit, num_samples; batch_size, rng = default_rng())
+ sample(pc::ProbCircuit, num_samples, data::Matrix;; batch_size, rng = default_rng())
19
20
Generate `num_samples` from the joint distribution of the circuit conditioned on the `data`.
21
0 commit comments