Show HN: Genetic Boids Web Simulation
attentionmech.github.io
Show HN: Genetic Boids Web Simulation
1–10 of 46 posts
Re: Show HN: Genetic Boids Web Simulation
#2Re: Show HN: Genetic Boids Web Simulation
#3Re: Show HN: Genetic Boids Web Simulation
#4Re: Show HN: Genetic Boids Web Simulation
#5Re: Show HN: Genetic Boids Web Simulation
#6That's beautiful. What are "signals"?
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.
Re: Show HN: Genetic Boids Web Simulation
#7Never heard of such thing, love it!
Highly recommend, especially his older videos on simulations.
Re: Show HN: Genetic Boids Web Simulation
#8That'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.
Re: Show HN: Genetic Boids Web Simulation
#9Re: Show HN: Genetic Boids Web Simulation
#10how are genetic (algorithms) used?
each boid has a string, when boids come close , they produce a offspring with mixed string + mutation age lets boids die too
nothing fancy, just for sake of sim