搜索资源列表
psomatlab
- 可以进行粒子群优化算法的初步计算。MATLAB计算简便,快捷
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)
my_pso
- 将粒子群算法与免疫结合,计算函数的优化极值。-The particle swarm optimization combined with the immune calculated extremal function optimization.
Write_Parmela
- 使用matlab编辑文本并输出,作为Parmela的输入文件,同时通过matlab的Dos功能执行粒子模拟计算,节约时间。-Edit text using matlab and output, as the input file Parmela through Dos function matlab implementation of the particle simulation, saving time.
PSO
- 利用粒子群算法,计算函数的最优化问题。 本程序有很强的适用性。在理论与实际问题的优化上有一定的推广价值-The use of particle swarm optimization, the calculation function of the optimization problem. This procedure has a strong application. Theory and practical problems in the optimization of the prom
spheresc
- 用matlab计算圆形粒子Mie散射的程序-Matlab round particles with Mie scattering calculation procedures
pso-MATLAB
- matlab 开发的标准粒子群算法 用于优化计算-matlab development of standard particle swarm algorithm for optimizing calculation
mie_abcd
- 使用matlab计算金属纳米粒子的光散射系数.-Metal nanoparticles using matlab calculations of light scattering coefficient.
ott11
- Optical tweezers computational toolbox,用T Matrix方法计算粒子的散射及捕获,基于Matlab的程序包及说明文件-Optical tweezers computational toolbox to calculate the scattering of the nanoparticles. The code was in Matlab!
Particle-filter-matlab
- 粒子滤波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
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)