Closed tamas-ferenci closed 4 years ago
Have you tried to create a cluster "from scratch" with makeCluster() with outfile
set and provide the cluster to the parallel argument of ga()?
Please see an example of setting a cluster at http://luca-scr.github.io/GA/articles/GA.html#parallel-computing
When using
parallel=TRUE
, absolutely no information is returned on the console from the fitness function itself. Is it somehow possible to save the messages of the function? I was thinking of something like theoutfile
option of themakeCluster
, but unfortunately I can not set it from the outside inGA
(if I understand everything correctly).