An Adaptive Genetic Algorithm for N-Queens Problem
-
Updated
Oct 10, 2023 - C++
An Adaptive Genetic Algorithm for N-Queens Problem
Solving OneMax problem in C++ using genetic algorithms for various parameters (population size, gene length, mutation, selection and crossover operands)
"The classic 'N-Queens problem' is tackled using a variety of advanced techniques such as nested loops, heuristics, backtracking, genetic algorithms, and local search algorithms."
Add a description, image, and links to the genetic-algorithm-cpp topic page so that developers can more easily learn about it.
To associate your repository with the genetic-algorithm-cpp topic, visit your repo's landing page and select "manage topics."