Tagged Questions
2
votes
1answer
52 views
Comparing variations of A*
I am running some experiments with a maze, and trying different variations of A*. Based on my experiments, I have been able to form some opinion (that at least in those cases, graph checking is better ...
3
votes
1answer
220 views
Successful applications of fuzzy logic to reasoning in AI?
I've done some searching and it seems that fuzzy logic is used in (electronic) controllers. I'm interested in seeing how well it fares as a tool for reasoning. Are there any robots or programs that do ...
4
votes
1answer
230 views
Is there a search engine over Artificial Intelligence and Machine Learning -related sites?
Sometimes it is necessary to dig into Artificial Intelligence or specifically Machine Learning problems to make a research. Common googling (in my own experience) usually doesn't help much due to a ...
2
votes
3answers
237 views
Survey of informed search algorithms?
I'm looking for a list of informed search algorithms, also known as heuristic search algorithms.
I'm aware of:
best-first search
Greedy best-first search
A* search
Are there more best-first ...