when i run the following command:
thromboPSO <- thromboSeqPSO(dge = dgeIncludedSamples, n.particles = 100, n.iterations = 10, number.cores = 4)
I got this error:
Error in if ((globvars$fitness_itbest - globvars$fitness_gbest > abstol) & : missing value where TRUE/FALSE needed In addition: Warning message: In prepare_mpi_cluster(nslaves = globvars$nslaves, working_dir_list = working_dir_list, : Number of specified slaves exceeds number of available slaves.
After a preliminary analysis, I found the error source in ppsoupdate_tasklist_dds.R (line 95), but I don't know how to fix this problem.
when i run the following command:
thromboPSO <- thromboSeqPSO(dge = dgeIncludedSamples, n.particles = 100, n.iterations = 10, number.cores = 4)I got this error:
Error in if ((globvars$fitness_itbest - globvars$fitness_gbest > abstol) & : missing value where TRUE/FALSE needed In addition: Warning message: In prepare_mpi_cluster(nslaves = globvars$nslaves, working_dir_list = working_dir_list, : Number of specified slaves exceeds number of available slaves.After a preliminary analysis, I found the error source in ppso
update_tasklist_dds.R(line 95), but I don't know how to fix this problem.