pkalivas / radiate

A genetic programming engine which evolves solutions through asynchronous speciation.
MIT License
147 stars 16 forks source link

How to evolve based on head to head battles? #20

Open travis-leith opened 1 year ago

travis-leith commented 1 year ago

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?