文件名称:sihuanghou

  • 所属分类:
  • 人工智能/神经网络/遗传算法
  • 资源属性:
  • 上传时间:
  • 2016-11-20
  • 文件大小:
  • 124kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 孙**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

人工智能的四皇后问题,回溯法——在约束条件下先序遍历,并在遍历过程中剪去那些不满足条件的分支。

使用回溯算法求解的问题特征,求解问题要分为若干步,且每一步都有几种可能的选择,而且往往在某个选择不成功时需要回头再试另外一种选择,如果到达求解目标则每一步的选择构成了问题的解,如果回头到第一步且没有新的选择则问题求解失败。 在回溯策略中,也可以通过引入一些与问题相关的信息来加快搜索解的速度。对于皇后问题来说,由于每一行、每一列和每一个对角线,都只能放一个皇后,当一个皇后放到棋盘上后,不管它放在棋盘的什么位置,它所影响的行和列方向上的棋盘位置是固定的,因此在行、列方面没有什么信息可以利用。但在不同的位置,在对角线方向所影响的棋盘位置数则是不同的。可以想象,如果把一个皇后放在棋盘的某个位置后,它所影响的棋盘位置数少,那么给以后放皇后留下的余地就太大,找到解的可能性也大;反之留有余地就小,找到解的可能性也小。-Four Queens problem of artificial intelligence, backtracking- under constraints preorder, and cut branches that do not satisfy the conditions during the traversal. Characterized in use of backtracking algorithm for solving the problem should be divided into several steps, and each step has several possible choices, and often unsuccessful when you need to go back and try a selection Alternatively, if the target is to reach the solved every step of the solution of the problem constitutes a choice, go back to the first step and if no new options to solve the problem failed. In backtracking strategy, also by introducing some of the problems associated with information to speed up the search for a solution. For queens problem, because each row, each column and each diagonal, can only put a queen, a queen when placed on the board, no matter what position it on the board, and it affects the rows board position in the column direction is fixed, row, column, there was no information about what
(系统自动生成,下载前可以参看下载内容)

下载文件列表





鍥涚殗鍚庨棶棰?

鍥涚殗鍚庨棶棰?鍥涚殗鍚庨棶棰?cpp

鍥涚殗鍚庨棶棰?鍥涚殗鍚庨棶棰?exe

鍥涚殗鍚庨棶棰?鍥涚殗鍚庨棶棰樺疄楠屾姤鍛?doc

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org