First time here? Check out the Help page!
1 | initial version |
The GPSCoordinateSearch
algorithm uses mostly sequential programming except for checking optimality as the next move depends on the current function value.
The PSO algorithms are better suited for parallel computing as multiple points can be evaluated in parallel in these algorithms.
Using UnitsOfExecution
is the right setting (if not specific, it is set to the number of processors).