GA Framework for Virtual Machines
Posted
by PeanutPower
on Stack Overflow
See other posts from Stack Overflow
or by PeanutPower
Published on 2010-01-22T12:55:00Z
Indexed on
2010/05/17
4:20 UTC
Read the original article
Hit count: 242
Does anyone know of any .NET genetic algorithm frameworks for evolving instructions sets in virtual machines to solve abstract problems? I would be particularly interested in a framework which allows virtual machines to self propagate within a pool and evolve against a fitness function determined by a data set with "good" outputs given expected inputs.
© Stack Overflow or respective owner