文件名称:GAlgorethms
-
所属分类:
- 标签属性:
- 上传时间:2016-07-07
-
文件大小:187.5kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
n皇后问题
GA算法求解n皇后问题。
即如何能够在 n×n 的国际象棋棋盘上放置n个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。
要求:
ⅰ. 输入n,并用运行时间比较几种算法在相同规模的问题时的求解效率,并列表给出结果。
ⅱ. 比较同一算法在n不相同时的运行时间,分析算法的时间复杂性,并列表给出结果。
-N-Queens problem
Using backtracking (recursive), GA algorithm, and CSP minimal conflict solving n-Queens problem.
Namely, how can the NxN chessboard of placing n Queens on, which makes it a Queen cannot directly eat other Queen? To this end, two Queens cannot be in the same hands, on a vertical or diagonal.
Requirements:
I. Enter n, with a running time of several questions the efficiency of algorithms in the same size, and gave results list.
II. when comparing the same algorithm in n different running time, analyzing the time complexity of the algorithm and the list gives the result.
GA算法求解n皇后问题。
即如何能够在 n×n 的国际象棋棋盘上放置n个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。
要求:
ⅰ. 输入n,并用运行时间比较几种算法在相同规模的问题时的求解效率,并列表给出结果。
ⅱ. 比较同一算法在n不相同时的运行时间,分析算法的时间复杂性,并列表给出结果。
-N-Queens problem
Using backtracking (recursive), GA algorithm, and CSP minimal conflict solving n-Queens problem.
Namely, how can the NxN chessboard of placing n Queens on, which makes it a Queen cannot directly eat other Queen? To this end, two Queens cannot be in the same hands, on a vertical or diagonal.
Requirements:
I. Enter n, with a running time of several questions the efficiency of algorithms in the same size, and gave results list.
II. when comparing the same algorithm in n different running time, analyzing the time complexity of the algorithm and the list gives the result.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GAlgorethms/Debug/GAlgorethms.exe
GAlgorethms/GAlgorethms/Debug/GAlgorethms.log
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/cl.command.1.tlog
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/CL.read.1.tlog
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/CL.write.1.tlog
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/GAlgorethms.lastbuildstate
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/link.command.1.tlog
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/link.read.1.tlog
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/link.write.1.tlog
GAlgorethms/GAlgorethms/Debug/Genetic_Algorithms.obj
GAlgorethms/GAlgorethms/Debug/Source.obj
GAlgorethms/GAlgorethms/Debug/vc120.idb
GAlgorethms/GAlgorethms/Debug/vc120.pdb
GAlgorethms/GAlgorethms/GAlgorethms.vcxproj
GAlgorethms/GAlgorethms/GAlgorethms.vcxproj.filters
GAlgorethms/GAlgorethms/Genetic_Algorithms.cpp
GAlgorethms/GAlgorethms/Genetic_Algorithms.h
GAlgorethms/GAlgorethms/Source.cpp
GAlgorethms/GAlgorethms.sln
GAlgorethms/GAlgorethms.v12.suo
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog
GAlgorethms/GAlgorethms/Debug
GAlgorethms/Debug
GAlgorethms/GAlgorethms
GAlgorethms
GAlgorethms/GAlgorethms/Debug/GAlgorethms.log
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/cl.command.1.tlog
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/CL.read.1.tlog
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/CL.write.1.tlog
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/GAlgorethms.lastbuildstate
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/link.command.1.tlog
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/link.read.1.tlog
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog/link.write.1.tlog
GAlgorethms/GAlgorethms/Debug/Genetic_Algorithms.obj
GAlgorethms/GAlgorethms/Debug/Source.obj
GAlgorethms/GAlgorethms/Debug/vc120.idb
GAlgorethms/GAlgorethms/Debug/vc120.pdb
GAlgorethms/GAlgorethms/GAlgorethms.vcxproj
GAlgorethms/GAlgorethms/GAlgorethms.vcxproj.filters
GAlgorethms/GAlgorethms/Genetic_Algorithms.cpp
GAlgorethms/GAlgorethms/Genetic_Algorithms.h
GAlgorethms/GAlgorethms/Source.cpp
GAlgorethms/GAlgorethms.sln
GAlgorethms/GAlgorethms.v12.suo
GAlgorethms/GAlgorethms/Debug/GAlgorethms.tlog
GAlgorethms/GAlgorethms/Debug
GAlgorethms/Debug
GAlgorethms/GAlgorethms
GAlgorethms
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.