-
粒子群优化算法是一种进化技术(进化有限公司)。
粒子群优化算法(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
-
自适应遗传算法matlab代码.自适应遗传算法的问题是很容易早熟,好处就是速度快 .不过我将在其中会引入一个早熟判定标志的,并设定一个阈值,如此以来,就可以防止...
自适应遗传算法matlab代码.自适应遗传算法的问题是很容易早熟,好处就是速度快 .不过我将在其中会引入一个早熟判定标志的,并设定一个阈值,如此以来,就可以防止早熟现象了
-Adaptive genetic algorithm Matlab code. Adaptive genetic algorithm is very easy precocious, advantage is faster. However, in which I will be introducing an early sign of determination, and set a threshold, so, you can prevent precocious phenomenon
- 2022-03-20 00:51:43下载
- 积分:1
-
greedy em hybrid model training algorithm
greedy em 混和模型训练算法-greedy em hybrid model training algorithm
- 2022-04-19 20:59:30下载
- 积分:1
-
Neural network algorithm procedures, mathematical modeling of the students very...
神经网络算法程序,对数学建模的同学很有用处。谢谢大家喜欢。-Neural network algorithm procedures, mathematical modeling of the students very useful. Thank you all like it.
- 2023-02-01 21:15:03下载
- 积分:1
-
支持向量机(3)svm_light
支持向量机(3)svm_light-Support Vector Machines(3):svm_light
- 2023-05-31 01:00:03下载
- 积分:1
-
神经网络学习二维非线性函数 ,多维非线性辨识的MATLAB程序
神经网络学习二维非线性函数 ,多维非线性辨识的MATLAB程序-neural network learning 2D nonlinear function, multi-dimensional nonlinear identification procedures MATLAB
- 2022-02-01 12:28:29下载
- 积分:1
-
遗传算法NSGA2算法解决多
遗传算法中的NSGA2算法实现,解决多目标遗传算法求解Pareto近似解,具有很好的运行效果-Genetic Algorithms NSGA2 algorithm to solve multi-objective Pareto genetic algorithm approximate solution, with very good operating results
- 2022-01-25 15:36:37下载
- 积分:1
-
- 2022-07-02 14:05:05下载
- 积分:1
-
这是一篇对PSO算法可以使用从事人工智能的学生…
这是一篇关于pso利用的文章 也许对搞人工智能的的同学有很大的用处-This is an article on the PSO may use to engage students in artificial intelligence have great usefulness
- 2022-03-30 23:04:33下载
- 积分:1
-
分类器的设计,包括knn方法和BP的方法。对一系列样本点进行分类
分类器的设计,包括knn方法和BP的方法。对一系列样本点进行分类-Classifier design, including methods and BP KNN method. On a series of sample points to classify
- 2022-01-25 14:47:38下载
- 积分:1