搜索资源列表

  1. 标准粒子群算法

    0下载:
  2. 基本粒子群算法!!!
  3. 所属分类:其它文档

  1. 基本粒子群算法的matlab源程序

    0下载:
  2. 基本粒子群算法的matlab源程序
  3. 所属分类:源码下载

  1. cpso

    1下载:
  2. c语言版基本粒子群算法源程序-c-language version of elementary particles algorithm source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:62464
    • 提供者:曲晓威
  1. Demo PSO

    0下载:
  2. 粒子群优化算法(pso)的源程序。包括基本粒子群算法的程序及其在优化函数方面的应用。-Particle Swarm Optimization (PSO) of the source. Groups including the elementary particles algorithm optimization process and its function in the application.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:5120
    • 提供者:周正
  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. original_PSO

    0下载:
  2. 利用基本粒子群优化算法,使用matlab工具,求解Rastrigrin函数。-using particle swarm optimization algorithm, the use of Matlab tool Solving Rastrigrin function.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:杨志鹏
  1. pso-powerflow

    0下载:
  2. 基于matlab的基本粒子群优化算法,可应用与最优潮流计算等-Matlab-based optimization of the particle swarm algorithm can be applied with optimal power flow calculation
  3. 所属分类:其他行业

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

    0下载:
  2. 一个用java编写的改进的粒子群算法,利用基本粒子群算法的基础上,结合了其它算法的优点。-Using java to prepare an improved particle swarm optimization, the use of elementary particle swarm optimization based on a combination of the merits of other algorithms.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-04
    • 文件大小:46080
    • 提供者:savvy
  1. thecontrollingofpidinpsoo

    0下载:
  2. 基本粒子群优化算法Matlab源程序,其中的fitness函数可根据自己需要更改。-Elementary particle swarm optimization algorithm Matlab source code, in which the fitness function may need to change according to their own.
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 由基本粒子群最佳化发展而来的耗散粒子群算法-From the best group of elementary particles developed from Dissipative Particle Swarm Optimization
  3. 所属分类:C#编程

    • 发布日期:2024-06-04
    • 文件大小:10240
    • 提供者:梅传根
  1. pso

    0下载:
  2. %--- 基本粒子群优化算法(Particle Swarm Optimization)--- ----- %--- 名称:基本粒子群优化算法(PSO) %------作用:求解优化问题 %------说明:全局性,并行性,高效的群体智能算法 ---- Elementary particle swarm optimization algorithm (Particle Swarm Optimization)--------
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:5120
    • 提供者:依然
  1. spso

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

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

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

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:罗瑞
  1. pso(1)

    0下载:
  2. pso算法源程序 介绍基本粒子群算法的MATLAB实现程序-Particle Swarm Optimization
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:朱程燕
  1. basicPSO

    0下载:
  2. 采用基本粒子群最优化方法求函数最小值的程序,程序简单,实用-Demand function with the basic minimum procedures for PSO
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 基本粒子群算法,包括主函数和相应的适应度函数-PSO
  3. 所属分类:matlab例程

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

    0下载:
  2. 维数可变的基本粒子群算法,改变参数的值就可以求任意维数的函数最小值。-Variable dimension particle swarm optimization, in order to change the value of the parameter can be any function of the minimum dimension.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:刘洪霞
  1. 粒子群算法程序

    0下载:
  2. 粒子群算法的程序,主要是针对基本粒子群和改进粒子群算法。(Particle swarm optimization procedures, mainly for the basic particle swarm optimization and improved particle swarm algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:5395456
    • 提供者:飘着
  1. 基本粒子群算法的matlab源程序

    0下载:
  2. 基础的粒子群云源代码,是应用粒子群算法的基础。(Cloud source code based on Particle Swarm)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:11264
    • 提供者:默黑白
  1. 基本粒子群 - 副本

    1下载:
  2. 对IEEE33节点系统进行配电网重构,利用基本粒子群迭代优化,采用前推回代计算潮流,有中文注释,是初学者必备的程序教程(Reconfiguration of the distribution network of the IEEE33 node system, using the basic particle swarm iterative optimization, using the pre-push back to the cal
  3. 所属分类:Internet/网络编程

« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org