https://github.com/nickjordan289/smartrockets
Implementation of a genetic algorithm for guiding rockets to a target
https://github.com/nickjordan289/smartrockets
codingtrain cpp genetic-algorithm machine-learning neural-network sfml simulation smart-rockets
Last synced: 4 months ago
JSON representation
Implementation of a genetic algorithm for guiding rockets to a target
- Host: GitHub
- URL: https://github.com/nickjordan289/smartrockets
- Owner: NickJordan289
- Created: 2018-08-08T09:52:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T15:13:50.000Z (almost 7 years ago)
- Last Synced: 2024-01-29T20:48:04.144Z (over 1 year ago)
- Topics: codingtrain, cpp, genetic-algorithm, machine-learning, neural-network, sfml, simulation, smart-rockets
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ SFML Smart Rockets Genetic Algorithm
### This is a C++ port of code from Daniel Shiffman's SmartRockets video
https://www.youtube.com/watch?v=bGz7mv2vD6g
https://github.com/CodingTrain/website/tree/9f0f94dd0495840ab037ac172c4575dba9dafd62/CodingChallenges/CC_029_SmartRockets### SFML Libraries and DLLs required
https://www.sfml-dev.org/### Build with DLL's
https://github.com/NickJordan289/SmartRockets/releases