NicMcPhee / Semantic-genetic-programming

Research implementation of semantic tools (such as semantic XO) for genetic programming
MIT License
1 stars 0 forks source link

Add a REPRODUCTION edge label #17

Open NicMcPhee opened 10 years ago

NicMcPhee commented 10 years ago

At the moment reproduction shows up in the graph as PARENTOF with no rootParent property. It would be easier to read the graphs and do queries if reproduction was a distinct edge.

I suspect something similar is true for mutation, but to be honest I've never actually seen a mutation edge in any of the graphs that I've dug around in. Are we sure we're generating mutation events?

donat056 commented 10 years ago

We now have MUTANTOF, NONROOT_XOOF, ROOT_XOOF, ELITISM, PARENTOF (for reproduction) as the types of relations.

On Mon, Mar 17, 2014 at 12:16 AM, Nic McPhee notifications@github.comwrote:

At the moment reproduction shows up in the graph as PARENTOF with no rootParent property. It would be easier to read the graphs and do queries if reproduction was a distinct edge.

I suspect something similar is true for mutation, but to be honest I've never actually seen a mutation edge in any of the graphs that I've dug around in. Are we sure we're generating mutation events?

Reply to this email directly or view it on GitHubhttps://github.com/NicMcPhee/Semantic-genetic-programming/issues/17 .

NicMcPhee commented 10 years ago

Super cool – thanks! I'll try to get some runs started before I head to bed so we'll have stuff waiting for us in the morning.

NicMcPhee commented 10 years ago

Is this code actually committed? I was going to pull it down and do runs, but it looks like you might have made some changes you didn't get committed.