搜索资源列表
MPSO
- 多目标粒子群的matlab程序,文中设置了两个目标,f1和f2,采用加权求解的方式-more goals in Matlab PSO procedures, the text set up two goals, f1 and f2. using the weighted solution!
logistic_pso
- 利用logistic混沌搜索方法对传统粒子群进行该进,并用于多目标决策
粒子群算法实现目标函数的最优解
- 粒子群算法实现目标函数的最优解
mopsocd
- 这是一个基于距离的多目标粒子群优化算法C语言实现-This is an implementation of MOPSO-CD,a multiobjective particle swarm optimization algorithm using crowding distance
mpso
- 多目标粒子群优化算法,利用粒子群算法原理编写优化两个目标函数。-Multi-objective particle swarm optimization algorithms, particle swarm optimization principle to write to optimize the two objective functions.
PSO
- 粒子群算法的matlab程序,建立一个function,写下目标函数就可以使用-a pso for matlab
MOPSOwang
- 关于模糊车辆路径问题的多目标粒子群算法,里面有作者提出的实数编码方式,在经典的MOPSO基础上完成的。模糊包括模糊需求、模糊旅行时间和模糊服务时间多重模糊特性。-Fuzzy vehicle routing problem with multi-objective particle swarm algorithm, which has the real number encoding, proposed by the authors in classic MOPSO based on. Fuzzy
duomubiaoliziqunsuanfa
- 改进的多目标粒子群算法,包括多个测试函数对程序中的部分参数进行修改将更好地求解某些函数 -Improved multi-objective particle swarm algorithm, including multiple test functions of some parameters on the program will be modified to better solve certain functions
sa-pso
- 粒子群算法,利用粒子群算法求目标函数的最优问题,极大值或极小值-code for particle swarm optimization method written in MATLAB
duo-mu-biao-xian-xing-you-hua
- 利用粒子群算法计算多目标线性优化问题的解-Using multi-objective particle swarm algorithm for solving linear optimization problems
Particle-swarm-optimization
- 粒子群算法是寻找某个最大值,但是我 们工程上用的目标函数往往是求最小值,因此我把程序改成寻找目标函数的最小值了。 如果需要调回来的话,在函数体里面把max() 改为min()-Particle swarm optimization (pso) algorithm is to find a maximum, but me The project with the minimum of the objective function is often, so I change the pr
jMetal-CPP-version
- 外国人写的基于C++的单目标和多目标优化源程序jMetal 4.5最新版的C++源程序,包括NSGA-II\SPEA2\MOPSO,以及单目标优化算法-粒子群PSO、差分进化DE等。-C++ version of jMetal 4.5
particle-swarm-optimization
- PSO 单目标粒子群算法用c++语言实现-PSO PSO algorithm with single objective c++ language
MOEAs
- 多种多目标进化算法的集合,包括粒子群算法MOPSO,多目标遗传算法NSGA-II,以及MOEA/D等-a set of MOEAs,including MOPSO, NSGA-II, and MOEA/D.
pid
- 主要研究基于粒子群算法控制系统PID参数优化设计方法以及对PID控制的改进。选择控制系统的目标函数,本控制系统选用时间乘以误差的绝对值,通过对控制系统的逐步仿真,对结果进行分析-The main research based on particle swarm optimization algorithm control system PID parameter optimization design method and the improvement of PID control. Choo
pos
- 改进后的粒子群算法,可用于求解规划问题,路径问题和相关多目标组合优化问题-The improved particle swarm optimization (pso) algorithm, can be used to solve the planning problem, the routing problem and the relevant multi-objective combinatorial optimization problem
pso
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO。它具有精度高,收敛快等优点,广泛用于系统辨识、函数优化等领域。文件pso.m是粒子群算法辨识程序,在此基础上,需要自行编写目标函数计算程序以实现不同系统的参数辨识。(Particle swarm optimization (PSO), also known as particle swarm optimization algorithm or bird swarm foragi