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

搜索资源列表

  1. GA

    1下载:
  2. 遗传算法解决job_shop作业调度问题,希望可以帮助大家(The genetic algorithm solves the job_shop job scheduling problem, hoping to help everyone)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-22
    • 文件大小:615424
    • 提供者:小豆芽儿
  1. AntColonyOptimization-TSP

    1下载:
  2. 蚁群算法作为新发展的一种模拟蚂蚁群体智能行为的仿生优化算法,它具有较强的鲁棒性、优良的分布式计算机制、易于与其他方法相结合等优点,本算法用来解决最短路径问题,并在TSP旅行商问题上取得较好的成效。同时也可以在他领域如图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类进行参考。(Ant colony algorithm is a newly developed bionic optimization algorithm that simulates the ant colony intel
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1835008
    • 提供者:元气满满
  1. BSA

    0下载:
  2. matlab 优化算法 鸟群算法 2015年最新的群智能优化算法。(matlab Bird Swarm Algorithm)
  3. 所属分类:其他

  1. 标准粒子群算法的程序

    1下载:
  2. 本程序给出了群体智能优化算法中的标准粒子群的优化算法(This program gives the optimization algorithm of standard particle swarm optimization in swarm intelligence optimization algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:jun340
  1. PSO_immu

    1下载:
  2. 更好解决NP-hard问题,智能启发式算法,降低了传统穷举法的时间复杂度,在解决优化问题方面有突出表现。程序带有大量注释可供快速学习入门。(In order to solve the NP-hard problem better, intelligent heuristic algorithm reduces the time complexity of the traditional exhaustive method, and has outstanding performance in s
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:哈尼111
  1. PSO-Sphere

    2下载:
  2. 粒子群算法,一种智能优化算法,带有测试函数sphere(Particle swarm optimization (PSO), an intelligent optimization algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-09-13
    • 文件大小:3011
    • 提供者:Muriil
  1. SOA

    1下载:
  2. 人群搜索算法,是2008年新提出的一种群智能优化算法,其全局收敛能力很强(An intelligent optimization algorithm with strong global convergence)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-09-06
    • 文件大小:1024
    • 提供者:菜菜菜菜鸡
  1. 基于神经网络的智能微电网多目标优化算法

    5下载:
  2. 智能微电网中利用粒子群算法实现微电网多目标优化(Multi-objective optimization of microgrid based on Particle Swarm Optimization in smart microgrid)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-15
    • 文件大小:35840
    • 提供者:cloud888
  1. CEC 2017

    2下载:
  2. 测试函数:主要用于测试智能优化算法,如遗传算法、粒子群算法等的性能(Test function: it is mainly used to test the performance of intelligent optimization algorithms, such as genetic algorithm and particle swarm optimization algorithm)
  3. 所属分类:其他

    • 发布日期:2020-12-10
    • 文件大小:251904
    • 提供者:wangjiquan
  1. 基于粒子群优化的多智能体协作进化方法

    1下载:
  2. 粒子群优化在多智能体系统上的应用和仿真实现(the implementation of PSO in multi-agent systems)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-06-09
    • 文件大小:163840
    • 提供者:lililililalala
  1. 智能算法应用

    1下载:
  2. 这是一本介绍智能优化算法的书,里面所介绍的算法都是目前运用非常广泛的算法
  3. 所属分类:编程文档

    • 发布日期:2019-05-12
    • 文件大小:11046525
    • 提供者:qghvnxm
  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
    • 文件大小:1671168
    • 提供者:爬山虎的脚
  1. 蝙蝠优化算法

    1下载:
  2. 蝙蝠优化算法是2010年基于群体智能提出的启发式搜索算法,是一种搜索全局最优解的有效方法。该算法是一种基于迭代的优化技术,与其他算法相比,蝙蝠算法在准确性和有效性方面远优于其他算法,且没有许多参数要进行调整。
  3. 所属分类:matlab例程

  1. SSA

    4下载:
  2. 最新的群智能优化算法,比粒子群算法好很多,方便在基础上进行修改,并且还有文档可以查看原理,略经修改,可以用在任何优化问题上,很好的算法,实在难得(The latest swarm intelligence optimization algorithm is much better than particle swarm optimization algorithm. It is convenient to modify on the basis of it. There are also doc
  3. 所属分类:书籍源码

    • 发布日期:2021-03-14
    • 文件大小:105472
    • 提供者:护手霜
  1. BAS

    0下载:
  2. 类似于遗传算法、粒子群算法、模拟退火等智能优化算法,天牛须搜索不需要知道函数的具体形式,不需要梯度信息,就可以实现高效寻优。(Similar to genetic algorithm, particle swarm optimization algorithm, simulated annealing and other intelligent optimization algorithms, Taurus search can achieve efficient optimization wi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-03-15
    • 文件大小:427008
    • 提供者:MrOpine
  1. 智能微电网粒子群优化算法

    11下载:
  2. 本程序适合于综合能源系统模型优化求解,可解决电气冷热优化求解问题(This program is suitable for the optimal solution of integrated energy system model)
  3. 所属分类:matlab例程

  1. 632983 MATLAB优化算法案例分析与应用

    2下载:
  2. 协同进化计算与多智能体系统B5.319_11692466(Collaborative evolutionary computation and multi-agent system B5.319 _11692466)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 蝗虫搜索算法

    1下载:
  2. 蝗虫算法:蝗虫优化算法是模拟自然界蝗虫种群捕食行为而提出的一种群智能优化算法,主要利用了蝗虫间的社会作用力把空间分为吸引空间、舒适空间和排斥空间,根据不同蝗虫间距离大小的变化来改变空间范围从而找到最优位置。该算法具有结构简单、稳定性强、参数较少、收敛较快等特点。(The locust optimization algorithm is a swarm intelligence optimization algorithm proposed by simulating the predation
  3. 所属分类:其他

    • 发布日期:2021-04-14
    • 文件大小:355328
    • 提供者:西柚不加冰
  1. 麻雀

    3下载:
  2. 麻雀搜索算法(Sparrow Search Algorithm, SSA)是一种新型的群智能优化算法,在2020年提出,主要是受麻雀的觅食行为和反捕食行为的启发 。(Sparrow search algorithm (SSA) is a new swarm intelligence optimization algorithm, proposed in 2020, mainly inspired by Sparrow's foraging behavior and anti predatory
  3. 所属分类:进化算法

    • 发布日期:2020-11-02
    • 文件大小:1024
    • 提供者:无敌de hh
  1. 智能算法matlab代码

    0下载:
  2. 文件中的30个chapter分别是30个常用智能优化算法matlab源代码,可用于特征提取和机器学习等算法的优化中。
  3. 所属分类:matlab例程

« 1 2 3 4 56 7 8 9 10 ... 32 »
搜珍网 www.dssz.com