搜索资源列表

  1. 简单PSO

    0下载:
  2. pso算法的改进与优化,即对粒子群算法惯性权重w与学习因子参数的约束。(pso algorithm is improved and optimized, that is, the constraints of the inertial weight w and the learning factor parameters of the particle swarm algorithm.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:杨晋
  1. pso-mpi

    0下载:
  2. 标准PSO的c++实现,可以单线程运行,也可以通过MPI实现并行化,同时实现了粒子间的拓扑结构。(Standard PSO c++ implementation, you can run a single thread, you can also achieve parallelization through MPI, while achieving the topology between particles)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1285120
    • 提供者:fanf_zhang
  1. PSO

    0下载:
  2. matlab中的PSO工具箱,用于解决pso优化问题(matlab in the PSO toolbox, used to solve the pso optimization problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1649664
    • 提供者:如轩粥
  1. PSO

    0下载:
  2. pso ,粒子群算法的matlab实现,包含fitness.m和pso.m(Particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Qoung
  1. PSO in noisy

    0下载:
  2. 噪声环境下的PSO代码实现,包含了PSO-ern、PSO-LA、SPSO等多版本的解决噪声环境粒子群优化问题的算法实现(the pso algorithm under noisy environment)
  3. 所属分类:数值算法/人工智能

  1. pso

    0下载:
  2. pso 训练算法,可调各种参数,在matlab 上直接运行,修改fun设置目标函数(PSO training algorithm, adjustable parameters)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:紫夜孤影
  1. pso-svm one output

    0下载:
  2. The pso-svm program implements multi-input single output
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:isweetsmell
  1. PSO

    0下载:
  2. pso工具箱 matlab工具箱 Brian Birge编写的(particle swarm optimization toolbox for matlab.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:800768
    • 提供者:双树娑罗
  1. PSO-Rastrgrin

    0下载:
  2. It is a basic PSO algorithm to solve function rastrgrin.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:114688
    • 提供者:rabbitace
  1. PSO-Griewankan

    0下载:
  2. It is all PSO m files to solve the function Griewankan, which you can also change the fun to solve other problems.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:612352
    • 提供者:rabbitace
  1. MATLAB Codes - PSO

    0下载:
  2. ANN-PSO matlab codes-Tested
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:57344
    • 提供者:littlemermaid
  1. PSO&GA

    0下载:
  2. 本文件对PID参数kp,ki,kd进行寻优,以ITAE作为指标函数。 PSO 文件中有详细的参数设置和寻优过程 GA寻优与PSO寻优作为对比出现 figure1展示了随着迭代次数的变化,适应度函数的收敛情况 figure2展示了kp,ki,kd的迭代情况 ht 文件是用来画图的 问题解决思路.pdf 简要介绍了粒子群算法寻优的过程(In this document, the PID parameters KP, Ki, KD
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:254976
    • 提供者:大燕
  1. 用pso算法解决了6X6的车间调度问题

    0下载:
  2. 采用粒子群优化算法解决6*6车间调度问题(Solving job shop scheduling with PSO)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:33792
    • 提供者:limbo92
  1. GA+PSO

    1下载:
  2. 压缩文件中包含三个文件,分别是:GA+PSO、GA_only和PSO_only三个程序包。程序是用MATLAB编写的遗传+粒子群算法、遗传算法、粒子群算法,每个程序中包括主程序、种群选择、自适应函数子函数。(The compressed file contains three files, which are GA PSO, ga_only and pso_only three program package. The program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:taiyuanwang
  1. PSO

    0下载:
  2. Particle swarm optimization (PSO) is a derivative-free global optimum solver. It is inspired by the surprisingly organized behaviour of large groups of simple animals, such as flocks of birds, schools of fish, or swarms
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:35840
    • 提供者:mahmood
  1. pso原始算法

    0下载:
  2. 粒子群算法,用于解决负载均衡优化问题,该算法编程简单,易于实现(Particle swarm optimization (PSO) algorithm is used to solve the load balancing optimization problem. The algorithm is simple and easy to implement)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:27618304
    • 提供者:温暖。
  1. 微粒群工具箱pso

    0下载:
  2. pso算法工具箱,使用pso算法处理问题的各种源码,推荐下载(PSO algorithm toolbox, the use of PSO algorithm to deal with the problem of various source code, recommended download)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:756736
    • 提供者:112135
  1. 大地电磁一维PSO反演

    0下载:
  2. 可进行大地电磁一维PSO反演计算,计算视电阻率(One dimensional PSO inversion calculation of magnetotelluric data .Calculated apparent resistivity)
  3. 所属分类:其他小程序

  1. PSO

    0下载:
  2. PSO的java基本实现,以及一种的改进版本,并且以Rastrigin函数为例,探究其运行效果(PSO java basic implementation, as well as an improved version, and take Rastrigin function as an example to explore its operation effect)
  3. 所属分类:人工智能/神经网络/遗传算法

  1. pso

    0下载:
  2. 一种基于粒子群算法的解决遍历多城市最短路径的算法,基于matlab开发平台,使用m语言编程的(For solving the minimum distance about traveling around multi-cities, we developed this algorithm based on PSO. Using m language and programming on matlab platform.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:allllllll
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »

源码中国 www.ymcn.org