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

搜索资源列表

  1. 改进遗传算法-郭涛算法做最优化问题很管用

    1下载:
  2. 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产生比这跟好的数。-improved genetic algo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2788
    • 提供者:龚文引
  1. 20051004深度优先 人工智能 八数码

    1下载:
  2. 人工智能中很重要的思想,用深度优先的思想解决八数码问题。-AI is very important idea, with priority to the depth of eight digital thinking to solve problems.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:290889
    • 提供者:张南
  1. ai.wwwwwwwwww

    0下载:
  2. 算法的基本思想是……大家想看就可以下载哦,不用我多说,来吧支持我吧-algorithm The basic idea is ... we want to be downloaded Oh, I do not have to say, come support me.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3162
    • 提供者:zhou tian
  1. yichuansuanfacankao

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。这一点体现了自然界中\"物竞天择、适者生存\"进化过程。1962年Holland教授首次 提出了GA算法的思想,从而吸引了大批的研究者,迅速推广到优化、搜索、机器学习等方 面,并奠定了坚实的理论基础。 用遗传算法解决问题时,首先要对待解决问题的模型结构 和参数进行编码,一般用字符串表示,这
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:409964
    • 提供者:冯灿科
  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. randpso

    0下载:
  2. 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是随机粒子群算法源代码,可以直接运行,针对不同的问题,只要稍加修改就可以马上使用,希望能对大家有点帮助。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior groups to construct random algori
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9817
    • 提供者:曾生宝
  1. standpso

    0下载:
  2. 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是标准粒子群算法源代码,可以直接运行,针对不同的问题, 只要稍加修改,既可。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior groups to construct random algorithm, the pro
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8504
    • 提供者:曾生宝
  1. icsiboost-0.3.tar

    0下载:
  2. Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:116681
    • 提供者:njustyw
  1. vcGA

    0下载:
  2. This program proposed improved adaptive genetic algorithms saccording to the idea that the best individualon current generation should bekept tonext generation,but the best individual should becrossed and mutated by some probability.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:355378
    • 提供者:lijia0830
  1. apriori2

    0下载:
  2. apriori算法是数据挖掘的经典算法之1,其基于关联规则的思想.这是我的第2个收藏算法-algorithm is data mining algorithms of a classic algorithms, based on the idea of association rules. This is my first two collections Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97968
    • 提供者:孙为
  1. Apriori1

    0下载:
  2. apriori算法是数据挖掘的经典算法,它基于关联规则的思想.此为我的第3个收藏-algorithm data mining algorithm is the classic algorithm, which is based on the idea of association rules. This was my first three collections
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37271
    • 提供者:孙为
  1. yrgh.rar

    0下载:
  2. 用Prolog求解传教士和野人问题 复习经典谓词演算中的归结原理,掌握人工智能程序设计语言Prolog,理解通过搜索求解问题实现人工智能的思想。,Using Prolog to solve the issue of missionaries and Savage Classical Predicate Calculus review summarized in principle, grasp the artificial intelligence programming language P
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2154
    • 提供者:zy
  1. bp

    0下载:
  2. 用bp算法拟合正弦曲线,并采集数据。其基本思想是梯度下降法。-Sine curve fitting algorithm with a bp, and collecting data. The basic idea is the gradient descent method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:290809
    • 提供者:贾献冉
  1. AStar

    0下载:
  2. 八数码问题的A*算法实现,java的伪代码,基本思想-8 digital issues of A* algorithm, java pseudo code, the basic idea
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3264
    • 提供者:呵呵
  1. yeren

    0下载:
  2. 野人过河问题,可能有点问题,但基本思想是对的,大家再查一下-Savage across the river issues, may be a bit problem, but the basic idea is correct, we re-check
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3354
    • 提供者:张云
  1. SimulatedAnnealingtosolveTSPproblem

    0下载:
  2. 这段代码使用了模拟退火的思想解决TSP问题。在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行中都能得到一个比较理想的结果-This code uses the idea of Simulated Annealing to solve TSP problem. In this simulation experiment to address the custom of the 20 city TSP problem, set the appropriate para
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:74330
    • 提供者:elven
  1. BP

    0下载:
  2. 这个学期我学习是神经网络课程,有很多的知识国内都不是很完善,而国外就有很大的进步,下面就是来自一本 <AI for Game>的电子版英文书.其中我就拿用面向对象写的C++类进行说明怎样编写神经网络程序. 神经网络的基本思想就是怎样去改变权值.-This semester my curriculum study are neural networks, there is a lot of internal knowledge is not very perfect, and
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3327
    • 提供者:neo
  1. jedjjdh

    0下载:
  2. 人工免疫是对生物免疫系统的工作机理及所具有各种优良特性的模拟。在邮件系统中 引入免疫的思想,构建了一种基于人工免疫的反垃圾邮件模型。 -An artificial immune system studied the principle and some fine features of a biological immune system. The idea of immunologywas adopted to build an anti-trash E-mailmode.l
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:8736
    • 提供者:小蓝
  1. genetic

    0下载:
  2. 理解普通的遗传算法和佳点集遗传算法的基本思想和不同点,用遗传算法测试一标准函数。佳点集算法测试一标准函数,理解普通的遗传算法和佳点集遗传算法的基本思想和不同点-Understanding of the general genetic algorithm and good point set genetic algorithm' s basic idea and the different points, by using genetic algorithms to test a stand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5766
    • 提供者:黄永聪
  1. Algorithm.origin.idea

    0下载:
  2. 算法由来及算法设计的思想文档Algorithm for the origin of the idea and algorithm design documents -Algorithm for the origin of the idea and algorithm design documents
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:6457
    • 提供者:utub
« 12 3 4 5 6 »
搜珍网 www.dssz.com