ssGA is a simple and easy to use implementation of a Steady State Generic Algorithm. This algorithm generates a new individual in every step. The new individual is inserted in the population with his parents, and he always replaces to the worst individual (or he only replaces if he is better than the worst).
[ssGA] // Steady State Genetic Algorithm proc
Rep_Cicle (ga) |