All Projects → dg92 → ant_sugar

dg92 / ant_sugar

Licence: other
Genetic Algorithms, Mutation, Crossover, Mating, Particle Animation, Gaming, Learning, P5JS, Fun Project

Programming Languages

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

Projects that are alternatives of or similar to ant sugar

Playground
A playground for android developers
Stars: ✭ 41 (+24.24%)
Mutual labels:  physics-engine, particle-animation
biteopt
Derivative-Free Optimization Method for Global Optimization (C++)
Stars: ✭ 91 (+175.76%)
Mutual labels:  genetic-algorithm
Computational-Intelligence-Tutorials
This is the repository of codes written in class.
Stars: ✭ 36 (+9.09%)
Mutual labels:  genetic-algorithm
Torque
2d 纯计算高性能刚体物理引擎
Stars: ✭ 62 (+87.88%)
Mutual labels:  physics-engine
GARI
GARI (Genetic Algorithm for Reproducing Images) reproduces a single image using Genetic Algorithm (GA) by evolving pixel values.
Stars: ✭ 41 (+24.24%)
Mutual labels:  genetic-algorithm
kosm
Kosm for Android source code
Stars: ✭ 33 (+0%)
Mutual labels:  physics-engine
ga-openai-gym
Usage of genetic algorithms to train a neural network in multiple OpenAI gym environments.
Stars: ✭ 24 (-27.27%)
Mutual labels:  genetic-algorithm
wargames
two soldiers shooting at each other, controlled by a neural network with a genetic algorithm.
Stars: ✭ 22 (-33.33%)
Mutual labels:  genetic-algorithm
Neatron
Yet another NEAT implementation
Stars: ✭ 14 (-57.58%)
Mutual labels:  genetic-algorithm
CubbyFlow
Voxel-based fluid simulation engine for computer games
Stars: ✭ 215 (+551.52%)
Mutual labels:  physics-engine
VRPTW-ga
Vehicle Routing Problem with Time Windows - Genetic Algorithm solution with Python
Stars: ✭ 40 (+21.21%)
Mutual labels:  genetic-algorithm
Genetic-Algorithm-on-K-Means-Clustering
Implementing Genetic Algorithm on K-Means and compare with K-Means++
Stars: ✭ 37 (+12.12%)
Mutual labels:  genetic-algorithm
arja
Multi-Objective GP for Automated Repair of Java
Stars: ✭ 31 (-6.06%)
Mutual labels:  genetic-algorithm
geneticalgorithm2
Supported highly optimized and flexible genetic algorithm package for python
Stars: ✭ 36 (+9.09%)
Mutual labels:  genetic-algorithm
multi objective optimization matlab
MATLAB Tool for Multi-Objective Optimization
Stars: ✭ 23 (-30.3%)
Mutual labels:  genetic-algorithm
PHP
PHP Related Projects: Like simple PHP Genetic algorithm, LDAP login , Websockets and more
Stars: ✭ 22 (-33.33%)
Mutual labels:  genetic-algorithm
Ascension
A metaheuristic optimization framework
Stars: ✭ 24 (-27.27%)
Mutual labels:  genetic-algorithm
neuroevolution-robots
Neuroevolution demo through TensorFlow.js, Neataptic, and Box2D
Stars: ✭ 31 (-6.06%)
Mutual labels:  genetic-algorithm
freqgen
🎯 Generate DNA sequences with specified amino acid, codon, and k-mer frequencies
Stars: ✭ 16 (-51.52%)
Mutual labels:  genetic-algorithm
carAI-Demo
使用浅层神经网络和遗传算法训练一个可以自动驾驶小车的Demo
Stars: ✭ 64 (+93.94%)
Mutual labels:  genetic-algorithm

Modified Ant food problem using genetic algorithms, passing good path traits to next generation.

A small generation of ant's (dynamic particle) tries to find the path for a sugar placed at some distance that have a obstacle. If ants collied with obstacle, it dies.

A generation live for certain amount of time and then dies.

This small project shows how ants passess traits to their next generation to figure out the path to sugar avoiding obstacle.

checkout this out -> https://dg92.github.io/ant_sugar/

Note: after some generations the ants figure out the path to sugar and then all ants will follow the same path.

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].