Genetic Algorithms are inspired by natural evolution and use a population of solutions
instead of a single solution. Solutions evolve over generations through selection, crossover, and mutation.
Set parameters and click "Initialize Population" to start the genetic algorithm.
Current Step Explanation
Step Title
Step description will appear here...
Current Population (Generation 0)
Each card shows one solution (individual):
Chromosome = queen positions, Chessboard = visual representation,
Fitness = how good the solution is (higher = better, max = 6)
Population initialized. Click "Next Generation" to start evolution.