Если Вы найдете статью полезной и интересной - не сочтите за труд, переведите материал или хотя бы часть его и отправьте на адрес algolist@mail.ru. Задать вопросы или просто написать письмо можно также на странице контактов.
Комментарии к файлу:The n-queens problem is a classical search problem in the artificial intelligence (AI) area. In this paper we present two new algorithms, called Queen Search 2 (QS2) and Queen Search 3 (QS3). QS2 and QS3 are probabilistic local search algorithms, based on a gradient-based heuristic. These algorithms, running in almost linear time, are capable of finding a solution for extremely large size n-queens problems. For example, QS3 can find a solution for 500,000 queens in approximately one and a half minutes.