搜索资源列表
-
1下载:
粒子群进化算法,标准的源代码程序和实例教程。-Evolutionary particle swarm algorithm, standard procedures and examples of source code tutorial.
-
-
0下载:
简单的PSO算法 供初学者学习交流 方便研究-PSO algorithm simple for beginners to learn to facilitate the exchange of research
-
-
0下载:
基本PSO算法源代码,可以直接在matlab中运行。效果不错,适合初学者。-Basic PSO algorithm source code can be directly run in matlab. Good results, suitable for beginners.
-
-
0下载:
PSO算法两个目标的代码,测试程序是非线性方程组,目标变量为找到MinF(x)-PSO algorithm code two goals, the test program is non-linear equations, the target variable is found MinF (x)
-
-
0下载:
粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
-
-
0下载:
这是一个粒子群算法的源程序,希望对大家有帮助。-This is a particle swarm algorithm source code, we hope to help.
-
-
0下载:
用粒子群算法解决SVM问题的代码,希望对大家有帮助!-Using particle swarm optimization (pso) algorithm to solve the problem of SVM code, I hope it can help you!
-
-
0下载:
代码主要介绍遗传算法,基于matlab编写(The code mainly introduces genetic algorithm, based on MATLAB.)
-