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

搜索资源列表

  1. kelongxuanze

    1下载:
  2. 本程序为免疫算法在克隆选择中的应用,其中注释非常详细。包含主函数 初始化函数 解码函数 克隆函数 变异函数。-This procedure for the application of immune algorithm in the clonal selection, the comments are very detailed. Contains the main function to initialize the decoding function cloning function var
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:5924
    • 提供者:邓振立
  1. AIS10

    0下载:
  2. 本程序介绍了一种基于人工免疫算法的解决TSP问题的方法,体现了免疫算法在进化计算过程中的抗原学习、记忆机制、浓度调节机制以及多样性抗体保持策略等优良特性-This procedure describes a method for solving TSP problem based on artificial immune algorithm, immune algorithm reflects the antigen learning in evolutionary computation pr
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:966
    • 提供者:贾智予
  1. peisongzhongxinxuanzhi

    1下载:
  2. 这个案例是免疫遗传算法在物流配送中心选址中的运用,运行环境为matlab2014a-This case is immune genetic algorithm in logistics distribution center location of use, the operating environment for the matlab2014a
  3. 所属分类:mathematica

    • 发布日期:2017-05-04
    • 文件大小:28331
    • 提供者:进哥哥
  1. ImmuneGeneric

    0下载:
  2. 基于疫苗的免疫遗传算法,将人工免疫算法与一串算法相结合,有比较好的效果-Vaccines based on immune genetic algorithm, artificial immune algorithm and a bunch of algorithms combined with relatively good results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:685693
    • 提供者:Tye
  1. Immune-optimization-algorithm

    0下载:
  2. 免疫优化算法,在各方面都有很广泛的应用,本代码根据实例来详细描述了此算法,直接运行即可-Immune optimization algorithm, in all aspects of a very wide range of applications, the code is described in detail in accordance with examples of this algorithm can be run directly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:30181
    • 提供者:
  1. mianyiyichuan

    0下载:
  2. 该算法既保留了遗传算法的搜索特性,又利用了免疫算法的多机制求解多目标函数最优解的自适应特性,在很大程度上避免了“早熟”,收敛于局部极值。 生物体的免疫系统是一个高度进化、复杂的系统,它能自适应地识别和排除入侵肌体的抗原性异物,保护机体免受损害及维持内坏境稳定,并具有学习、记忆和自适应调节的能力。当抗原入侵时,免疫系统通过自体耐受对‘自己’和‘非己’进行识别,并产生最恰当的抗体排除抗原,通过抗体与抗体之间、抗原与抗体之间的相互刺激和抑制关系,降低抗原对免疫细胞的刺激,抑制抗体的过度分化、增殖,
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:110921
    • 提供者:snowtiger
  1. immunity

    0下载:
  2. 免疫遗传算法流程为: (1)随机产生初始父代种群A1 (2)根据先验知识抽取疫苗。 (3)若当前种群中已包含最佳个体,算法结束;否则进行以下步骤。 (4)根据抗体浓度和适应度进行复制。 (5)对当前第K代父代种群AK进行交叉操作,得到种群BK。 -Immune genetic algorithm process as follows: (1) randomly generated initial parent population A1 (2) vaccine based
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:8965
    • 提供者:snowtiger
  1. TSP

    0下载:
  2. 免疫算法来实现TSP问题的求解免疫算法正是这一思路的产物,是受生物免疫系统的启示而设计出来的一种具有对多峰值函数进行多峰值搜索及全局寻优能力的新型算法。-Using immune algorithm to achieve the TSP problem solving, program-wide, you can run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:268751
    • 提供者:zhch96
  1. ClonalSelectionAlgorithm

    1下载:
  2. 免疫克隆选择算法的源代码,java实现,帮助对算法的理解-the code of Clonal Selection Algorithm can help you understand the algorithm
  3. 所属分类:Java Develop

    • 发布日期:2016-12-11
    • 文件大小:16384
    • 提供者:向婷
  1. ImmuneGeneticAlgorithm-IGA

    0下载:
  2. 免疫遗传算法matlab程序代码,里面附有说明- U514D u75AB u9057 u4F20 u7B97 u6CD5matlab u7A0B u5E8F u4EE3 u7801 uFF0C u91CC u9762 u9644 u6709 u8BF4 u660E
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:7708
    • 提供者:刘雪娜
  1. kelong

    2下载:
  2. 遗传免疫算法的最短路径求取,用matlab语言实现,可对机器人的路径进行规划-The shortest path to strike a genetic immune algorithm, using matlab language, can robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:12447
    • 提供者:zhchwl
  1. PID

    0下载:
  2. 免疫粒子群算法用于PID整定。采用线性惯性系数,自适应交叉变异方法-Immune Particle Swarm Optimization for PID tuning. Linear inertia coefficient, adaptive crossover mutation method
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2365
    • 提供者:武汉
  1. IAPSO

    1下载:
  2. 将免疫算法与粒子群算法相结合,形成免疫粒子群算法,利用免疫算法中抗体调节机制优化粒子多样性,避免陷入局部最优解,提高了算法的寻优性能。-Combining immune algorithm with particle swarm optimization (pso) algorithm, the formation of immune particle swarm optimization (pso) algorithm, the adjustment mechanism of antibody
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4591
    • 提供者:wcyy
  1. mianyi

    0下载:
  2. 这个算法几乎与遗传算法一样,只是多用了一个免疫函数-This algorithm is almost the same as the genetic algorithm.One different is that it add a immune function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3187
    • 提供者:孙玉双
  1. PSO_immu

    0下载:
  2. 基于免疫的粒子群算法,采用粒子群优化对抗群体进行更新,解决收敛慢的缺点-Particle swarm optimization based on immune, PSO against groups updated address the shortcomings of slow convergence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1789
    • 提供者:liuya
  1. IMGA_MAX_F111

    0下载:
  2. 简单、规范免疫遗传算法,含有大量注释,可读性强,适用于新手学习算法和代码编写。-Simple and standard immune genetic algorithm.It is very readable and suitable for new guys to learn algorithms and programme.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2799
    • 提供者:范赫
  1. Kim_video_dehaze

    1下载:
  2. Kim的算法实现的图像以及视频去雾代码,去雾效果显著,且对天空免疫-Kim s code algorithm of image and video to fog,Fog effect is remarkable, and immune to the sky
  3. 所属分类:Special Effects

    • 发布日期:2017-03-05
    • 文件大小:39030784
    • 提供者:林欣
  1. avihivetrigger

    0下载:
  2. 应用程序病毒免疫控件,很好的学习源码,good-Application virus immune control, good learning source, good
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-05
    • 文件大小:19790
    • 提供者:cegsstess
  1. chengxu

    0下载:
  2. 程序功能分别实现了线性系统理论中传递函数和状态空间的相互转化,系统辨识中的递推最小二乘算法,免疫算法以及神经网络中的BP算法。-The program functions respectively realize the mutual transformation of transfer function and state space in the linear system theory, the recursive least squares algorithm in the system
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:22784
    • 提供者:ycc
  1. mianyisuanfa

    0下载:
  2. 基于免疫算法的数值逼近优化分析,人工免疫算法用MATLAB程序实现-Based on the immune algorithm numerical optimization optimization analysis, artificial immune algorithm with MATLAB program to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:7207
    • 提供者:易水寒
« 1 2 ... 21 22 23 24 25 2627 28 29 »
搜珍网 www.dssz.com