CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进化

搜索资源列表

  1. 遗传算法c++程序

    1下载:
  2. 首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the probl
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6351
    • 提供者:qianyg
  1. TIERRA

    0下载:
  2. 地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。在Tierra中,“生物”由一系列能够自我复制的机器代码或程序组成,它在计算机中的复制分别受到计算机的存储空间和CPU时间约束。能有效地占有内存空间和利用CPU时间的生物体,将具有更高的适应度,传递到下一代的机会就越大。 在Tierra中,计算机的RAM(随机访问存储器)中有一块专门的空间,这个空间中放置了一个“祖先有机体”,该祖先有
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:269421
    • 提供者:陈谭
  1. NEA

    0下载:
  2. 针对现有遗传算法在多维非线性优选方面的不足,本文提出了一种基于小生境进化算法(NEA)的非线性优选模型,探讨了NEA算法的参数选择原则。通过大量仿真和比较,表明算法在复杂非线性优选中具有快速、高效、鲁棒性强的特点,并能在全局范围内有效搜索所有最优解。 -against existing genetic algorithms in three-dimensional nonlinear optimization for the shortage, the paper presents a ni
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:38027
    • 提供者:黄善理
  1. 设计模式_中文版

    0下载:
  2. 它描述了在面向对象软件设计过程中针对特定问题的简洁而优雅的解决方案。设计模式捕获了随时间进化与发展的问题的求解方法,因此它们并不是人们从一开始就采用的设计方案。它们反映了不为人知的重新设计和重新编码的成果,而这些都来自软件开发者为了设计出灵活可复用的软件而长时间进行的艰苦努力。设计模式捕获了这些解决方案,并用简洁易用的方式表达出来。-It describes the object-oriented software design process-specific issues concise a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:10636577
    • 提供者:mo20
  1. 职场动物进化手册

    0下载:
  2. 毕业学生上班必看的手册-graduate students work Watchable manual!
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:261537
    • 提供者:利己
  1. 多维函数优化程序

    0下载:
  2. 用JAVA语言编写,包括PSO(Particle swarm optimization, 中文译名为粒子群优化或微粒群算法), DE (Differential evolution, 中文译名为差分进化或差异演化)等算法,有一些不带约束和带约束的算例(如Michelawicz的几个问题)。使用说明见usage.txt、RUNExample.bat和程序中的注释。 -with Java language, including the PSO (Particle swarm optimizat
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:65324
    • 提供者:刘三
  1. dbeagle-0.9.2.tar

    0下载:
  2. Distributed BEAGLE是进化的计算机框架Open BEAGLE的主从分布式扩展。它的关键特点是稳定性,容错,对异源网络的适应性,以及对用户的透明。-Beagle is the evolutionary framework of the Open Computer Beagle Distributed from the main extension. Its key feature is stability, fault-tolerant, heterogeneous network
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:3413224
    • 提供者:萧建
  1. 遗传算法程序包

    1下载:
  2. 遗传算法程序包,里面包含有多种人工智能语言c程序,包括进化算法等等,没有密码-GA package, which contains a variety of artificial intelligence language c procedures, including evolutionary algorithms, etc., no password
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:80767
    • 提供者:王松松
  1. ann_and_ga_soft

    0下载:
  2. 用神经网络和遗传算法解决tsp问题,先使用神经网络训练出较优个体,然后再进化,可以反其道而行,-using neural networks and genetic algorithms to solve the problem tsp first use of neural network training of better individual, then evolution can be just the opposite.
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:161574
    • 提供者:问涛
  1. programmingtest01

    0下载:
  2. 遗传算法将个体的集合──群体作为处理对象,利用遗传操作──交换和突变,使群体不断\"进化\",直到成为满足要求的最优解。-individual genetic algorithm -- a collection of groups as a subject of the use of genetic-operation and exchange of mutation, so continuous "Evolution" until meet the requirements
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:684796
    • 提供者:周功建
  1. cvrp

    1下载:
  2. 蚁群算法是近年来出现的一种新德仿生类进化算法[8],它的基本原理源于昆虫学家们的观察和发现 -ant algorithms, which is the emergence of a new category of bionic Germany evolutionary algorithm [8] it stems from the basic tenets of the entomologist observed and found
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:黄如尚
  1. anim_zzy1

    0下载:
  2. 将进化博弈与合作算法结合起来,开发了一种新的算法-will cooperate with the combined algorithm, developed a new algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1209
    • 提供者:刘伟兵
  1. callcheck

    1下载:
  2. 将博弈理论与演化算法结合起来,开发了一种新进化优化的算法-of Game Theory and combining evolutionary algorithm, the development of a new evolutionary optimization algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:刘伟兵
  1. Mygui1

    0下载:
  2. 用神经网络来跟踪博弈过程,开发了一种新进化算法,效果好-using neural networks to track gaming process, the development of a new evolutionary algorithm, effective
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1879
    • 提供者:刘伟兵
  1. exm09651_0

    0下载:
  2. 用神经网络来跟踪博弈过程,开发了一种新进化算法,效果好-using neural networks to track gaming process, the development of a new evolutionary algorithm, effective
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1018
    • 提供者:刘伟兵
  1. DE算法matlab程序

    2下载:
  2. matlab的基本差分进化算法,放在了压缩包中的word里面(The basic differential evolution algorithm of MATLAB is put in the word in the compressed package)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-17
    • 文件大小:13312
    • 提供者:realmecncc
  1. de-for-tsp

    0下载:
  2. 利用MATLAB和差分进化算法(DE)求解旅行商问题(TSP)(Using MATLAB and DE to solve TSP)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-16
    • 文件大小:86016
    • 提供者:Cinjaaa
  1. DE

    2下载:
  2. 用matlab实现的差分进化算法,易于理解和掌握(Differential evolution algorithm based on MATLAB)
  3. 所属分类:其他

    • 发布日期:2021-02-20
    • 文件大小:2029568
    • 提供者:hunagngw
  1. 差分进化算法代码

    1下载:
  2. 该代码给出了差分进化计算的源代码,如采用该算法,则可以直接修改采用
  3. 所属分类:matlab例程

    • 发布日期:2023-10-29
    • 文件大小:983
    • 提供者:super20030
  1. 免疫进化算法源码

    0下载:
  2. 这个是免疫进化算法的源码,根据这个源码可以直接修改应用,非常实用和方便
  3. 所属分类:matlab例程

    • 发布日期:2023-10-29
    • 文件大小:1276
    • 提供者:super20030
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com