https://github.com/guillaumebouchetepitech/geneticalgorithm_experiment
Genetic Algorithm experiment, it was kept simple on purpose. (demo available)
https://github.com/guillaumebouchetepitech/geneticalgorithm_experiment
bullet-physics genetic-algorithm machine-learning multithreading opengl
Last synced: about 2 months ago
JSON representation
Genetic Algorithm experiment, it was kept simple on purpose. (demo available)
- Host: GitHub
- URL: https://github.com/guillaumebouchetepitech/geneticalgorithm_experiment
- Owner: GuillaumeBouchetEpitech
- Created: 2016-05-06T20:36:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T10:37:01.000Z (over 1 year ago)
- Last Synced: 2024-12-06T20:56:05.233Z (10 months ago)
- Topics: bullet-physics, genetic-algorithm, machine-learning, multithreading, opengl
- Language: C++
- Homepage: http://guillaumebouchetepitech.github.io/geneticAlgorithm_experiment/emscripten/bullet/dist/index.html
- Size: 25.4 MB
- Stars: 17
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genetic Algorithm experiment
A simple introduction to how genetic algorithm works.
-----
-----
-----# /!\ UNMAINTAINED /!\
A better built version can be found here:
https://github.com/GuillaumeBouchetEpitech/self-learning-3d-cars
Thanks!
-----
-----
-----## Online demo 3D (new and fast, C++/WebAssembly with pthread/webworkers)
- [Demo Link](http://guillaumebouchetepitech.github.io/geneticAlgorithm_experiment/emscripten/bullet/dist/index.html)
- [NEWER version Demo Link](http://guillaumebouchetepitech.github.io/self-learning-3d-cars/dist/index.html)
## Online demo 3D (older and slower, JavaScript with one script)
- [Demo Link](http://guillaumebouchetepitech.github.io/geneticAlgorithm_experiment/canonjsDemo/index.html)
## Online demo 2D (older but simpler)
- [Demo Link](http://guillaumebouchetepitech.github.io/geneticAlgorithm_experiment/carDemo/web/index.html)
- [NEWER version Demo Link](https://guillaumebouchetepitech.github.io/basic-genetic-algorithm/samples/car-demo/dist/index.html)
## If you liked it :
You might want to check this other repository
- [NeuralNetwork_experiment Link](https://github.com/GuillaumeBouchetEpitech/NeuralNetwork_experiment)
## Diagram


## Credits :
Matthew Robbins:
* github: https://github.com/matthewrdev/Neural-Network
* youtube: https://www.youtube.com/watch?v=0Str0Rdkxxo# Thanks for watching !