|
|
|
|
|
by yuvalr1
228 days ago
|
|
You are making a wrong leap from non-deterministic process to uncontrollable result. Most of the parallel algorithms are non-deterministic. There might be no guarantee about the order of calculation or even sometimes the final absolute result. However, even when producing different final results, the algorithm can still guarantee characteristics about the result. The hard problem then is not to eliminate non-deterministic behavior, but find a way to control it so that it produces what you want. |
|