CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - strategy

搜索资源列表

  1. 图搜索策略

    0下载:
  2. 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29635
    • 提供者:陈凯
  1. tanxin

    0下载:
  2. 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Greedy algorithm (also known as t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1170
    • 提供者:王卫红
  1. inteligentcontrol

    2下载:
  2. 智能控制,采用了PID,专家整定PID,模糊控制等多种控制策略.-intelligent control, using the PID, experts PID, fuzzy control and other control strategy.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10367
    • 提供者:李帅
  1. znyh

    0下载:
  2. 〈智能优化算法与应用〉介绍各种优化算法:模拟褪火法、遗传算法、禁忌搜索法、神经网络法、混合优化策略等内容。-"intelligent optimization algorithms and application" on the various optimization algorithms : simulated fire faded, genetic algorithm, Tabu search method, neural networks, hybrid optimi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11055183
    • 提供者:small www
  1. ga427

    1下载:
  2. 针对TSP问题,提出了一种改进的遗传算法。在遗传算法中引入进化算法的思想,在此基础上提出顶端培育策略和分阶段策略,以求在保证群体多样性的同时加快收敛速度。-against TSP, an improved genetic algorithms. Genetic Algorithm evolutionary algorithm introduced the idea that the basis of this proposed strategy and cultivating top phase
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9588
    • 提供者:黑晓丽
  1. GANN_sinF

    1下载:
  2. 遗传算法优化bp神经网络,神经网络为三层网络,遗传算法带有精英保留策略-genetic algorithm optimization bp neural networks, neural networks as a three-tier networks, genetic algorithms with a strategy to retain the elite
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2420
    • 提供者:He Hong
  1. eisoo

    0下载:
  2. 东北大学机器人足球队决策系统设计.开发环境使用 VS.NET 2003 调试 DLL 程序方法: 启动 VS.Net 选择“工具”菜单,“调试进程”,选择机器人足球运行进程,点击“附加”,在机器人足球中运行需要调试的 DLL 策略库, 在相应的程序中设置断点,开始比赛,在条件满足时 VS.NET 会停止在断点处等待调试。-Northeastern University robot soccer team decision-making system design. Development
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:28064
    • 提供者:
  1. Strategy

    2下载:
  2. 5V5仿真平台机器人足球,可以实现简单的踢球
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:7447
    • 提供者:刘源源
  1. kmlocal-1.7.1.tar

    0下载:
  2. 高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are imple
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:907214
    • 提供者:陈明
  1. Autologic

    0下载:
  2. 基于机器学习的自动逻辑推理机。本程序用归结反演策略实现了命题逻辑系统的自动推理。把要解决的问题作为一个要证明的命题,其目标公式被否定并化成子句形,然后添加到命题公式集中去,把消解反演系统应用于联合集,并推导出一个空子句(NIL),产生一个矛盾。-based on the automatic machine learning logical reasoning machine. The procedures used attributed inversion strategy to achieve
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:521864
    • 提供者:陈运文
  1. subsentence

    0下载:
  2. 这个程序是人工智能里字句归结的一个程序,它采用了线性归结策略和删除策略相结合的方法-the procedure is artificial intelligence Lane words attributed to the procedure, which uses the linear sum strategies and strategy to delete a combination of methods
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1783
    • 提供者:wf
  1. SearchWidth

    0下载:
  2. 人工智能里的图搜索技术,以宽度优先为搜索策略。-artificial intelligence search technology plans to give priority to the width search strategy.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1783
    • 提供者:wf
  1. Strategy

    1下载:
  2. 仿真机器人足球赛参考策略,非常厉害,东北大学内部的-robat
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-10-25
    • 文件大小:1023449
    • 提供者:Tom
  1. robot_fira

    0下载:
  2. robot fira SimuroSot 5vs5 (仿真),比对各学校的策略算法,该文件东北大学的源代码。里面已包含相应的策略和思想。提供给大家参考-robot fira SimuroSot 5vs5 (simulation), than on the school s strategy algorithm, Northeastern University, the paper s source code. Which already contains the corresponding st
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:27238
    • 提供者:qf
  1. Evolution

    0下载:
  2. 进化策略进行函数寻优Evolutionary function optimization strategy-Evolutionary function optimization strategy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1837495
    • 提供者:刘军
  1. ACOKP1227

    1下载:
  2. 加入贪婪策略和遗传算法中的变异策略的混合蚁群算法-Join the greedy strategy and mutation strategy of ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2458
    • 提供者:xuqiang
  1. Strategy

    0下载:
  2. 关键词:人工智能课大作业 四子棋 策略文件 阿尔法贝塔剪枝算法-Keywords: artificial intelligence courses operating four sons chess strategy documents Alpha Beta pruning algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-04
    • 文件大小:17992221
    • 提供者:jin
  1. Strategy

    0下载:
  2. FIRA5v5足球机器人控制策略,广东2004获奖-The Strategy project is based on the Win32 DLL wizard option in VC++. The Environment structure is passed into the Strategy function and is used to access information about the robots, ball and field.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-25
    • 文件大小:3222136
    • 提供者:刘欣
  1. evolutionary-strategy

    0下载:
  2. 两个是进化策略的matlab程序,还有一个word文档是进化算法的理论知识-Two is the evolution strategy matlab program, as well as a word document is the theoretical knowledge of evolutionary algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:452947
    • 提供者:mengpinchao
  1. Strategy

    0下载:
  2. 人工智能导论课程大作业,四子棋策略dll文件源码。使用并实现了MCTS算法。每一步计算时间为4秒。-Assignmeng of Introduction to Artificial Intelligence, Connect4 game strategy dll sources. Use and implement MCTS algorithm. Every step of the calculation time is 4 seconds.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1278015
    • 提供者:
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com