-
粒子群优化算法是一种进化技术(进化有限公司)。
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary technology (evolutionary computation). Predatory birds originated from the research PSO with similar genetic algorithm is based on iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values. However, there is no genetic algorithm with the cross- (crossover) and the variation (mutation). But particles in the solution space following the optimal particle search. The steps detailed chapter on the future of genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and ot
- 2022-02-05 13:05:45下载
- 积分:1
-
自主巡线小车机器人的设计及其控制的c语言源码。
自主巡线小车机器人的设计及其控制的c语言源码。-Independent line patrol car robot design and control of c-language source code.
- 2022-09-28 22:45:03下载
- 积分:1
-
Adaptive Resonance Theory Brain Modeling 人工智能人工神经网络源码
Adaptive Resonance Theory Brain Modeling 人工智能人工神经网络源码-Adaptive Resonance Theory Brain Modeling artificial neural network artificial intelligence source
- 2022-08-20 23:14:29下载
- 积分:1
-
C++神经网络开发包,基于C++语言,VisualC++环境
C++神经网络开发包,基于C++语言,VisualC++环境-C++ Neural network development package, based on the C++ Language, VisualC++ Environment
- 2022-03-01 16:17:34下载
- 积分:1
-
matlab编写的遗传算法,采用二进制编码,有说明文档。
matlab编写的遗传算法,采用二进制编码,有说明文档。-Matlab prepared by the genetic algorithm, using the binary coding, documentation.
- 2022-12-02 12:35:04下载
- 积分:1
-
根据人工鱼群算法的基本原理,求解一个函数值的最优解;
根据人工鱼群算法的基本原理,求解一个函数值的最优解;-According to the basic principles of artificial fish-swarm algorithm, solving a function value of the optimal solution
- 2022-02-05 08:32:22下载
- 积分:1
-
清华大学的研究组把源
清华大学对robocup中kick的研究源码-Tsinghua University s study robocup source of kick
- 2022-09-26 06:35:02下载
- 积分:1
-
交流 模糊控制
交流 模糊控制
交流 模糊控制
交流 模糊控制-Exchange of the exchange of fuzzy control fuzzy control
- 2023-07-17 06:05:04下载
- 积分:1
-
解非线性规划模型的遗传算法,采用visual c++语言编写,结构清晰,明了易懂,注释完整...
解非线性规划模型的遗传算法,采用visual c++语言编写,结构清晰,明了易懂,注释完整-Genetic Algorithm for nonlinear programming
- 2023-08-07 09:45:02下载
- 积分:1
-
A*算法,用于找到方法,很有用的,我经历了很多艰苦的工作…
A*算法,用来寻路,非常有用的,我历尽千辛万苦才找到的-A* algorithm, used to find the way, very useful, I experienced a lot of hard work to find the
- 2022-01-31 12:30:36下载
- 积分:1