index
:
nsmc
main
unfinished-experiments
n-sphere Monte Carlo method
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
extent-sampling.sc
Age
Commit message (
Expand
)
Author
2021-06-30
Implement window stopping criterion for integrals.
Arun Isaac
2021-05-07
Use window stopping criterion for volume.
Arun Isaac
2021-05-07
Treat extent oracles and integrands as const arguments.
Arun Isaac
2021-05-07
Do not pass rng to integral-per-direction.
Arun Isaac
2021-05-07
Move with-rstats and define with-rstats* sc macros.
Arun Isaac
2021-05-07
Move with-vector to macros.sc.
Arun Isaac
2021-04-20
Do not return volume or integral estimate.
Arun Isaac
2021-04-20
Return the first accurate estimate.
Arun Isaac
2021-04-08
Rename volume-experiment to volume-importance.
Arun Isaac
2021-03-16
Deal in solid angle fractions, not absolute solid angles.
Arun Isaac
2021-02-26
Add copyright and license headers for all files.
Arun Isaac
2021-02-26
Remove unused neval variable.
Arun Isaac
2021-02-23
Redefine integrand_t as a struct.
Arun Isaac
2021-02-11
Pass extent-oracle-t as pointer.
Arun Isaac
2021-02-11
Change extent oracle and true volume prototypes.
Arun Isaac
2021-02-05
Migrate C source to SC.
Arun Isaac