CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 混合粒子群算法

搜索资源列表

  1. TSP-PSO.rar

    8下载:
  2. 用混合粒子群算法求解TSP问题,自带GUI界面,共有9中算法,可解决各种TSP问题,效果不错。,Using hybrid particle swarm algorithm to solve TSP problems, bring their own GUI interface, a total of 9 in the algorithm, to resolve the various TSP problems, good results.
  3. 所属分类:matlab例程

    • 发布日期:2013-11-25
    • 文件大小:33.02kb
    • 提供者:灞堝媷
  1. example_tsp

    3下载:
  2. 用混合粒子群算法求解TSP问题,自带GUI界面,可解决各种TSP问题-Using hybrid particle swarm algorithm for TSP, own GUI interface, solve problems of various TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:33.18kb
    • 提供者:lj
  1. EnvironmenalEconomicPwerDispatchsAlgorithms

    0下载:
  2. 本文介绍了混合粒子群算法在环境和经济调度方面的应用,并对粒子群算法做了进一步发展,对算法学习有一定帮助。-In this paper, hybrid particle swarm algorithm in the environment and the application of economic dispatch, particle swarm optimization and further development of the learning algorithm must help.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:279.14kb
    • 提供者:JONE
  1. hybrid-PSO

    0下载:
  2. 这是一个混合的粒子群算法编程实现,希望对大家有帮助-hybrid PSO code in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.99kb
    • 提供者:路红棵
  1. Hybrid-PSO

    1下载:
  2. 基于matlab的混合粒子群算法,供算法应用学习者参考。-Matlab-based hybrid particle swarm algorithm, algorithm is used for learner reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-24
    • 文件大小:3.64kb
    • 提供者:zangtianlei
  1. modern_youhua

    0下载:
  2. 现代最优化算法(有170多页的PPT,2010年的) 分为三个部分 Part 1 概论 Part 2 模拟退火算法 Part 3 遗传算法 现在常用的优化算法 禁忌搜索算法 模拟退火算法 遗传算法 人工神经网络 蚁群算法 粒子群算法 混合算法-Modern optimization algorithm is divided into three parts Part 1 Part 2 Introduction Part 3 simul
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4.42mb
    • 提供者:zhang
  1. multi-ctp1

    2下载:
  2. 一个基于阈值的粒子比较准则,用于处理多目标约束优化问题,该准则可以保留一部分序值较小且约束违反度在允许范围内的不可行解微粒,从而达到由不可行解向可行解进化的目的;一个新的拥挤度函数,使得位于稀疏区域和Pareto前沿边界附近的点有较大的拥挤度函数值,从而被选择上的概率也较大 从而构成解决多目标约束优化问题的混合粒子群算法。-A comparison based on the threshold criteria for the particle to handle multi-objective
  3. 所属分类:matlab

    • 发布日期:2016-12-15
    • 文件大小:4kb
    • 提供者:李洪
  1. tsppso

    0下载:
  2. 用混合粒子群算法解决tsp问题,避免陷入局部最优解(Using PSO algorithm to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:11kb
    • 提供者:f10x13q
  1. chapter14基于粒子群算法的PID控制器优化设计

    0下载:
  2. chapter15基于混合粒子群算法的TSP搜索算法(A TSP Search Algorithm Based on Hybrid Particle Swarm Optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:141kb
    • 提供者:Vie
  1. 杂交粒子群算法源程序

    2下载:
  2. 杂交粒子群算法求函数极值,是粒子群算法和遗传算法的一种混合算法(Hybrid Particle Swarm Optimization for extremum of function)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:159kb
    • 提供者:hbhscx
  1. bin

    0下载:
  2. 基于杂交的混合粒子群算法,结合遗传算法和混合粒子群算法两大优势(Hybrid particle swarm optimization based on hybrid algorithm combines two advantages of genetic algorithm and hybrid particle swarm optimization algorithm)
  3. 所属分类:云计算

  1. TSP-PSO

    1下载:
  2. 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the particle by tracking the maximu
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:13kb
    • 提供者:胡萝卜须
  1. PSO_TSP(混合粒子群:较优)

    1下载:
  2. 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
  3. 所属分类:其他

  1. 混合粒子群算法原始

    0下载:
  2. 采用混合粒子群算法求解tsp问题MATLAB仿真(Hybrid particle swarm optimization (PSO) algorithm for MATLAB simulation of TSP problem)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:3kb
    • 提供者:云·枫
  1. TSP_PSO

    0下载:
  2. 基于混合粒子群算法的tsp问题求解的MATLAB程序。(Solution of TSP problem based on Hybrid Particle Swarm Optimization)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:10kb
    • 提供者:小红发
  1. 多目标粒子群算法

    2下载:
  2. 计算最短路径,应用混合粒子群算法,可更改(Computing the shortest path, using hybrid particle swarm optimization, can be changed)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-04-03
    • 文件大小:2kb
    • 提供者:rpvedd
  1. 基于粒子群和BP神经网络的混合优化策略算法

    1下载:
  2. 改进粒子群算法,比较完整,自己收集的,可以运行(Improved particle swarm optimization)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-11-05
    • 文件大小:184kb
    • 提供者:hgy1234
  1. 蚁群ACO-PSO

    3下载:
  2. 蚁群算法混合粒子群算法的matlab程序(Matlab Program of Ant Colony Algorithm Mixed Particle Colony Algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-11
    • 文件大小:4kb
    • 提供者:下雨1213
  1. 粒子群算法原理及各种改进的PSO的matlab源码

    3下载:
  2. 各类改进粒子群算法,模拟退火,混合,随即权重,粒子群算法(All kinds of improved particle swarm optimization, simulated annealing, hybrid, random weight, particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-03
    • 文件大小:18.11mb
    • 提供者:byxws
  1. 基于混沌自适应粒子群优化的matlab程序

    5下载:
  2. 文件包括带压缩因子的粒子群算法,权重改进的粒子群算法,自适应权重法,随机权重法,变学习因子的粒子群算法,异步变化的学习因子,二阶粒子群算法,二阶振荡粒子群算法,混沌粒子群算法,混合粒子群算法,杂交粒子群算法,模拟退火算法(Documents including particle swarm algorithm with compression factor, weighting the improved particle swarm algorithm, adaptive weight meth
  3. 所属分类:其他

« 12 3 4 5 »
搜珍网 www.dssz.com