Hello @yaricom , thanks for making such a nice library.
I think it provides lots of very interesting features, as I've used them in my https://github.com/qwertyuu/go-ur project, about trying to teach my computer to play The Royal Game of Ur for fun. I currently have a bot that's been trained using goNEAT in production here https://ur.whnet.ca/ under the name "Neato"
I've been enjoying the Cytoscape export feature, as I think it helps a lot to visualize the phenotype. I also found that some of my very good organisms had "dangling" links, that is, links that pointed to nodes that were not directed towards the output at all.. maybe after mutation, which I expect.
I was thinking, is there a plan to add some kind of tree-shaking to remove those links and nodes that are not in the path to the output?
Hello @yaricom , thanks for making such a nice library.
I think it provides lots of very interesting features, as I've used them in my https://github.com/qwertyuu/go-ur project, about trying to teach my computer to play The Royal Game of Ur for fun. I currently have a bot that's been trained using goNEAT in production here https://ur.whnet.ca/ under the name "Neato"
I've been enjoying the Cytoscape export feature, as I think it helps a lot to visualize the phenotype. I also found that some of my very good organisms had "dangling" links, that is, links that pointed to nodes that were not directed towards the output at all.. maybe after mutation, which I expect.
I was thinking, is there a plan to add some kind of tree-shaking to remove those links and nodes that are not in the path to the output?