Browse by Tags

All Tags » AI (RSS)
Great way of starting the year, I already missed 2 weeks posts :( I'm pretty short on time this week also so instead of talking about the pathfinding and navigation demo (as I promised) I'm going to link 2 things: - An article about genetic algorithms...
Posted by Vicente | with no comments
Last thursday I gave another AI lecture in the Madrid .NET Users Group about pathfinding and steering behaviors. You can find the slides (in spanish) and a navigation demo here . The lecture was first a little of graph theory and explanations and comparisons...
Posted by Vicente | 3 comment(s)
Filed under: ,
I'm going to Japan tomorrow for nearly 2 weeks, so a little update before I go (I doubt you would notice given my post rate, but who knows ;)). - Statik and his team are building a very interesting demo using Jade 1.1 codenamed "DM", you...
Posted by Vicente | with no comments
Filed under: ,
When starting with AI programming, a lot of people fight with a problem called "pathfinding": the search of the path to move from one point to another. Pathfinding has a lot of resources around the web, mostly related to Dijkstra algorithm or A*. While...
Posted by Vicente | with no comments
Filed under: ,
At last! I´ve finished the update of the EvolutionaryComputing namespace. I´ve being thinking about this update for a long time, but because all the work involved in moving from Haddd to Jade I didn´t have time to commit to it until this last week. This...
Posted by Vicente | with no comments
Filed under: ,