搜索资源列表

  1. a_standard_PSO_program_for_matlab

    0下载:
  2. 标准粒子群优化算法的示例,程序主体附带大量讲解,简明扼要,适合初学者对粒子群算法结构进行研究-Standard particle swarm optimization example, the program attached to a large number of the main explanations, concise and suitable for beginners on the particle swarm algor
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:5120
    • 提供者:留言民
  1. PSO

    0下载:
  2. 粒子群优化算法,主要是函数优化问题。很使用-Particle Swarm Optimization, mainly function optimization problems. Is the use of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:260096
    • 提供者:chenming
  1. pso_gray

    2下载:
  2. 粒子群优化算法结合灰色模型进行电力市场的预测,自己编写的源代码,使用标准粒子群算法-Particle swarm optimization algorithm combined with a gray model forecast of the electricity market, I have written the source code, using the standard particle swarm optimizatio
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:13312
    • 提供者:许留山
  1. cross-pso

    0下载:
  2. 带交叉因子的粒子群优化算法,有关粒子群算法的改进并举例说明-Cross-factor with particle swarm optimization algorithm, the particle swarm algorithm and illustrates
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:5120
    • 提供者:pengyang
  1. Multiobjective-pso

    2下载:
  2. 多目标问题的粒子群优化算法实现,毕设时设计的,通过运行!-The issue of multi-objective particle swarm optimization algorithm, when the Bi-based design, by running!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:10240
    • 提供者:pengyang
  1. pso1

    0下载:
  2. 基本的粒子群优化算法的matlab说细代码,有详细的注释,很适合初学都参考。-The basic particle swarm optimization algorithm matlab code fine Say, have detailed notes, it is suitable for both beginner reference.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:lxd
  1. GAPSO

    3下载:
  2. 这个算法是遗传算法和粒子群优化算法相互结合的matlab程序,优化效率提高很多,不会陷入局部最优-This algorithm is a genetic algorithm and particle swarm optimization algorithm combined with each other matlab program, optimizing the efficiency a lot and will not fall
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:5120
    • 提供者:细细
  1. mopsoC

    1下载:
  2. 使用C 语言编写的 多目标的粒子群优化算法 MOPSO 可以运行 内含测试函数 可以多功能运行-Using the C language for multi-objective particle swarm optimization algorithm MOPSO can run embedded test function can be multi-run
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:35840
    • 提供者:姚思
  1. PSOS_exe

    0下载:
  2. 粒子群优化算法,采用c语言实现,测试均采用经典函数。-Particle swarm optimization algorithm, using c language implementation, testing, adopt the classic function.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:59392
    • 提供者:刘丽景
  1. QPSO

    0下载:
  2. 量子粒子群优化算法,采用matlab编程,可实现快速优化多维函数,不易陷入局部最优值-Quantum particle swarm optimization algorithm, using matlab programming, multi-dimensional functions can be optimized for fast, easy to fall into local optimal value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:王兰彬
  1. 粒子群算法的寻优算法-非线性函数极值寻优

    0下载:
  2. 使用粒子群优化算法实现函数最优值的求解,并对参数进行优化。(The particle swarm optimization algorithm is used to solve the optimal value of the function, and the parameters are optimized.)
  3. 所属分类:书籍源码

  1. 基于粒子群优化的无线MESH网信道分配算法

    0下载:
  2. 基于粒子群优化的无线MESH网信道分配算法通用MATLAB函数(General MATLAB function of wireless MESH network channel allocation algorithm based on particle swarm optimization)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:15360
    • 提供者:spring888999
  1. pso

    0下载:
  2. 用粒子群优化算法求解函数最大值问题,有收敛曲线图,自己编的程序,附带一个常用的函数(Particle swarm optimization algorithm to solve the problem of maximum function, a convergence curve)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:redeemer
  1. 粒子群优化算法

    0下载:
  2. MATLAB最优化计算,第13章的应用程序, 粒子群优化算法(Particle swarm optimization)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:8192
    • 提供者:阿呆9527
  1. 单目标粒子群算法寻优

    0下载:
  2. 利用粒子群优化算法,对单目标函数寻优,寻找函数的极值。(Searching for the extremum of a function by searching the single objective function.)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:Mr ren
  1. PSO

    0下载:
  2. 基于量子的粒子群优化算法,该算法通过粒子群有量子的行为,提高了算法的寻优能力,增强了算法的全局搜索能力,有效的避免了“早熟”问题。(Quantum based particle swarm optimization algorithm.The algorithm improves the searching ability of the algorithm by quantum behavior of particle swarm, a
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:一云
  1. 粒子群优化算法

    0下载:
  2. 粒子群算法的matlab源程序,包含粒子群算法的程序(program of Particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:20480
    • 提供者:MOMOhitomi
  1. 粒子群优化算法的寻优算法——非线性函数极值寻优

    0下载:
  2. 粒子群优化算法 一种经典的启发式算法(Particle swarm optimization algorithm, a classic heuristic algorithm)
  3. 所属分类:matlab例程

  1. chapter13粒子群优化算法的寻优算法

    0下载:
  2. 先大自然学习的一种算法,源于对鸟类捕食的研究,可以优化算法(An algorithm for first nature learning, derived from the study of bird predator, which can be optimized.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:734208
    • 提供者:杨八兔
  1. PSO

    0下载:
  2. 粒子群优化算法程序,简单实用,代码易懂,这个程序分为参数设计以及主循环(Particle swarm optimization algorithm, simple and practical, the code is easy to understand)
  3. 所属分类:数值算法/人工智能

« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org