tree-search Questions
7
What is the difference between graph search and tree search versions regarding DFS, A* searches in artificial intelligence?
Dedra asked 21/5, 2012 at 6:2
5
Solved
I notice that some of the "hard" combinatorial problems I come across can be cast in terms of some type of tree search like alpha-beta pruning, or beam search, or a similar algorithm. However, prog...
Thornie asked 29/3, 2011 at 20:43
3
Solved
I'm writing a distributed Go/Gomoku bot.
Basically the point is to distribute tree search onto many computers. With basic tree search algorithms like DFS this would be very simple, as I could just...
Maestoso asked 7/2, 2010 at 23:2
1
© 2022 - 2024 — McMap. All rights reserved.