Genetic Algorithm visualisation for learning GA by beginners
Genetic Algorithm Visualisation for beginners to learn GA.
Aim of the project is to visualise GA solving the following three problems:
ax + by + .... + mz = n
equation, where a, b, …, m and n are randomly chosen integers.This source code originally was a part of a Bachelor thesis (2009), but updated considerably in 2017.