搜索资源列表

  1. 离散粒子群算法(Discrete+PSO)C语言源代码

    1下载:
  2. 所属分类:Windows编程

  1. ParticleSwarmOptimization

    0下载:
  2. 粒子群优化算法的源代码。以一个实例演示了基本粒子群算法的实现,是很高效的智能算法-PSO algorithm source code. An example to demonstrate the algorithm group of elementary particles, were very smart and efficient algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:15360
    • 提供者:ok8848
  1. hpsooption

    0下载:
  2. 有关粒子群算法的源代码,matlab编写,希望对需要的朋友有用。-the PSO source code, Matlab prepared, and I hope to the needs of useful friends.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-04
    • 文件大小:4096
    • 提供者:lq
  1. Discrete_PSO_TSP_C

    0下载:
  2. 离散粒子群算法(Discrete PSO)C语言源代码。 附带有利用D-PSO解决旅行商问题(TSP)的代码可作为使用时的Demo参考-discrete particle swarm algorithm (Discrete PSO) C language source code. Incidental use of a D-PSO solve the traveling salesman problem (TSP) code can
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:49152
    • 提供者:布拉德
  1. randpso

    0下载:
  2. 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是随机粒子群算法源代码,可以直接运行,针对不同的问题,只要稍加修改就可以马上使用,希望能对大家有点帮助。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior gro
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:208896
    • 提供者:曾生宝
  1. standpso

    0下载:
  2. 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是标准粒子群算法源代码,可以直接运行,针对不同的问题, 只要稍加修改,既可。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior groups to const
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:196608
    • 提供者:曾生宝
  1. pso

    0下载:
  2. 这是一个pso程序采用粒子群优化算法的源代码。在vc.net2003下面通过-This is a procedure used PSO Particle Swarm Optimization of the source code. Vc.net2003 adopted in the following
  3. 所属分类:通讯编程

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:gddka
  1. pso-souceCode-C++Version

    0下载:
  2. 一个粒子群优化(PSO)算法的C++版本的源代码。-A particle swarm optimization (PSO) algorithm C++ Version of the source code.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:KTGG
  1. PSOt_User_manual

    0下载:
  2. 粒子群算法(PSO)源代码工具箱。该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好有关参数,即可自行优化。-Particle Swarm Optimization (PSO) source code toolbox. The toolkit will be the core of the PSO algorithm package, and available to users of the adj
  3. 所属分类:软件工程

    • 发布日期:2024-06-04
    • 文件大小:58368
    • 提供者:李志
  1. basic_PSO_with_w_c

    0下载:
  2. 带有收缩因子和惯性权重的基本PSO粒子群算法源代码。本源代码模块化编写,结构清晰,便于改进和做数值实验-With contraction factor and inertia weight PSO basic particle swarm algorithm source code. Source code modular preparation, structure, clear, easy to improve and to do
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:3072
    • 提供者:楚湘华
  1. pso.files

    0下载:
  2. 基于粒子群算法,可以用于函数优化的源代码,用matlab实现-Based on Particle Swarm algorithm, can be used for function optimization of source code, implementation using matlab
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:15360
    • 提供者:qinming
  1. PSO

    0下载:
  2. 很实用的群优化智能算法,计算粒子群算法的源代码,所需优化的目标函数命名为fitness即可。-a partical swarm algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:iop
  1. HybridParticleSwarmOptimization

    0下载:
  2. 粒子群算法(pso)的源代码(matlab)-Particle swarm optimization (pso) source code (matlab)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:4096
    • 提供者:sj
  1. pso

    1下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the b
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:16384
    • 提供者:熊杰
  1. pso

    0下载:
  2. 这是我自己编写的基本粒子群算法源代码。供初学者用-This is my own preparation of elementary particle swarm algorithm source code. For beginners to use
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:刘洪霞
  1. 粒子群源代码

    0下载:
  2. 粒子群算法应用于函数极值求解的源程序,读者可以根据需要自行修改所求的函数(Application of particle swarm optimization (PSO) to the source program of function extremum solution)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:小爱尼姑
  1. 粒子群算法PSO源代码 MATLAB

    0下载:
  2. 详细地阐述了粒子群算法PSO源代码,十分全面(PSO source code for particle swarm optimization)
  3. 所属分类:文档资料

    • 发布日期:2024-06-04
    • 文件大小:19456
    • 提供者:ZaynW
  1. 粒子群算法PSO

    0下载:
  2. 粒子群算法全代码MATLAB程序源代码,全网最全(Particle swarm algorithm full code MATLAB program source code, the whole network is the most complete)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-04
    • 文件大小:6144
    • 提供者:刘红雨0706
  1. pso

    0下载:
  2. 粒子群算法的源代码,包括线性递减惯性权重的改进代码(Source code of particle swarm optimization, including improved code of linear decreasing inertia weight)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:4096
    • 提供者:国文博
  1. 粒子群优化

    0下载:
  2. 粒子群优化matlab源代码 使用matlab编程利用粒子群优化算法解决二维函数优化问题(Source code for PSO Matlab programming using particle swarm optimization algorithm to solve the two-dimensional function optimization problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:cokid
« 12 3 4 5 »

源码中国 www.ymcn.org