Computers with multiple processing units are becoming increasingly popular and there are different ways of using this parallelism.
Parallelism
Parallelizing the optimization problem
Some optimization problems can be parallelized internally. The advantage of this is that all optimization methods in SwarmOps can be used without modification. The disadvantage is that each optimization problem must be parallelized, and this process does not take advantage of the natural parallel structure of population-based optimizers.
Parallel optimization methods
SwarmOps provides parallelized...