搜索资源列表
PSOvrp
- 利用粒子群算法求解VRP问题程序,其中和禁忌搜索算法结合成混合算法求解,
Solving0-Hybrid-Scheduling-Problems-Job_Shop-adapt
- 一种求解Job_Shop调度问题的混合自适应变异粒子群算法-Solving Hybrid Scheduling Problems Job_Shop adaptive mutation particle swarm optimization
example_tsp
- 用混合粒子群算法求解TSP问题,自带GUI界面,可解决各种TSP问题-Using hybrid particle swarm algorithm for TSP, own GUI interface, solve problems of various TSP
algorithms
- 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization,
GA_BP-pso_bp
- 遗传算法与神经网络混合的算法程序、粒子群优化与神经网络混合的算法程序,可以进行算法结果的比较-Genetic algorithm and neural network algorithm for mixed procedures, particle swarm optimization and neural network algorithm for mixed procedures, can be the result of comparison algorithm
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.
PSO_BP
- 基于粒子群和BP神经网络的混合优化策略算法。将改进PSO算法与BP神经网络结合,用PSO算法取代梯度下降法来优化神经网络的连接权值和阈值。程序简单易懂。-Based on Particle Swarm and the BP neural network algorithm for hybrid optimization strategy. Will improve the PSO algorithm and BP neural network, using PSO algorithm to re
pso_nn_exe
- 粒子群优化算法与神经网络算法结合的一种混合算法,采用c语言实现-Particle swarm optimization algorithm and neural network algorithms for a hybrid algorithm, using c language implementation
Hybrid-PSO
- 基于matlab的混合粒子群算法,供算法应用学习者参考。-Matlab-based hybrid particle swarm algorithm, algorithm is used for learner reference.
modern_youhua
- 现代最优化算法(有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
SelPSO
- 混合粒子群算法 该算法能得到精确的结果-Hybrid Particle Swarm Optimization
TSP-based-on-improved-pso
- 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
hybrid_PSO
- 一种基于混合策略的改进粒子群优化算法,包括执行程序hpso.m和参数设定hPSOoptions.m两个源文件。代码清晰,易于改进实现。结果显示有效的提高-Hybrid strategy based on improved particle swarm optimization, including the implementation of the program and parameter set hPSOoptions.m hpso.m two source files. Code is c
PSO
- 文件包括带压缩因子的粒子群算法,权重改进的粒子群算法,自适应权重法,随机权重法,变学习因子的粒子群算法,异步变化的学习因子,二阶粒子群算法,二阶振荡粒子群算法,混沌粒子群算法,混合粒子群算法,杂交粒子群算法,模拟退火算法-File with compression factor of the particle swarm algorithm, the weight to improve particle swarm optimization, adaptive weighting method,
PSO
- 基于混合粒子群算法的航路规划,基于GUI平台,完美运行,无BUG-Hybrid particle swarm optimization based route planning
HybridPSO
- 混合粒子群算法示例,封装成了一个函数,可以加直接调用-Hybrid particle swarm algorithm example, encapsulated into a function that can be added directly call
hybrid-of-GA-and-PSO
- 混合粒子群算法训练BP神经网络(实验数据包含在内)-A hybrid algorithm is based on particle swarm optimization and it is used in training back propagation neural network (source code)
hunheliziqun
- 混合粒子群算法的基础源代码,可有效解决旅行商问题(TSP)。-Hybrid PSO algorithm based on the source code, which can effectively solve the Traveling Salesman Problem (TSP).
PSO_breed
- 基于杂交的混合粒子群算法,只需添加适应度函数即可使用-Hybridization-based hybrid particle swarm optimization, simply add the fitness function can be used
代码
- MATLAB分数阶参数设计,控制参数研究混合粒子群算法优化分数阶PID(MATLAB fractional order parameter design)