254 Neurons per Cell in Genetic CA for Linux
1–6 of 6 posts
Re: 254 Neurons per Cell in Genetic CA for Linux
#2Re: 254 Neurons per Cell in Genetic CA for Linux
#3Re: 254 Neurons per Cell in Genetic CA for Linux
#4I get a bunch of warnings when compiling it, but it runs.
Re: 254 Neurons per Cell in Genetic CA for Linux
#5One of most impressive things (to me) about my experiments was the insight they gave me into the real world.
At the risk of mentioning Java, you might check out Repast (http://repast.sourceforge.net/). It's a great, though overwhelming, framework in which to build these kinds of things and it's what I used for mine...
[Hmm... This post inspired me and I booted the simulator up again... Maybe I'll clean it up and put it on GitHub...]
Re: 254 Neurons per Cell in Genetic CA for Linux
#6Sweet. I did a lot of this kind of experimenting about 6 years ago (ironically, during the first semester of an MBA...) and built a full featured simulator that had critters with genomes which were used to build a grammar which was used to construct a neural network which was used to guide the critters on a heat map and the critters with the best temperature had their genomes selected for breeding. It's fascinating t…