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

搜索资源列表

  1. HybridParticleSwarmOptimizatio

    0下载:
  2. 粒子群算法(pso)的源代码(matlab),Particle swarm optimization (pso) source code (matlab)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4141
    • 提供者:sj
  1. evolutionary_game_GTFT

    0下载:
  2. GTFT在一个无标度网络上的进化博弈,迭代了20代,代数可更改-GTFT in a scale-free network on the evolutionary game, iterative 20 generation, algebra can change
  3. 所属分类:Mathimatics-Numerical algorithms

  1. DE

    0下载:
  2. DE 生物进化算法的matlab实现,一类优化仿生算法-DE biology evolutionary algorithm matlab implementation, a class of bionic optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:980
    • 提供者:xiaotiantian
  1. jmetal.2.2.tar

    0下载:
  2. 这是最新的多目标进化算法包V2.2,这个集成包包含了近期的流行的,常用的多目标进化算法,包括NSGA2,SPEA2,PEAS2,以及多目标粒子群算法,另外还集成了单目标进化算法-This is a latest multi-objective evolutionary algorithm package V2.2, the integrated package includes a recent popular, commonly used in multi-objective evolutio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:145399
    • 提供者:stuart
  1. MO-JGA

    0下载:
  2. 从其他地方下载的多目标进化算法的源码,用JAVA编的多目标进化算法的框架-Downloaded from other parts of multi-objective evolutionary algorithm source code, using JAVA for the multi-objective evolutionary algorithm framework
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:357432
    • 提供者:ggb
  1. IEEEXploreBBO

    1下载:
  2. 一种新型进化算法论文:基于生物地理优化算法(BBO).-Paper a new evolutionary algorithm: optimization algorithm based on biogeographic (BBO).
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:689911
    • 提供者:向健
  1. sources

    0下载:
  2. 用java实现遗传算法、进化算法、退火算法、分布估计算法、爬山算法、随机采样算法等算法-Use Java implement genetic algorithms, evolutionary algorithm, annealing algorithm, distribution estimation algorithm, climbing algorithms, random sampling algorithm of the algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2631922
    • 提供者:王飞
  1. RM_MEDA_Matlab

    0下载:
  2. 基于规则模型的多目标演化算法,作者周爱民与张青复。-Rule-based model of multi-objective evolutionary algorithm, the author Zhang Ai-Min Zhou and rehabilitation.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10955
    • 提供者:木心月
  1. GEP

    0下载:
  2. 演化算法求运算树表达的最大值,通过后序遍历求得适应度函数值,通过演化算法优化最优解-Evolutionary algorithms seek to express the maximum value of the tree operations, through the postorder fitness function values obtained by evolutionary algorithm to optimize the optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1385725
    • 提供者:rat
  1. Medical-Image-Segmentation

    0下载:
  2. 基于Snake模型的图像分割技术是近年来图像处理领域的研究热点之一。Snake模型承载上层先验知识并融合 了图像的底层特征,针对医学图像的特殊性,能有效地应用于医学图像的分割中。本文对各种基于Snake模型的改进算法和 进化模型进行了研究,并重点梳理了最新的研究成果,以利于把握基于Snake模型的医学图像分割方法的脉络和发展方向-Snake model based image segmentation image processing technology in recent years
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:292238
    • 提供者:fuky
  1. spea2_matlab_code

    0下载:
  2. spea2多目标进化算法对两个目标的多目标优化问题的测试-spea2 multi-objective evolutionary algorithm on the two goals of testing multi-objective optimization problem
  3. 所属分类:matlab

    • 发布日期:2016-12-15
    • 文件大小:7168
    • 提供者:徐志丹
  1. fangzhen1

    3下载:
  2. 在matlab环境下使用,演化博弈数据仿真的方式验证了平衡点局部稳定性-Evolutionary Game with simulation
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-03
    • 文件大小:101171
    • 提供者:levinroo
  1. Multiobjective-Optimization---Interactive-and-Evo

    0下载:
  2. Multiobjective Optimization - Interactive and Evolutionary Approaches - Springer (2008)
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5562504
    • 提供者:Mehdi
  1. TSP

    3下载:
  2. 遗传算法求解经典的旅行商(TSP)问题。图形化界面,可以选择大/中/小地图文件,并演示进化的过程。中/小地图在默认代数下一般都可以找到最优解。-Genetic Algorithm for the classic TSP problem. Graphical interface, you can choose large/medium/small map files, and demonstrates evolutionary process. Medium/small maps in the d
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-06
    • 文件大小:304479
    • 提供者:PanHao
  1. 演化法

    0下载:
  2. 首先介绍了当前求解TSP问题最好的演化算法之一:GT算法。文中重点设计了在NOW上求解旅行商问题GT算法的并行算法,详细描述了设计思路,设计策略。还给出了相当详细的并行算法描述。文中设计的并行算法已经在NOW上的PVM平台上实现。关键词NOW,演化计算,旅行商问题,并行计算-first briefed on the current TSP evolutionary algorithm best one : GT algorithm. The article focused on the desi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:200229
    • 提供者:巨金华
  1. jj

    0下载:
  2. 9宫棋当初写这个小程序只是为了验证想法,搞着好玩.代码很乱,你要是运气好看懂了, 不妨改改.或者直接重新写个,来个程序间的互博.很期待跟哪位的程序对战几盘哈, 虽然这种棋相当简单,一共只有725种变化,跟围棋太没得比了,不过仍然有乐趣,特别是 当你看到你的程序最开始还是个超级傻瓜,而随着它不断的学习最后它竟变成了巨人. 当把它想成一个生命体,一个会不断变异进化提高的生命时,就变得更加有趣了. 来吧,来创造你的生命吧. -9 chess palace had to writ
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:30485
    • 提供者:tonglei
  1. ycthjhsf

    0下载:
  2. 遗传退火进化算法, 遗传退火进化算法-Genetic annealing evolutionary algorithm, genetic annealing evolutionary algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:561200
    • 提供者:AA
  1. read_txt

    0下载:
  2. 用VC++实现的对并行计算和进化计算中分类问题,读取数据文件的源程序-With VC++ Achieved on parallel computing and evolutionary computation in the classification of the source data file to read
  3. 所属分类:MPI

    • 发布日期:2017-05-08
    • 文件大小:37036
    • 提供者:苗晨
  1. initial

    0下载:
  2. 遗传算法的初始化进化群体,仅供各位同仁参考。-Evolutionary genetic algorithm initialization groups, colleagues reference purposes only.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:3489
    • 提供者:张晓
  1. ga_nn

    0下载:
  2. 遗传退火进化算法 可用于1个约束条件的优化-Genetic annealing evolutionary algorithm can be used in a constraint optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:30392
    • 提供者:chckk
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 44 »
搜珍网 www.dssz.com