Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samuelschlesinger/boids-evolution

Made a boids like thing in Haskell, gonna improve on it and add a genetic algorithm and some other behaviors. Right now its pretty broken but it sure does something kinda boidy.
https://github.com/samuelschlesinger/boids-evolution

Last synced: 20 days ago
JSON representation

Made a boids like thing in Haskell, gonna improve on it and add a genetic algorithm and some other behaviors. Right now its pretty broken but it sure does something kinda boidy.

Awesome Lists containing this project

README

        

# boids-evolution

A hacky version of boids I made and will likely try to improve on. My very first big
programming project was a boids variant where I incorporated a genetic algorithm which
learned the best parameters for the boid constants as well as some other things. I want
to remake something like that but perhaps with neural nets or something fun.