aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models

Home Page:https://thegolem.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding "evolution scenarios" for different kinds of graphs

gkirgizov opened this issue · comments

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.