搜索资源列表
lurr
- 针对金融方面的pso算法,是当初帮别人写的 -the financial aspects of pso algorithm, is the first anybody write-huh
MATLABpso_
- 一篇关于如何在matlab中实现pso算法的论文,从而实现优化求解。-one on how to achieve pso Matlab algorithms, resulting to the optimal solution.
psotb-beta-0.3
- PSOt为PSO的工具箱,该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设置好函数自变量的取值范围、每步迭代允许的最大变化量(称为最大速度,Max_V)等,即可自行优化。
BP_GA_PSOforjava.zip
- BP_GA_PSO是利用JAVA开发的一个小程序,分别给出了BP算法,GA算法,以及PSO算法的JAVA源程序,并分别利用三个算法同时解决XOR问题,使用户能够直观的观察三个算法的优劣。,BP_GA_PSO is the use of JAVA development of a small procedure, respectively, are given BP algorithm, GA algorithm, and the PSO algorithm JAVA source and use
pso
- PSO粒子群算法的JAVA实现,效率还算可以,谢谢了-PSO Particle Swarm JAVA implementation, efficiency too badly, thank you
PSO_for_java
- 标准粒子群优化算法(PSO算法)java实现,由yaliang 提供,email:ltq.yaliang@stu.xjtu.edu.cn-PSO for java
src
- JAVA开发的BP算法,GA算法,以及PSO算法源程序-BP GA PSO
pso_java
- 这是一个pso算法Java的实现,老外的作品,非常棒-Pso algorithm This is a realization of Java, foreign works great
PSO
- pso优化算法,java实现,目标函数最小,比较好用-pso Optimization
PSO
- 用java写的PSO算法求解函数优化的可视化.-Using java to write the PSO algorithm for solving function optimization visualization.
qwe
- 粒子群算法的java实现源码,用一个简单的例子实现了粒子群算法-PSO java implementation
PSO
- 改进的差分PSO算法,Java实行的,有兴趣的可以参考下-PSO algorithm to improve the differential, Java implementation, and are interested can refer to the following
depsV1.0.001
- 使用JAVA编写,一种混合PSO算法,非常复杂的,但功能比较强大,适合深入学习的用户-Written using JAVA, a hybrid PSO algorithm is very complex, but the more powerful features for users of in-depth study
PSO
- pso粒子群算法 对大家非常有帮助 希望大家喜欢-pso particle swarm optimization algorithm is very helpful to everyone hope you like
GA-PSO
- 自己修改的一个源程序,用粒子群算法优化RBF神经网络的中心值,宽度,权值,可以直接运行~喜欢分类、预测的朋友们,可以下载!-Modify a source particle swarm algorithm to optimize the center of the RBF neural network value, width, weight, and can be run directly to like classification, prediction friends, you can
PSO-RBF
- 自己修改的一个源程序,用粒子群算法优化RBF神经网络的中心值,宽度,权值,喜欢分类、预测的朋友们可以下载!-Modify a source particle swarm algorithm to optimize the center of the RBF neural network value, width, weight, and can be run directly to like classification, prediction friends, you can download
GA_PSO_DE_1.0.9
- 包含GA,DE,PSO算法 以及7种评价函数-Contains GA, DE, PSO algorithm, and seven kinds of evaluation function
Particle
- 一个单目标PSO算法,用于粒子群算法的学习-Learning a single goal PSO algorithm for particle swarm algorithm
PSO
- 动态环境下的粒子群算法研究 动态优化问题是指目标函数随时间连续、缓慢或突然、随机变化的情况。该课题旨在将动态优化问题连续变化的时间变量区间进行任意划分,在得到的每个时间子区间上将动态问题转化为静态问题,针对此静态优化问题设计相应的遗传算法。同时给出一种能自动检测时间变化的应答算子。-Dynamic optimization problem refers to the objective function over time in a row, slow or sudden, random c
pso
- 实现机组负荷优化分配的粒子群算法MATLAB代码(MATLAB Code of Particle Swarm Optimization for Unit Load Distribution)