I have written a python code to carry out genetic algorithm optimization, but it is too slow. I would like to know how to run the same in parallel ?
For more clarity, another python code will be called by my code for, say 100 times, I wanted to divide this into 4 CPUs. So that 25 times the outside python code is solved by each CPU. Thereby increasing the speed.
Thanks in advance!