DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.79k stars 1.12k forks source link

Solving for GP with multiple trees in an individual #333

Open tr8dr opened 5 years ago

tr8dr commented 5 years ago

Background: I have a state machine with multiple transition rules (the simplest has 2). I want to set up a GP to solve for the rules, however these cannot be evaluated separately, rather have to be evolved together. Is it possible to either:

Any pointers appreciated.

ozeasx commented 1 year ago

This might help:

https://groups.google.com/g/deap-users/c/bMU_f-0Oyug