文件名称:GAlgorethms

介绍说明--下载内容均来自于网络,请自行研究使用

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.


(系统自动生成,下载前可以参看下载内容)

下载文件列表





GAlgorethms\Debug\GAlgorethms.exe

...........\GAlgorethms\Debug\GAlgorethms.log

...........\...........\.....\............tlog\CL.read.1.tlog

...........\...........\.....\................\CL.write.1.tlog

...........\...........\.....\................\GAlgorethms.lastbuildstate

...........\...........\.....\................\link.read.1.tlog

...........\...........\.....\................\link.write.1.tlog

...........\...........\.....\Genetic_Algorithms.obj

...........\...........\.....\Source.obj

...........\...........\.....\vc120.idb

...........\...........\.....\vc120.pdb

...........\...........\GAlgorethms.vcxproj

...........\...........\GAlgorethms.vcxproj.filters

...........\...........\Genetic_Algorithms.cpp

...........\...........\Genetic_Algorithms.h

...........\...........\Source.cpp

...........\GAlgorethms.sln

...........\GAlgorethms.v12.suo

...........\...........\Debug\GAlgorethms.tlog

...........\...........\Debug

...........\Debug

...........\GAlgorethms

GAlgorethms

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org