CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 粒子群优化

搜索资源列表

  1. pso-bp

    5下载:
  2. 这是一个采用粒子群算法优化bp神经网络权值的MATLAB程序-This is a particle swarm optimization using neural network weights bp MATLAB program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-06-27
    • 文件大小:2330
    • 提供者:chengfei
  1. standedpso

    0下载:
  2. 粒子群算法讲解及matlab优化算法源码 说明详细 运行方便-Particle Swarm Optimization Algorithm on the matlab source code and detailed operation of the convenience that
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:154724
    • 提供者:mingming
  1. BreedPSO

    0下载:
  2. 基于杂交的粒子群算法求解无约束优化问题,主要是各粒子的位置和速度-Based on the hybrid particle swarm algorithm for unconstrained optimization problems, mainly the position and velocity of particles
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:726
    • 提供者:王国
  1. pso_wavelet

    10下载:
  2. 小波神经网络模型,采用粒子群算法优化,包含单输入、多输入-Wavelet neural network model, using particle swarm optimization, including single-input, multiple-input
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-09
    • 文件大小:10569
    • 提供者:金超
  1. power-system-problem-based-on-PSO

    1下载:
  2. 利用粒子位置和速度的改变更新,在熟悉多目标粒子群算法的基础上利用测试函数对该算法进行仿真,并对仿真结果进行优化。-The particle position and velocity changes update in the familiar multi-objective particle swarm optimization based on the use of test functions to simulate the algorithm, and the optimization
  3. 所属分类:matlab

    • 发布日期:2016-03-16
    • 文件大小:223232
    • 提供者:durongmao
  1. Wireless_MESH_Network_Channel_Assignment_general_M

    3下载:
  2. 基于粒子群优化的无线MESH网信道分配算法通用MATLAB源码,本算法基于冲突图的粒子群优化算法而来。-Particle Swarm Optimization for Wireless MESH Network Channel Assignment General MATLAB source code, the algorithm is based on the conflict graph from PSO.
  3. 所属分类:通讯/手机编程

    • 发布日期:2017-04-21
    • 文件大小:4054
    • 提供者:成龙
  1. ditujiasupso

    0下载:
  2. 一种带有梯度加速的粒子群算法,可以实现多种优化工作的需要哦。-With a gradient to accelerate the particle swarm algorithm, can achieve the needs of a variety of optimization Oh.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:34805
    • 提供者:qubin
  1. my_pso

    1下载:
  2. 将粒子群算法与免疫结合,计算函数的优化极值。-The particle swarm optimization combined with the immune calculated extremal function optimization.
  3. 所属分类:matlab例程

    • 发布日期:2013-03-20
    • 文件大小:2411
    • 提供者:刘洋
  1. PSO2

    0下载:
  2. 粒子群算法matlab 程序 可用于多种优化问题。-Particle swarm optimization matlab program can be used for a variety of optimization problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1164
    • 提供者:曹洪印
  1. mopsowithcd

    0下载:
  2. 一种计算全局拥挤距离多目标优化粒子群算法源程序,这是一个C语言编制的源程序,很实用.-A calculation of the overall crowding distance of multi-objective particle swarm optimization algorithm source code, which is a C language source program, it is practical.
  3. 所属分类:CSharp

    • 发布日期:2016-03-16
    • 文件大小:11617
    • 提供者:youzping
  1. pso-kekao

    0下载:
  2. 利用MATLAB编写,粒子群算法求解可靠性优化问题-Prepared using MATLAB, particle swarm algorithm for reliability optimization problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3183
    • 提供者:刘立
  1. Regression_LS_SVMlab_PSO_LuHua

    3下载:
  2. 运用粒子群算法优化支持向量机的参数,效果比较好-The use of particle swarm optimization algorithm for support vector machine parameters, the effect is better
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2347
    • 提供者:王娆芬
  1. pso_coli

    0下载:
  2. 粒子群算法的详细实现以及在大肠杆菌代谢过程中参数优化的应用。-Particle Swarm Optimization, as well as the detailed realization of the process of metabolism in Escherichia coli application of parameter optimization.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:9107
    • 提供者:吕铭守
  1. spso

    0下载:
  2. 这个是用基本粒子群优化算法解两个测试函数的最小值问题。-This is a fundamental particle swarm optimization algorithm using two test function solution of the minimum problem.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1258
    • 提供者:chenyanhai
  1. PSO_C++

    0下载:
  2. 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 备注:目标优化函数程序中已经内定了,f6 ={0.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:31534
    • 提供者:
  1. binary_pso_c

    0下载:
  2. 离散版粒子群算法,MATLAB环境中的,对求解离散优化问题很有帮助.-Discrete version of PSO, MATLAB environment to solve the problem of discrete optimization helpful.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:51047
    • 提供者:TL
  1. pso1

    1下载:
  2. 基本粒子群优化算法(pso),用matlab编写的PSO源程序,适用于函数优化等-pso
  3. 所属分类:matlab例程

    • 发布日期:2017-05-24
    • 文件大小:1044
    • 提供者:罗瑞
  1. MY_PSO_zyk_cgaus_rldc

    0下载:
  2. 给予粒子群算法的优点,将其用于电力系统中进行参数优化有明显效果-this is a alagorithm of var power optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3278
    • 提供者:jiangzhiling
  1. 7941925pos

    0下载:
  2. 粒子群的优化算法,不仅可以方便地解决无约束优化问题,也可以方便的解决有约束的非线性优化问题。-Particle Swarm Optimization algorithm, not only can easily solve the unconstrained optimization problem can also be convenient to solve constrained nonlinear optimization problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5084
    • 提供者:lxd
  1. PSO

    0下载:
  2. PSO粒子群算法,求解局部或者全局优化问题-PSO
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1502
    • 提供者:方晗炜
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com