-
Hello,
I'd like to use rqmc in a VAE and have encountered a problem with the tfp.mcmc.sample_halton_sequence function. In building a graph which allows for variable sample sizes and a fixed dimens…
-
I am running the following code in order to find the approximation for my function based on different number of sample points and then find the first four central moments of the output. The variables…
-
I'm going to move the **documentation** to a new web page:
https://www.rs-pbrt.org/doc/crates/pbrt/index.html
There are some hardcoded paths to [https://www.janwalter.org](https://www.janwalter.…
-
Software (tf & tfp): newest, compared with github.
In `sample_halton_sequence()`, a seed can be specified. Default is `None`, will be passed on as `None` and won't be altered (also not by `util.gen…
-
Niederreiter sequence is a generalization of the Sobol sequence for any natural number base. Sobol Sequence is defined only for base 2. This is the Wikipedia reference:
[[https://en.wikipedia.org/w…
-
The elegant source page does not cover all the options in the bunched_beam command. The fields can be edited from the Control tab, but it would be nice to allow selecting and configuring non-gaussian …
-
Hey, sorry that this is a noob question but I thought it might be faster to just ask so I hope you don't mind.
How would you go about simulating a bunch of arbitrarily sized spheres in OpenMM with …
-
Could be:
- OR + PT
- OR + SLAM
- OR + PT + SLAM
- PT + SLAM
librealsense add-on: TBD
-
I propose that parts of `GTC_random` module be moved into new `GTC_sampling` module. Changes would include:
- Moving `circularRand`, `sphericalRand`, `diskRand` & `ballRand` functions into `GTC_sampli…
-
How do we want to deal with ensemble size (especially small ones). If we pick an ensemble size of 1, we pick the median, if we pick 2 or more we use the halton function to pick the ensembles.
@ryanke…