Hello,
I'm using this code
solution <- optimStrata (
method = "spatial",
errors=cv,
framesamp=frame,
iter = 15,
pops = 10,
nStrata = 5,
fitting = c(0.9,0.9),
range = c(15000,15000),
kappa=1,
writeFiles = FALSE,
showPlot = TRUE,
parallel = TRUE,
cores = 10
)
But I get this output from the function:
Input data have been checked and are compliant with requirements
Sequential optimization as parallel = FALSE, defaulting number of cores = 1
I have version 1.5.4
Thanks for your help