I was thinking of writing a simple agent based framework using Hadoop. This is an idea I have been toying around for quite a while now (but have not put a lot of deep thinking into).
The target application I want to use it for is Genetic Programming. The Idea is that I would spawn a lot of agents, have them perform a task, evaluate their genetic fitness and then breed them, and then repeat the whole exercise.
I wanted to know if folks had any immediate thoughts/critique of doing this using Hadoop.
Thanks in advance.