搜索资源列表

  1. hill

    1下载:
  2. 爬山算法 可以解决许多函数优化方面的问题,可以与其他算法,如蚂蚁算法,粒子群算法等融合使用,有其一定的研究意义-Climbing algorithm can solve many function optimization problems, with other algorithms, such as ant algorithms, particle swarm optimization, such as integration of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:mawei
  1. TSP

    0下载:
  2. 本程序是对旅行家问题的粒子群优化算法实现-This procedure is the issue of travelers Particle Swarm Optimization Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:邓高峰
  1. imunity_pso

    0下载:
  2. 带免疫功能的粒子群算法,在matlab环境实现。-With immune function of particle swarm optimization, in the matlab environment realize.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:savvy
  1. stdpso

    0下载:
  2. 粒子群优化(PSO)标准算法,是学习粒子群算法编程的入门程序-Particle Swarm Optimization (PSO) standard algorithm, particle swarm optimization learning introductory programming procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:路子
  1. PSOLyapunov

    0下载:
  2. 用matlab编程实现计算粒子群算法中系统的Lyapunov函数与单个粒子的运行轨迹。-Matlab Programming calculated using particle swarm algorithm in the system Lyapunov function and operation of a single particle trajectory.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:高小梅
  1. gaandpsoandacoforTSP

    0下载:
  2. 各种优化算法解决TSP问题 包括蚂蚁群算法 ,粒子群算法 ,遗传算法等等 -Various optimization algorithms to solve TSP problems include ants swarm optimization, particle swarm optimization, genetic algorithms, etc.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:博击长空
  1. psot

    1下载:
  2. 粒子群算法工具箱 该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设置好函数自变量的取值范围、每步迭代允许的最大变化量(称为最大速度,Max_V)等,即可自行优化。-Particle Swarm Optimization Toolbox of the Toolkit will be the core of the PSO algorithm pack
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:820224
    • 提供者:张鹤峰
  1. pso

    0下载:
  2. 基于粒子群算法的(pso)的otsu图像分割算法。-Based on Particle Swarm (pso) image segmentation algorithm of Otsu.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王英
  1. pso

    0下载:
  2. 这是一个粒子群算法(pso)的MATLAB源程序-This is a particle swarm optimization (pso) the MATLAB source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Jesse Chen
  1. psomatlabprograme

    0下载:
  2. 一种混沌粒子群算法源程序。并附带几个测试函数。非常实用!-Chaos Particle Swarm Optimization of a source. And attached to several test functions. Very useful!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zhoumiao
  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-05-16
    • 文件大小:58368
    • 提供者:李志
  1. qpso-svm

    0下载:
  2. 本程序用量子行为的粒子群算法训练支持向量机,并用IRIS数据验证了该方法的有效性-This procedure acts with quantum particle swarm optimization training support vector machines, and IRIS data to verify the effectiveness of the method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:李慧
  1. HPSOMATLAB

    0下载:
  2. 繁殖粒子群算法,内含测试函数,参数采用随着跌代的逐步进行而逐步变化的策略.-Propagation of particle swarm algorithm, containing the test function, the parameters used with or on behalf of the step-by-step and gradual changes in strategy.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:ekin
  1. PSO-matlab

    0下载:
  2. MATLAB编写的粒子群优化算法,好用!-MATLAB prepared particle swarm optimization algorithm, easy to use!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1533952
    • 提供者:zhangqing
  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-05-16
    • 文件大小:3072
    • 提供者:楚湘华
  1. my_pso

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

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:刘洋
  1. PSO2

    0下载:
  2. 粒子群算法matlab 程序 可用于多种优化问题。-Particle swarm optimization matlab program can be used for a variety of optimization problems.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:曹洪印
  1. PSO

    0下载:
  2. 粒子群算法,根据自己需要可以更改里面的参数具体情况自己更改-Particle swarm optimization, in accordance with their needs can change the parameters inside the specific circumstances of their own change
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:949248
    • 提供者:Bruce
  1. PSOtoolbox

    0下载:
  2. MATLAB实现粒子群算法的toolbox工具。-MATLAB realization of Particle Swarm toolbox tools.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:759808
    • 提供者:留心
  1. pso

    0下载:
  2. 这是一个粒子群算法求解车辆路径的源码,用matlab仿真实现。-This is a particle swarm algorithm for vehicle routing the source, using matlab simulation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:ghy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org