psychopath/sub_crates/sobol
Nathan Vegdahl 4a6284be40 Switch to sobol sampler.
The important thing here is that I figured out how to use the
scrambling parameter properly to decorrelate pixels.  Using the
same approach as with halton (just adding an offset into the sequence)
is very slow with sobol, since moving into the higher samples is
more computationally expensive.  So using the scrambling parameter
instead was important.
2020-02-22 09:18:45 +09:00
..
src Switch to sobol sampler. 2020-02-22 09:18:45 +09:00
Cargo.toml Second step transitioning to Rust 2018. 2018-12-16 12:07:11 -08:00