Skip to content
Prev 13789 / 15274 Next

need apply.paramset logging

On 03/22/2016 03:37 AM, Diego Peroni wrote:
you're setting

nsamples=0

so you have zero results to combine.

In this case, you told it to run no samples, but I can conceive of a 
strategy using some MCMC sampler that could fail spontaneously in some 
circumstances.

In a more general sense, you could specify a custom .combine function 
that could trap errors if there was some possibility that your strategy 
would fail to return a viable result.

A strategy that runs fine in a single core should run fine in 
apply.paramset.  A reasonable way to start testing this beyond a single 
parameterization would be to set a small number of samples, like 
nsamples=50 and run it with registerDoSEQ() to run it sequentially.

Regards,

Brian