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

搜索资源列表

  1. MIS

    0下载:
  2. 免疫克隆算法,能更好的对其他智能算法进行优化-Immune Clonal Algorithm, can be better for other intelligent algorithm to optimize
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1.9kb
    • 提供者:苏书惠
  1. ais_youhua

    0下载:
  2. 黄友瑞的智能优化算法书中的免疫算法源代码-Intelligent Optimization Algorithm Huang Yourui immune algorithm source code book! ! ! !
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:917byte
    • 提供者:111111
  1. artificial-immune-algorithm

    2下载:
  2. 智能优化算法程序代码集锦 包括:智能优化算法程序代码集锦 - 本文汇集 基因算法,差分进化算法,粒子群算法,蚂蚁克隆算法,上帝算法,人工免疫克隆算法,免疫粒子群算法的代码。-artificial immune algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-20
    • 文件大小:55.86kb
    • 提供者:shifo
  1. Artificial-code

    0下载:
  2. 多个智能算法的代码集合(人工蚂蚁算法 人工免疫算法 免疫粒子群优化算法 粒子群算法 等等)-Collection of more intelligent algorithm code (artificial ants algorithm Artificial Immune Algorithm immune particle swarm optimization algorithm particle swarm optimization, etc.)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:55.82kb
    • 提供者:nevermore
  1. ImmuneAlgorithm

    0下载:
  2. 基于免疫遗传算法的函数优化,采用C++编程,对于初学智能计算的同学有一定的借鉴作用。-Function based on immune genetic algorithm optimization using C++ programming reference for beginner smart students.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-01
    • 文件大小:2.65mb
    • 提供者:张琼
  1. Intelligent-optimization-algorithm-

    0下载:
  2. 收集的目前比较流行的智能算法的matlab代码,包含:粒子群算法、人工蚂蚁算法、人工免疫算法、免疫粒子群优化算法、差分进化算法、上帝算法-Collect the more popular intelligent algorithm matlab code, including: particle swarm optimization, artificial ants algorithm, artificial immune algorithm, immune particle swarm opt
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:54.5kb
    • 提供者:裤子
  1. Intelligent-Optimization-Algorithm

    1下载:
  2. 六种智能优化算法:人工蚂蚁算法、人工免疫算法、粒子群优化算法、免疫粒子群优化算法、差分进化算法、上帝算法-The six intelligent optimization algorithm: artificial ant algorithms, artificial immune algorithm, particle swarm optimization algorithm, immune particle swarm optimization, differential evolution
  3. 所属分类:matlab

    • 发布日期:2015-11-12
    • 文件大小:28kb
    • 提供者:张亚辉
  1. main

    0下载:
  2. 免疫优化智能算法,以及它在物流配送中选址应用,注释详细运行顺畅-Immune Optimization intelligent algorithm and its application in logistics and distribution sites, detailed notes running smoothly
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:
  1. zhinengyouhua

    0下载:
  2. 智能算法的优化集合,包括免疫,蚁群等一些智能算法-Intelligent algorithm to optimize the collection, including immunization, and some intelligent ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:58.67kb
    • 提供者:zhangjiajia
  1. Immune-optimization-algorithm

    0下载:
  2. 免疫优化算法在物流配送中心选址中的应用,智能算法的寻优程序-Immune Optimization Algorithm in Physical Distribution Center Location in the application of intelligent algorithms optimization program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:29.28kb
    • 提供者:王莎莎
  1. MATLAB智能算法(遗传_神经网络_蚁群_免疫)

    1下载:
  2. 针对matlab中智能算法工具箱求解多目标函数问题是用遗传算法工具箱更加方便的计算多约束优化问题。(Aiming at the problem that multi-objective function is solved by using the intelligent algorithm toolbox in matlab, it is more convenient to calculate multi-constrained optimization problem with genet
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-20
    • 文件大小:1.43mb
    • 提供者:李乃双
  1. 智能算法

    0下载:
  2. 智能算法,含有遗传算法、模拟退火算法、BP神经网络优化、免疫算法、粒子群算法、蚁群算法等智能算法,MATLAB亲测可用。(Intelligent algorithm, including genetic algorithm, simulated annealing algorithm, BP neural network optimization, immune algorithm, particle swarm algorithm, ant colony algorithm and other
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:1.43mb
    • 提供者:Markov
  1. 免疫优化算法在物流配送中心选址中的应用

    1下载:
  2. 免疫算法是受生物免疫系统的启发而推出的一种新型的智能搜索算法,是一种确定性和随机性选择相结合并具有"勘探"与"开采"能力的启发式随机搜索算法。 算法主要的步骤: (1)抗原识别与初始抗体产生。 (2)抗体评价 (3)免疫操作 免疫算法的特点: (1)全局搜索能力 (2)多样性保持机制 (3)鲁棒性强 (4)并行分布式搜索机制(A new intelligent i
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:27kb
    • 提供者:傲视天下
  1. chapter12

    1下载:
  2. 免疫优化算法应用于物流配送中心,算法编程注释详细,算法运行准确。(The immune optimization algorithm is applied to the logistics distribution center, and the algorithm programming annotation is detailed, and the algorithm runs accurately.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:29kb
    • 提供者:赵小乙
  1. 免疫算法智能打包

    0下载:
  2. 一种优化算法,介绍及用matlab实现,文中有注释。(An optimization algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:7kb
    • 提供者:Songoshun
  1. MATLAB智能算法30个案例分析程序

    2下载:
  2. 蚁群算法、遗传算法、免疫算法等智能优化算法应用代码(Application code of intelligent optimization algorithms, such as ant colony algorithm, genetic algorithm, immune algorithm and so on)
  3. 所属分类:软件工程

  1. 免疫优化算法在物流配送中心选址中的应用

    1下载:
  2. 免疫算法受生物免疫系统启发,是在免疫学理论基础上发展起来的一种新兴的智能计算算法(Immune algorithm, inspired by biological immune system, is a new intelligent algorithm developed on the basis of immunology theory.)
  3. 所属分类:书籍源码

  1. MATLAB智能算法30个案例分析代码

    2下载:
  2. 压缩包内是关于BeiHang出版的matlab智能算法30个案例的代码,对于学习理解智能算法的原理和编程有一定的帮助。如遗传算法、粒子群算法、免疫优化算法、模拟退火算法、BP算法等。(there are 30 matlab codes, which match a book about intelligence algorithms,such as genetic algorithms, PSO, ACO,BPO,etc. WISH that will be help for you.)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-07
    • 文件大小:1.59mb
    • 提供者:爬山虎的脚
  1. beiBao01

    1下载:
  2. 免疫克隆解决01背包问题,将免疫概念及其理论应用于遗传算法,在保留原算法优良特性的前提下,力图有选择、有目的地利用待求问题中的一些特征信息或知识来抑制其优化过程中出现的退化现象,这种算法称为免疫算法(Immune Algorithm) IA。人工免疫算法是一种具有生成+检测 (generate and test)的迭代过程的群智能搜索算法。从理论上分析,迭代过程中,在保留上一代最佳个体的前提下,免疫算法是全局收敛的。(Immune clone solves 01 knapsack problem
  3. 所属分类:matlab例程

    • 发布日期:2020-10-09
    • 文件大小:1kb
    • 提供者:崔天际
搜珍网 www.dssz.com