Skip to content
Prev 13794 / 15274 Next

need apply.paramset logging

On Tue, Mar 22, 2016 at 10:21 AM, Diego Peroni <diegoperoni at vodafone.it> wrote:
doMC runs in separate processes, not threads.  You could add some code
to print the process ID before each message, or write to a file named
with the process ID.
[1] 29236
[[1]]
[1] 29345

[[2]]
[1] 29346

[[3]]
[1] 29345

[[4]]
[1] 29346

[[5]]
[1] 29345

[[6]]
[1] 29346
A point of clarification: nsamples = 0 is the default for
apply.paramset. While confusing, that means that no sampling is done
and all parameter combinations are evaluated.  Sampling is only done
when nsamples > 0.