搜索资源列表
TSP-PSO.rar
- 用混合粒子群算法求解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.
example_tsp
- 用混合粒子群算法求解TSP问题,自带GUI界面,可解决各种TSP问题-Using hybrid particle swarm algorithm for TSP, own GUI interface, solve problems of various TSP
基于混合粒子群的土壤水分特征曲线参数优化
- 摘要:土壤水分特征曲线是研究土壤水运动的重要参数。Van Genuchten 方程(简称VG方程)是目前运用最广泛的土壤水分特 征曲线方程。将VG方程参数计算问题转化为一个非线性优化问题,然后构建单纯形算法和基本粒子群算法相结合的混合粒子 群算法对其进行求解。仿真实验结果表明采用混合粒子群算法与普通遗传算法、混合遗传算法、基本粒子群算法相比,不但提高 了收敛成功率、降低了迭代次数,而且对参数的取值范围也放宽了;采用混合粒子群算法计算参数的精度比非线性单纯形法和阻 尼最小二乘法要高,且不需
求解药代动力学参数的自适应混合粒子群算法
- 摘要:针对传统方法具有初始值敏感和进化算法无法确定搜索范围等缺陷,将Nelder-Mead 单纯形与粒子群算法相结合,提出 了一种基于Nelder-Mead单纯形与粒子群算法的具有时变加速因子的自适应混合粒子群算法。将该混合算法用于血管外给药二 室模型参数优化的实验之中。仿真实验结果表明,算法计算精度高而且鲁棒性强,是一种新颖的解决药代动力学参数优化的较 好方法。
EnvironmenalEconomicPwerDispatchsAlgorithms
- 本文介绍了混合粒子群算法在环境和经济调度方面的应用,并对粒子群算法做了进一步发展,对算法学习有一定帮助。-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.
GoodsAllocatingProblemwithMultiAimsbasedonTheHybri
- 多目标货物配装问题是一个复杂的组合优化问题,属于NP难问题,本文用混合粒子群算法求解多目标货物配装问题。混合粒子群算法在基本粒子群算法的基础上,通过引进遗传算法中的交叉和变异的策略,避免了陷入局部最优,加快了达到全局最优的收敛速度。此外,本文提出用权重系数来平衡各目标使各目标都能达到相对较优的效果。-Multi-objective loading of goods is a complicated combinatorial optimization problems are NP hard p
Hybrid-PSO
- 基于matlab的混合粒子群算法,供算法应用学习者参考。-Matlab-based hybrid particle swarm algorithm, algorithm is used for learner reference.
tsppso
- 用混合粒子群算法解决tsp问题,避免陷入局部最优解(Using PSO algorithm to solve TSP problem)
chapter14基于粒子群算法的PID控制器优化设计
- chapter15基于混合粒子群算法的TSP搜索算法(A TSP Search Algorithm Based on Hybrid Particle Swarm Optimization)
杂交粒子群算法源程序
- 杂交粒子群算法求函数极值,是粒子群算法和遗传算法的一种混合算法(Hybrid Particle Swarm Optimization for extremum of function)
bin
- 基于杂交的混合粒子群算法,结合遗传算法和混合粒子群算法两大优势(Hybrid particle swarm optimization based on hybrid algorithm combines two advantages of genetic algorithm and hybrid particle swarm optimization algorithm)
基于混合粒子群算法的移动机器人路径规划研究
- 本文主要研究的是机器人避障,通过混合粒子群算法来实现,里面含算法步骤,实例分析,对研究机器人避障的朋友在理论上有所帮助(This paper mainly studies the robot obstacle avoidance, through the hybrid particle swarm algorithm to achieve, which contains the steps of the algorithm, example analysis, to study the robo
TSP-PSO
- 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(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
PSO_TSP(混合粒子群:较优)
- 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
混合粒子群算法原始
- 采用混合粒子群算法求解tsp问题MATLAB仿真(Hybrid particle swarm optimization (PSO) algorithm for MATLAB simulation of TSP problem)
TSP_PSO
- 基于混合粒子群算法的tsp问题求解的MATLAB程序。(Solution of TSP problem based on Hybrid Particle Swarm Optimization)
多目标粒子群算法
- 计算最短路径,应用混合粒子群算法,可更改(Computing the shortest path, using hybrid particle swarm optimization, can be changed)
基于粒子群和BP神经网络的混合优化策略算法
- 改进粒子群算法,比较完整,自己收集的,可以运行(Improved particle swarm optimization)
粒子群算法原理及各种改进的PSO的matlab源码
- 各类改进粒子群算法,模拟退火,混合,随即权重,粒子群算法(All kinds of improved particle swarm optimization, simulated annealing, hybrid, random weight, particle swarm optimization)
基于混沌自适应粒子群优化的matlab程序
- 文件包括带压缩因子的粒子群算法,权重改进的粒子群算法,自适应权重法,随机权重法,变学习因子的粒子群算法,异步变化的学习因子,二阶粒子群算法,二阶振荡粒子群算法,混沌粒子群算法,混合粒子群算法,杂交粒子群算法,模拟退火算法(Documents including particle swarm algorithm with compression factor, weighting the improved particle swarm algorithm, adaptive weight meth