Comment on Show HN: Genetic Boids Web SimulationComments−brulard1yThat's beautiful. What are "signals"?−Xevion1yI don't know myself, but it seems to give boids their own unique state and add another layer of influence to their acceleration.https://github.com/attentionmech/genetic-boids/blob/485fe482...I'm reading the code but I don't know what it actually DOES in practice; my guess is that Boids with opposite genomes (binary strings with default length 6) are slightly attracted to eachother.−vimgrinderOP1yyes this only.
Comments
That's beautiful. What are "signals"?
I don't know myself, but it seems to give boids their own unique state and add another layer of influence to their acceleration.
https://github.com/attentionmech/genetic-boids/blob/485fe482...
I'm reading the code but I don't know what it actually DOES in practice; my guess is that Boids with opposite genomes (binary strings with default length 6) are slightly attracted to eachother.
yes this only.