搜索资源列表
pso粒子群算法来求6个经典函数的最小最大值
- 该程序是粒子群算法来求6个经典函数的最小最大值,能显示粒子是如何运动的。-The program is the particle swarm algorithm to 6 classic function of the smallest maximum value, to show how the particles are moving.
mopso-matlab
- 多目标粒子群算法 多目标部分是通过for循环实现的。-Multi-objective particle swarm optimization algorithm for multi-objective in part by recycling achieved.
near_far
- 粒子群算法的多用户检测。希望对智能算法感兴趣的人有用。-Particle Swarm Optimization of Multi-User Detection. I hope the smart people who are interested in a useful algorithm.
liziqunsuanf
- 介绍粒子群算法的多用户检测。里面有四个程序。-Particle Swarm introduced multi-user detection. There are four procedures.
粒子群
- 粒子群算法优化SVR参数,包括核函数和惩罚函数的优化。(Particle swarm optimization algorithm to optimize the SVR parameters, including kernel function and penalty function optimization.)
PSO_java
- 使用java来实现粒子群算法。对粒子群感兴趣的可以参考学习下。(Using java to implement particle swarm optimization. Interested in particle swarm, you can refer to the study.)
整数规划粒子群算法
- 用于求解整数规划的粒子群算法C++代码。(C++ code of particle swarm algorithm for Solving integer programming)
单目标粒子群算法寻优
- 利用粒子群优化算法,对单目标函数寻优,寻找函数的极值。(Searching for the extremum of a function by searching the single objective function.)
13_粒子群
- 航迹规划是无人机执行侦察和作战任务中的关键技术,规划算法的性能直接影响着航迹规划的质量。针对航迹规划最优性和实时性问题,提出一种惯性权值" 阶梯式" 调整策略与跳出局部最优解策略相结合的改进粒子群无人机航迹规划算法。(Route planning is the key technology for UAV to perform reconnaissance and combat tasks, and the performance of planning algorithm
PSO
- 应用粒子群算法实现目标函数的寻优,最基础的粒子群算法。算法可以直接运行,(Optimization of objective function using PSO Algorithm)
综合程序所有计算结果和数据
- 用于配电网重构的粒子群算法。用了好久整理的(Particle swarm optimization for distribution network reconfiguration)
23876123psoSVM
- 在全局版的标准粒子群算法中,每个粒子的速度的更新是根据两个因素来变化的,这两个因素是:1. 粒子自己历史最优值pi。2. 粒子群体的全局最优值pg。如果改变粒子速度更新公式,让每个粒子的速度的更新根据以下两个因素更新,A. 粒子自己历史最优值pi。B. 粒子邻域内粒子的最优值pnk。其余保持跟全局版的标准粒子群算法一样,这个算法就变为局部版的粒子群算法。(The introduction of particle swarm algorithm is essential, super detai
改进粒子群算法example
- 改进的粒子群算法源代码,可以对多元目标函数进行寻优计算。(Improved source code for particle swarm optimization)
test1
- 在LABVIEW里调用MATLAB来实现粒子群算法。(MATLAB to implement particle swarm optimization)
粒子群算法
- 利用单目标粒子群算法求解各种优化问题,输入目标函数即可。(A single target particle swarm optimization algorithm is used to solve various optimization problems.)
粒子群算法
- 利用粒子群算法计算某一函数的最大值,直接运行main.m文件即可,fun.m用于计算粒子适用度,目标函数可根据自身需要进行修改。(Use particle swarm algorithm to calculate the maximum value of a function, just run the main.m file directly. Fun.m is used to calculate the applicability of the particles. The objectiv
粒子群算法求解机器人路径规划
- 单机器人路径规划仿真,基于栅格地图模型,采用粒子群算法进行路径规划。(Single robot path planning simulation, based on grid map model, using particle swarm algorithm for path planning)
粒子群算法
- 粒子群算法是比较实用易实现的高效进化算法,压缩包中给了详细的算法代码以及相应的例子。(PSO is a good and effective algorithm)
pso_m
- 33节点的配电网,粒子群算法,经济调度,包含储能。(33 node distribution network, particle swarm optimization algorithm, economic scheduling, including energy storage.)
157988_粒子群matlab
- MATLAB粒子群算法的实现。。。。。。。。。。。。。。。。。(THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A