搜索资源列表
psoPde-matlab
- 在基本pso的基础上做改进,引入de算法,高精度实现pso算法的寻优。-On the basis of the basic pso make improvements, the introduction of de algorithm, pso algorithm to achieve high-precision optimization.
pso--MATLAB-2
- 利用粒子群算法求最小值,对基本粒子群做了修改,使其有更好的计算效果。-Using Particle Swarm Optimization for the minimum of basic particle swarm made changes to make it a better calculation of results.
basic_PSO_with_w_c
- 带有收缩因子和惯性权重的基本PSO粒子群算法源代码。本源代码模块化编写,结构清晰,便于改进和做数值实验-With contraction factor and inertia weight PSO basic particle swarm algorithm source code. Source code modular preparation, structure, clear, easy to improve and to do numerical experiments
pso-matlab
- 标准微粒群算法,采用matlab编程实例。-Standard particle swarm optimization using matlab programming examples.
PSO
- 基本的群智能算法MatLab范例程式,对刚接触PSO的新手来说,可以有初步的认知-Basic particle swarm optimization source code
pso
- 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
PSO
- MATLAB编写的经典粒子群程序,实现最基本的函数优化功能。-MATLAB program written in the classical PSO, to achieve the most basic function optimization.
Basic-PSO
- 上一届传下来的粒子群算法,需要进行优化的可以用这个程序-Particle Swarm Optimization
PSO
- 带有收缩因子和惯性权重的基本PSO粒子群算法源代码。本源代码模块化编写,结构清晰,便于改进和做数值实验 -With the shrinkage factor and the basic PSO inertia weight particle swarm algorithm source code. Modular source code written in a clear structure, easy to improve and to do numerical experiments
pso
- 蚁群算法的最基本算法matlab实现。适合初学者学习。-Matlab basic ant colony algorithm implementation. Suitable for beginners to learn.
basic-pso
- 基本粒子群算法的matlab实现,粒子群是二维的,其中已给出多个测试函数。-Particle swarm optimization matlab implementation, PSO is a two-dimensional, which has given more than one test function.
PSO
- matlab的基本pso程序,很经典,可以帮助初学者对基于matlab应用的智能算法有一定的了解-The basic pso matlab program, it is classic and can help beginners matlab-based applications have some knowledge of intelligent algorithms
pso
- 基本的粒子群算法matlab代码,可以实现无约束优化问题的寻优-basic PSO matlab
basic-pso-MATLAB
- 标准粒子群算法,基于MATLAB环境下的实现-Standard particle swarm optimization algorithm in MATLAB
PSO_Codes-Basic-Code
- This Code SimulTION PSO BASIC CODE IN MATLAB IS CODE IS VWRY USEFUL FOR UNDERESTAND PSO HOW WORK
pso
- 基于matlab的基本的粒子群程序,可以直接运行,有助于初学者学习-Based on of matlab the basic particle swarm program can be run directly to help beginners learn
PSO
- 粒子群优化算法。这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。-Particle Swarm Optimization. This program is the most basic particle swarm optimization program using Matlab, very simple. Only a few dozen lines of code.
PSO-algorithm-Matlab-program
- PSO算法的Matlab程序,本文给出了基于PSO算法的Matlab实现,给出了一个例子,通过这个例子,能学会PSO算法的基本使用-PSO algorithm Matlab program, this paper gives a PSO algorithm based on Matlab implementation, gives an example, through this example, can learn the basic use of PSO algorithm
PSO-Rastrgrin
- It is a basic PSO algorithm to solve function rastrgrin.
PSO
- 这是一个标准的基本粒子群算法,可以在此基础上加入fun函数完成解。(This is a standard basic particle swarm algorithm, which can be added fun function to complete the solution.)