MGA - Minimal Genetic Algorithm

Genetic algorithms try to solve a computational problem following some principles of organic evolution. This model has educational purposes; it can give us an answer to the simple arithmetic problem on how to find the highest natural number composed by a given number of digits. We approach the task using a genetic algorithm, where the possible answers to solve the problem are represented by agents, that in logo programming environment are usually known as “turtles”.


This is a companion discussion topic for the original entry at https://www.comses.net/codebases/33c66c69-4a03-460d-8c13-3959cac7ecee/releases/1.1.0/