<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/24453270?origin\x3dhttp://geo-robotics.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Tuesday, March 21, 2006

Articles on Intelligent Pathfinding

I recently found two interesting articles on pathfinding. The first one, , is specifically targeted to video games, but easily applicable to robots. The second one, , is platform agnostic and is a good primer to the popular A* pathfinding algorithm.
Using Genetic Programming to Evolve a Better Pathfinding Algorithm
A* Pathfinding for Beginners




0 Comments:

Post a Comment

<< Home