aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models
https://thegolem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
63 stars 7 forks source link

Consider adding "evolution scenarios" for different kinds of graphs #142

Open gkirgizov opened 1 year ago

gkirgizov commented 1 year ago

GOLEM can potentially work with different kinds of graph: Trees, Dags, Cyclic graphs etc. Each kind implies appropriate mutations/crossovers/verification rules. Currently user must know about this and specify it himself.

The idea is automate it using single meta-parameter, that specifies what we evolve and chooses group of appropriate linked operators and rules.