GA platform for virtual machines

Does anyone know of any genetic .NET algorithms for developing instruction sets in virtual machines for solving abstract problems? I would be particularly interested in a structure that allows virtual machines to independently propagate in the pool and evolve against a fitness function defined by a dataset with "good" outputs taking into account the expected inputs.

+4
source share
1 answer

MicroGP is the basis for developing programs that are reconfigurable - if the CLR target does not exist, you can create it.

It was used to create corewars warriors , as well as the serious task of verifying processor implementation.

He received sponsorship from Intel.

+2
source

Source: https://habr.com/ru/post/1299102/


All Articles