Archive
Archive for the ‘AI’ Category
Genetic Algorithms Lab
27/09/2014
Leave a comment
So a few years ago I did a project for the Genetic Algorithms assignment at college. My idea was to have tiny multi-cell organisms that have a simple goal: travel as far as possible! maybe to find new resources or escape from predators, you pick one 🙂
So the fitness of a creature is measured by how far it can go during its life span.
The creatures will start with random moving cells and evolve to more organized creatures with organized movements.
Please watch the video before reading. If the video failed to make you interested then I doubt that the text would succeed. You can also download the executable and the source code available at the end of this post.
Categories: AI, FuchsGUI, Games Programming, My Thoughts, Programming, XNA