搜索资源列表
zgfbpso
- 离散二进制粒子群优化算法,非常热门的新算法,给出几个函数实例,供大家参考-discrete binary PSO algorithm, a very popular new algorithm, gave a few examples of function, for your reference
pso
- 二进制粒子群优化算法pso,主程序:swarmpso.m 它包括以下子程序: 1. 初始化:swarminit.m 2. 适应值计算函数:swarmeval.m;
制粒子群算法的移动机器人路径规划
- [摘要】 由于用Pso进行机器人路径规划的研究尚局限于用连续模型规划连续描述的环境中的路径,使算法受到一定的局 限性.为此。研究了一种伞新的基于栅格法的机器人路径规划二进制粒子群算法.首先用栅格法描述机器人工作环境,在此基础 上,将机器人路径表示为粒子位置的二进制编码,并以路径长度为适应值,产生初始种群后,再对粒子佗置和速度进行更新,经 过多次迭代,即可获得从起始点到目标点的一条全局最优路径.该方法模型简单,算法复杂度低,收敛速度快,计
zgfbpso
- 离散二进制粒子群优化算法,非常热门的新算法,给出几个函数实例,供大家参考-discrete binary PSO algorithm, a very popular new algorithm, gave a few examples of function, for your reference
dpso_ccpzgf
- 二维二进制离散粒子群求解agent联盟问题的源代码,按c键迭代开始执行-two-dimensional discrete binary PSO Union agent for the source code, according to c Key iteration started
pso
- 二进制粒子群优化算法pso,主程序:swarmpso.m 它包括以下子程序: 1. 初始化:swarminit.m 2. 适应值计算函数:swarmeval.m; -Binary particle swarm optimization pso, the main program: swarmpso.m It includes the following subroutines: 1. Initialized: swarmin
binary_pso_c
- 粒子群优化算法 二进制粒子群优化算法 c语言实现-Binary particle swarm optimization particle swarm optimization algorithm c language
DPSO
- 离散二进制粒子群算法 DPSO -DPSO
pso
- 粒子群算法解决二进制问题,通过matlab语言进行编程-Binary particle swarm algorithm to solve the problem, through the matlab programming language
Distribution-network-reconfiguration
- 这是应用于配电网重构的改进二进制粒子群算法,能够取得比较理想的效果-Distribution network reconfiguration
kennedy_-pso
- 二进制粒子群的源代码,可以用来给初学者作为学习的模板。只要修改目标函数,就可以运行解决离散的优化问题-Binary particle swarm of source code, and can be used as a template for beginners to learn. As long as the objective function changes can run to solve the problem of the
NBPSO
- 这是一个优化的离散二进制粒子群算法,结构很好,希望对大家有用-This is an optimized binary particle swarm algorithm, good structure, and the hope that useful
DDPSOzipi
- 离散二进制粒子群算法法 DPSO -DPSO -Discrete binary particle swarm optimization method DPSO-DPSO
dzzggfbpsoi
- 离散二进制粒子群优化算法,非常热门的的新算法,给出几个函数实例,供大家参考 -Discrete binary particle swarm optimization algorithm, a very popular new algorithm, several instances of the function is given for your reference
SecPSO
- 二进制粒子群算法在matlab中应用,程序简单-Application binary PSO algorithm in matlab simple program
BPSO
- BPSO 二进制粒子群优化算法matlab源代码实现 -Binary particle swarm optimization algorithm
bpsofun
- 最近看了很多有关智能优化算法的文章,其中二进制粒子群(Binary Particle Swarm Optimization)算法应用较多,于是基于Matlab编写了一个通用的程序,希望可以为BPSO使用者提供方便,同时为学习BPSO和学习Matlab编程的同学提供一个参考-Binary Particle Swarm Optimization
2
- 配电网采用二进制粒子群算法进行重构,同时使用普通粒子群算法对接入的DG注入功率进行优化(The distribution network adopts binary particle swarm algorithm to refactor, and the DG injection power is optimized by using the general particle swarm algorithm)
BPSO for feature selection
- 二进制粒子群算法(Binary particle swarm optimization algorithm,BPSO)解决特征选择问题。(Binary particle swarm optimization algorithm for feature selection problem)
二进制粒子群优化算法matlab示例
- 二进制粒子群优化算法matlab示例,可直接运行