Multithreading – multithreading a * search with Java or LISP or c# search

Is there a good way to multithread a * search? Single threading is quite easy, as given in (for example) Artificial Intelligence: modern methods, but I haven't encountered a good multithreaded version

Assuming a rational language, such as Java or c# or lisp, we have wired process pools and work blocks, and of course garbage collection

Solution

I suggest reading this article:

"Parallel bidirectional a * search on symmetric multiprocessors"

There is another paper, also known as IEEE:

"Parallel astar search messaging architecture"

Both papers have found new ways to achieve considerable acceleration

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>