搜索资源列表
PSOLyapunov
- 用matlab编程实现计算粒子群算法中系统的Lyapunov函数与单个粒子的运行轨迹。
psomatlab
- 可以进行粒子群优化算法的初步计算。MATLAB计算简便,快捷
差别算法matlab源码
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
Mie-Matlab-Maetzler.zip
- matlab,利用Mie散射理论计算粒子散射特性,Matlab calculate scattering characteristic by Mie scattering theory
PSO
- 粒子群算法的Matlab程序,用于多目标优化极值的计算-Particle swarm optimization Matlab program for calculation of extreme multi-objective optimization
Mie-scattering-Matlab
- 粒子散射光强的计算,可算粒子各个散射角的光强分布及其相位-The calculation of particle scattering intensity, scattering angle of each particle can be considered the light intensity distribution and phase
mie
- Mie散射系数也叫米散射的Matlab计算程序。 当球形粒子的尺度与波长可比拟时,发生的散射为米散射。此时必须考虑散射粒子体内电荷的三维分布。此散射情况下,散射粒子应考虑为由许多聚集在一起的复杂分子构成,它们在入射电磁场的作用下,形成振荡的多极子,多极子辐射的电磁波相叠加,就构成散射波。又因为粒子尺度可与波长相比拟,所以入射波的相位在粒子上是不均匀的,造成了各子波在空间和时间上的相位差。在子波组合产生散射波的地方,将出现相位差造成的干涉。这些干涉取决于入射光的波长、粒子的大小、折射率及散射
pso--MATLAB-2
- 利用粒子群算法求最小值,对基本粒子群做了修改,使其有更好的计算效果。-Using Particle Swarm Optimization for the minimum of basic particle swarm made changes to make it a better calculation of results.
PSO
- 用粒子群算法计算最短路径,一般用于车辆路径问题-PSO
Code_MATLAB_Optimization
- 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
SGA40
- 用标准遗传算法解决电力系统最优化问题,粒子使用的是40个节点的大规模计算问题-Using standard genetic algorithm to solve power system optimization problems, particle using 40 nodes of a large-scale computing problems
spheresc
- 用matlab计算圆形粒子Mie散射的程序-Matlab round particles with Mie scattering calculation procedures
shili
- 基于改进粒子群算法的多目标最优潮流计算 基于改进粒子群算法的多目标最优潮流计算-Particle Swarm Optimization Based on Improved Multi-objective Optimal Power Flow
particle-velocity-distribution
- 使用MATLAB计算粒子速度分布 ,绘制了与理论值比较的曲线,得到较好的仿真结果-MATLAB to calculate the particle velocity distribution
lizifenbu
- MATLAB计算粒子速度分布 源程序代码
基于alopex的粒子群算法
- 该算法通过基于Alopex的粒子群优化算法,结合神经网络计算,恰当地对所给数据进行聚类并进行拟合,从何达到了很好的分类和优化效果(Based on the Alopex particle swarm optimization algorithm and neural network calculation, the algorithm can properly cluster and fit the data, which can achieve a good classification an
13中粒子群优化算法
- 十三种各种用于寻优计算的粒子群智能优化算法源程序(The source program of thirteen kinds of particle swarm intelligent optimization algorithms for optimization calculation)
powersystem-monte-carlo-matlab
- 利用粒子群算法实现最优潮流计算,得到最优配电网规划结果(Using particle swarm optimization algorithm to achieve optimal power flow calculation, get optimal distribution network planning results.)
5
- 利用Mie散射原理计算粒子的消光系数散射系数和吸收系数(Calculating the Extinction Coefficient Scattering Coefficient and Absorption Coefficient of Particles by Mie Scattering Principl)
粒子群算法计算最短路径
- 粒子群算法计算车辆最短路径,MATLAB实现,可稳定运行(Particle Swarm Optimization for Vehicle Shortest Path)