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 an "INDIVIDUAL" label to our nodes #16

Closed NicMcPhee closed 10 years ago

NicMcPhee commented 10 years ago

At the moments our nodes are unlabeled. They have lots of properties, but they don't have a label (like MOVIE or ACTOR in the sample database) which (I think) will make it difficult or impossible to do certain kinds of indexing, which we really want for performance reasons.