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

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)

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

![activity_simple.png](./carDemo/diagrams/activity_simple.png 'activity_simple.png')

![usecase.png](./carDemo/diagrams/usecase.png 'usecase.png')

## Credits :

Matthew Robbins:
* github: https://github.com/matthewrdev/Neural-Network
* youtube: https://www.youtube.com/watch?v=0Str0Rdkxxo

# Thanks for watching !