pkalivas / radiate

A genetic programming engine which evolves solutions through asynchronous speciation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to evolve based on head to head battles?

travis-leith opened this issue · comments

If I want to evolve organisms that compete in head to head 2 player contests (like tic tac toe), is there any guidence on how to set this up. An example would be great. I note that the sovle funtion for the Problem trait has a parameter for only a single model. Is there a convenient way to set up 2 player games?