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...

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...
1

© 2022 - 2024 — McMap. All rights reserved.