Tuesday, December 22, 2009

First Prototype

Currently working on getting the first prototype of this project implemented. The first prototype will consist of a small neural network which will modify the weights of the edges on a graph. I will also implement a graph search algorithm such as the A* algorithm for finding optimal routes.

The first prototype will not interface with the quake game engine. It will be a stand alone component. I have chosen to implement it this way to make testing of the neural network and probability graph easier.

No comments:

Post a Comment