We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bc10f commit b06987eCopy full SHA for b06987e
examples/rosenbrock_parallel.jl
@@ -4,7 +4,7 @@ using Distributed
4
# what you actually gain from this though)
5
addprocs(2)
6
7
-# BlackBoxOptim does not get automatically used on all workers
+# Ensure BlackBoxOptim loaded on all workers
8
@everywhere using BlackBoxOptim
9
10
# define the function to optimize on all workers. Parallel eval only gives a gain
0 commit comments