Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samuelschlesinger/boids-evolution
- Owner: SamuelSchlesinger
- License: bsd-3-clause
- Created: 2017-05-10T05:47:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T05:48:49.000Z (over 7 years ago)
- Last Synced: 2024-10-27T19:11:04.647Z (2 months ago)
- Language: Haskell
- Size: 5.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.