Skip to content

Commit

Permalink
Add RandomizedHaltonSample to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsuh committed Jan 30, 2024
1 parent 1d4be78 commit 75cbc8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ s = QuasiMonteCarlo.sample(n, lb, ub, SobolSample())
s = QuasiMonteCarlo.sample(n, lb, ub, LatinHypercubeSample())
s = QuasiMonteCarlo.sample(n, lb, ub, LatticeRuleSample())
s = QuasiMonteCarlo.sample(n, lb, ub, HaltonSample())
s = QuasiMonteCarlo.sample(n, lb, ub, RandomizedHaltonSample())
```

The output `s` is a matrix, so one can use things like `@uview` from
Expand Down
1 change: 1 addition & 0 deletions docs/src/samplers.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ KroneckerSample

```@docs
LatinHypercubeSample
RandomizedHaltonSample
```

0 comments on commit 75cbc8d

Please sign in to comment.