搜索资源列表

  1. PSOvrp

    0下载:
  2. 利用粒子群算法求解VRP问题程序,其中和禁忌搜索算法结合成混合算法求解,-The use of particle swarm optimization procedure for solving VRP problems, including tabu search algorithm and combined into a hybrid algorithm,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-07
    • 文件大小:4872192
    • 提供者:zcx
  1. TSP-PSO

    0下载:
  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例程

    • 发布日期:2024-06-07
    • 文件大小:33792
    • 提供者:灞堝媷
  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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-07
    • 文件大小:285696
    • 提供者:JONE
  1. GoodsAllocatingProblemwithMultiAimsbasedonTheHybri

    1下载:
  2. 多目标货物配装问题是一个复杂的组合优化问题,属于NP难问题,本文用混合粒子群算法求解多目标货物配装问题。混合粒子群算法在基本粒子群算法的基础上,通过引进遗传算法中的交叉和变异的策略,避免了陷入局部最优,加快了达到全局最优的收敛速度。此外,本文提出用权重系数来平衡各目标使各目标都能达到相对较优的效果。-Multi-objective loading of goods is a complicated combinatorial optim
  3. 所属分类:编程文档

    • 发布日期:2024-06-07
    • 文件大小:6144
    • 提供者:廖志
  1. Hybrid-PSO

    0下载:
  2. 基于matlab的混合粒子群算法,供算法应用学习者参考。-Matlab-based hybrid particle swarm algorithm, algorithm is used for learner reference.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-07
    • 文件大小:4096
    • 提供者:zangtianlei
  1. example_tsp

    0下载:
  2. 用混合粒子群算法求解TSP问题,自带GUI界面,可解决各种TSP问题-Using hybrid particle swarm algorithm for TSP, own GUI interface, solve problems of various TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-07
    • 文件大小:33792
    • 提供者:lj
  1. tsppso

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

    • 发布日期:2024-06-07
    • 文件大小:11264
    • 提供者:f10x13q
  1. chapter14基于粒子群算法的PID控制器优化设计

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

    • 发布日期:2024-06-07
    • 文件大小:144384
    • 提供者:Vie
  1. 杂交粒子群算法源程序

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

    • 发布日期:2024-06-07
    • 文件大小:162816
    • 提供者: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. 基于混合粒子群算法的移动机器人路径规划研究

    0下载:
  2. 本文主要研究的是机器人避障,通过混合粒子群算法来实现,里面含算法步骤,实例分析,对研究机器人避障的朋友在理论上有所帮助(This paper mainly studies the robot obstacle avoidance, through the hybrid particle swarm algorithm to achieve, which contains the steps of the algorithm, examp
  3. 所属分类:文档资料

  1. TSP-PSO

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

    • 发布日期:2024-06-07
    • 文件大小:13312
    • 提供者:胡萝卜须
  1. PSO_TSP(混合粒子群:较优)

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

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:倚楼天狼啸
  1. 混合粒子群算法原始

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

    • 发布日期:2024-06-07
    • 文件大小:3072
    • 提供者:云·枫
  1. TSP_PSO

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

    • 发布日期:2024-06-07
    • 文件大小:10240
    • 提供者:小红发
  1. 多目标粒子群算法

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

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

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

    • 发布日期:2024-06-07
    • 文件大小:188416
    • 提供者:hgy1234
  1. 蚁群ACO-PSO

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

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

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

    • 发布日期:2024-06-07
    • 文件大小:18993152
    • 提供者:byxws
  1. 基于混沌自适应粒子群优化的matlab程序

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

« 12 3 4 5 6 »

源码中国 www.ymcn.org