All Projects → JBezerra → Smart-Rockets

JBezerra / Smart-Rockets

Licence: MIT license
This project is a fun little demo of a genetic algorithm. A population of rockets attempt to find their way to a a target.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Smart-Rockets

Neural Network P5
Deprecated! See:
Stars: ✭ 218 (+1353.33%)
Mutual labels:  genetic-algorithm
Dino-AI
An AI to teach Google Chrome's dinosaur to jump obstacles.
Stars: ✭ 15 (+0%)
Mutual labels:  genetic-algorithm
AI-Programming-using-Python
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
Stars: ✭ 43 (+186.67%)
Mutual labels:  genetic-algorithm
Py Ga Vrptw
A Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Time Windows
Stars: ✭ 246 (+1540%)
Mutual labels:  genetic-algorithm
moses
MOSES Machine Learning: Meta-Optimizing Semantic Evolutionary Search. See also AS-MOSES https://github.com/opencog/asmoses but kept to guaranty backward compatibility.
Stars: ✭ 127 (+746.67%)
Mutual labels:  genetic-algorithm
machine-learning-blackjack-solution
Finding an optimal Blackjack strategy using AI
Stars: ✭ 40 (+166.67%)
Mutual labels:  genetic-algorithm
Aimandshoot
A neuroevolution game experiment.
Stars: ✭ 201 (+1240%)
Mutual labels:  genetic-algorithm
Drowsy
💤🖌️ AI making tiny Bitsy video games. Features an experimental generative structure inspired by GANs and Genetic Algorithms
Stars: ✭ 19 (+26.67%)
Mutual labels:  genetic-algorithm
evolvable
An evolutionary computation framework
Stars: ✭ 43 (+186.67%)
Mutual labels:  genetic-algorithm
self-propelled-satellites
The system is formed by self-propelled satellites influenced by the Sun whose objective is not to leave the domain maintaining the maximum possible speed.
Stars: ✭ 18 (+20%)
Mutual labels:  genetic-algorithm
Ml Games
Machine learning games. Use combination of genetic algorithms and neural networks to control the behaviour of in-game objects.
Stars: ✭ 247 (+1546.67%)
Mutual labels:  genetic-algorithm
datafsm
Machine Learning Finite State Machine Models from Data with Genetic Algorithms
Stars: ✭ 14 (-6.67%)
Mutual labels:  genetic-algorithm
mathcore
Advanced .NET math library (.NET Standard).
Stars: ✭ 24 (+60%)
Mutual labels:  genetic-algorithm
Circle Evolution
Evolutionary Art Using Circles in Python
Stars: ✭ 237 (+1480%)
Mutual labels:  genetic-algorithm
A-quantum-inspired-genetic-algorithm-for-k-means-clustering
Implementation of a Quantum inspired genetic algorithm proposed by A quantum-inspired genetic algorithm for k-means clustering paper.
Stars: ✭ 28 (+86.67%)
Mutual labels:  genetic-algorithm
Pysr
Simple, fast, and parallelized symbolic regression in Python/Julia via regularized evolution and simulated annealing
Stars: ✭ 213 (+1320%)
Mutual labels:  genetic-algorithm
genetic-algorithm
Genetic algorithm for walking simulation. Online demo: https://rossning92.github.io/genetic-algorithm/
Stars: ✭ 86 (+473.33%)
Mutual labels:  genetic-algorithm
ASD-ML-API
This project has 3 goals: To find out the best machine learning pipeline for predicting ASD cases using genetic algorithms, via the TPOT library. (Classification Problem) Compare the accuracy of the accuracy of the determined pipeline, with a standard Naive-Bayes classifier. Saving the classifier as an external file, and use this file in a Flask…
Stars: ✭ 14 (-6.67%)
Mutual labels:  genetic-algorithm
NSGAII.jl
A NSGA-II implementation in Julia
Stars: ✭ 18 (+20%)
Mutual labels:  genetic-algorithm
KnapsackFX
Solving Knapsack 0/1 problem with various Local Search algorithms like Hill Climbing, Genetic Algorithms, Simulated Annealing, Tabu Search
Stars: ✭ 25 (+66.67%)
Mutual labels:  genetic-algorithm

Smart Rockets

This project is a fun little demo of a genetic algorithm. A population of rockets attempt to find their way to a a target.

little rockets

Just put some obstacles, and watch the little rockets doing its job!

In that project, you can play with some rockets that want to get to the target, your job is put an obstacle and see them autoevolving finding its own path!

Try by yourself! - Game Link

How it works?

The rockets will learn how to get to the target point autoenvolving. In short, in that genetic algorithm, we create a generation of rockets that moves randomly. After that, we filter the best ones and create anothers ones based in the moviments of the bests.

For best explanations see another Genetic Algorithm here where I give best explanations of how and why use G.A!

Another G.A here in the Shakespeare and Monkey Problem.

Any question? [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].