/nQueenspy

Solving N-Queens Problem with Genetic Algorithm

Primary LanguagePython

Solving N-Queens Problem with a Genetic Algorithm

Usage

  GA.py <population_size> <generations> <parents> <mutation_rate> <restart> <board_size>