Warehouse
"Practical wisdom is only learnt in the school of experience." -Samuel Smiles
PROJECTS NEWS MESSAGES MAILING LIST  
AI Game Development
Learn how to create smart creatures in computer games that learn and react to their environment. Neural networks, genetic algorithms, reinforcement learning and more!
More information at Amazon US UK

Reply to Message

Not registered yet?

The AI Depot has a focused community of friendly users. Rather than let anyone abuse the site at the brink of promiscuity, we prefer to let only those with an active interest participate... this simply requires registering.

Why not sign up!

Joining the site's community is completely free. You can then post messages freely, and customise your personal profile at will. Specific privileges will also be granted to you, like being able to access printer-friendly articles without restrictions. So, why not register?

Username:
Password:
Subject:
Email me when someone replies.
Body:

Parent Message

Search Algorithms

I plan to implement a suit of the various search algorithms common in AI. The code will be a good starting point and will give people new to AI a better grasp of the algorithms. When I was studying search algorithms a few years back I always thought it would be great to have code for all algorithms on a simplistic problem. I guess thats why I will implement it now.
The search world will be a 16x16 matrix with a few blocked locations. The goal of the search will be to find a path between the starting point and the destination.
As I said this is a very simple problem but I will try to implement all search algorithms. I would help newbies a lot if they went through and messed around with the code.

Nikhil

2 posts.
Tuesday 18 November, 19:32
Reply

Back to the AI Foundry.