搜索资源列表
整数规划粒子群算法
- 用于求解整数规划的粒子群算法C++代码。(C++ code of particle swarm algorithm for Solving integer programming)
单目标粒子群算法寻优
- 利用粒子群优化算法,对单目标函数寻优,寻找函数的极值。(Searching for the extremum of a function by searching the single objective function.)
论文粒子群算法的程序和迭代收敛图
- 用于配电网重构的粒子群算法,可以给大家参考(Particle swarm optimization for distribution network reconfiguration)
粒子群算法
- 自己整理的史上最好用的粒子群算法,代码准确,可读性高(The best used particle swarm optimization algorithm in history)
程序---PSO粒子群算法求传递函数系数
- 程序---PSO粒子群算法求传递函数系数(Program ---PSO particle swarm optimization algorithm for transfer function coefficient)
混合粒子群算法原始
- 采用混合粒子群算法求解tsp问题MATLAB仿真(Hybrid particle swarm optimization (PSO) algorithm for MATLAB simulation of TSP problem)
粒子群算法优化PID参数实例1
- 粒子群算法优化PID参数实例+matlab代码学习研究(Optimization of PID parameters by particle swarm optimization)
粒子群算法
- 简述了数学建模粒子群算法实例,并用MATLAB实现(The example of mathematical modeling particle swarm optimization (PSO) is introduced, and it is realized by MATLAB)
基于粒子群算法的多目标搜索算法
- 基于粒子群算法的多目标搜索算法(含详细代码)(Multi target search algorithm based on particle swarm optimization (including detailed code))
二维粒子群算法的matlab源程序
- 一个实用的二维粒子群算法的matlab源程序(Matlab source program of two dimensional particle swarm optimization)
改进粒子群算法example
- 改进的粒子群算法源代码,可以对多元目标函数进行寻优计算。(Improved source code for particle swarm optimization)
粒子群算法-求二次函数最大值问题
- 粒子群算法 C++实现 粒子群算法完整源代码,求解二次函数最大值问题 欢迎分享使用(C++ implementation of particle swarm optimization algorithm)
粒子群算法PSO
- 粒子群算法全代码MATLAB程序源代码,全网最全(Particle swarm algorithm full code MATLAB program source code, the whole network is the most complete)
单目标动态发电调度粒子群算法
- 对于6台常规机组,单目标为调度的成本最低,采用粒子群算法(For six conventional units, the single objective is to minimize the cost of scheduling. Particle swarm optimization is used.)
粒子群算法的寻优算法
- 一个关于粒子群算法的非线性函数极值寻优代码(A Nonlinear Function Extremum Code for Particle Swarm Optimization)
粒子群算法优化极限学习机PSO_ELM
- PSO粒子群算法优化极限学习机ELM参数,即PSO-ELM(The PSO particle swarm optimization algorithm is used to optimize the extreme learning machine ELM, ie pso-elm)
粒子群算法求解机器人路径规划
- 单机器人路径规划仿真,基于栅格地图模型,采用粒子群算法进行路径规划。(Single robot path planning simulation, based on grid map model, using particle swarm algorithm for path planning)
改进粒子群算法
- 自编改进粒子群算法MATLAB程序,可供初学者使用(Matlab program of improved particle swarm optimization algorithm is compiled by ourselves, which can be used by beginners)
粒子群算法
- 粒子群算法是比较实用易实现的高效进化算法,压缩包中给了详细的算法代码以及相应的例子。(PSO is a good and effective algorithm)
粒子群算法
- 利用粒子群算法求解测试函数算法,可以完整的实现(Using particle swarm optimization algorithm to solve the test function algorithm can be fully implemented)