Skip to content
Snippets Groups Projects
Commit c0c80c3d authored by Liam Healy's avatar Liam Healy
Browse files

Monte Carlo has more optional arguments

Arguments now optional to make-monte-carlo-plain: 
(number-of-samples
       (* *monte-carlo-default-samples-per-dimension*
	  (dim0 lower-limits)))
(generator (make-random-number-generator +mt19937+ 0))
(state (make-monte-carlo-plain (dim0 lower-limits)))
(scalars t)
and similarly for -vegas, -miser.  Argument 'number-of-samples renamed
from 'calls to clarify.
parent 8a30ea5a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment