Displaying 1 result from an estimated 1 matches for "seedcreator".
2012 Feb 17
3
portable parallel seeds project: request for critiques
...currentSeeds
are the same thing. When we change the currentStream
to a different stream, the currentSeeds vector is
updated to remember where that stream was when we stopped
drawing numbers from it.
Now, for the proof of concept. A working example.
Step 1. Create the Seeds. Review the R program
seedCreator.R
That creates the file "projSeeds.rda".
Step 2. Use one row of seeds per run.
Please review "controlledSeeds.R" to see an example usage
that I've tested on a cluster.
"controlledSeeds.R" can also be run on a single workstation for
testing purposes. There is...