pkalivas / radiate

A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques
https://pkalivas.github.io/radiate/
MIT License
148 stars 16 forks source link

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

Closed travis-leith closed 2 weeks 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?

pkalivas commented 2 weeks ago

I took a break from this project but am back actively developing it. The library has major breaking changes (complete rehaul of the lib). I am closing this issue, but go ahead and open a new one if you are still looking for a solution. The new architecture would be able to handle your above question.