Skip to content

v2.0.0

Compare
Choose a tag to compare
@wkjarosz wkjarosz released this 18 Dec 13:30
· 46 commits to master since this release
9a39f8d

The next major release of Samplin' Safari, with many changes and new features!

What's Changed

  • Entirely rewritten GUI based on Hello ImGui/Dear ImGui. Allows for docking windows, menu bars, and more.
  • Samplin' Safari can now run entirely in your browser thanks to emscripten! Check it out here.
  • You can now save the points as EPS, SVG, and plain text CSV files (available from the File menu)
  • CSV files containing one point per line can now be loaded for viewing
  • In addition to the bounding box, fine, and coarse grids, you can now show a custom grid where the number of subdivisions can be specified per dimension. This can be particularly useful to visually confirm a point set is stratified over all elementary intervals.
  • Added several new samplers:
    • Ahmed's (0,2) xi-sequence and Gray code-based (0,m,2) nets.
    • Paulin's Cascaded Sobol'
    • Helmer's stochastic Sobol' and Faure sequences
    • Sudoku and correlated Sudoku (which are nested multi-jittered/orthogonal array samplers)