搜索资源列表

  1. Pso

    0下载:
  2. 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 -Simulation of a group of birds preying
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:chen
  1. pso

    1下载:
  2. 此程序包是用粒子群算法来求16个经典函数的最小最大值,其中界面友好,运行时会出现动态二维图来展现粒子群是如何运动来求最值的-This package is used for particle swarm optimization to 16 classic function of the smallest maximum value, in which user-friendly, run-time dynamic two-dimens
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:753664
    • 提供者:梁锦兆
  1. pso_train_net

    0下载:
  2. 此程序包是用粒子群算法来训练神经网络参数,只要打开demoPSOnet.m运行了,会出现动态的二维图-This package is used PSO to train neural network parameters, as long as the open demoPSOnet.m run, there will be a dynamic two-dimensional map
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:23552
    • 提供者:梁锦兆
  1. pso_qzn

    0下载:
  2. 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助-Wrote it myself on the Particle Swarm Optimization for the minimum function of the routine, easy-to-read, to understand the algorithm are very helpful
  3. 所属分类:matlab例程

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

    0下载:
  2. 自己实现的粒子群算法,是优化算法中比较实用重要的算法。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:郑华文
  1. newpso_withviolent

    0下载:
  2. 一种新型带有约束条件的标准粒子群算法,小弟第一次上传,还请各位大哥多多帮助和支持!-A new type of constraint condition with the standard particle swarm optimization,小弟From the first time, also please a lot of help and support older brother!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:毛毛
  1. epso

    0下载:
  2. 一种全局收敛且收敛速度大大改善的的粒子群算法-A global convergence and the convergence speed greatly improved particle swarm algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:gaohao
  1. qpso

    0下载:
  2. 量子粒子群算法 mathlab,专门使用量子理论来提高粒子群算法的效率,经实验表明,运算准确性和效率有很大提升-Quantum Particle Swarm Optimization mathlab, specifically the use of quantum theory to improve the efficiency of particle swarm optimization, the experiments show t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:jason
  1. test3_5

    0下载:
  2. 粒子群算法的实例,应用于无线网络节点的动态布署等。图和表显示结果-Examples of particle swarm optimization applied to the wireless network nodes, such as dynamic deployment. Graph and table shows the results of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:QGP
  1. ditujiasupso

    0下载:
  2. 一种带有梯度加速的粒子群算法,可以实现多种优化工作的需要哦。-With a gradient to accelerate the particle swarm algorithm, can achieve the needs of a variety of optimization Oh.
  3. 所属分类:matlab例程

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

    0下载:
  2. QoS选播路由的粒子群算法仿真主函数 来自(http://blog.sina.com.cn/greensim)-QoS Anycast Routing Simulation of the particle swarm algorithm main function from (http://blog.sina.com.cn/greensim)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:zhao xian sheng
  1. near_far

    0下载:
  2. 粒子群算法的多用户检测。希望对智能算法感兴趣的人有用。-Particle Swarm Optimization of Multi-User Detection. I hope the smart people who are interested in a useful algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:张维校
  1. liziqunsuanf

    0下载:
  2. 介绍粒子群算法的多用户检测。里面有四个程序。-Particle Swarm introduced multi-user detection. There are four procedures.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:张维校
  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-05-15
    • 文件大小:5120
    • 提供者:留言民
  1. pso-kekao

    0下载:
  2. 利用MATLAB编写,粒子群算法求解可靠性优化问题-Prepared using MATLAB, particle swarm algorithm for reliability optimization problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:刘立
  1. Regression_LS_SVMlab_PSO_LuHua

    0下载:
  2. 运用粒子群算法优化支持向量机的参数,效果比较好-The use of particle swarm optimization algorithm for support vector machine parameters, the effect is better
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:王娆芬
  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-05-15
    • 文件大小:13312
    • 提供者:许留山
  1. AntColonySystem

    1下载:
  2. 粒子群算法的matlab程序在有障碍的路径图中寻找最短路径的程序。-Particle Swarm matlab process there is an obstacle in the path diagram to find the shortest path procedure.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:吕铭守
  1. binary_pso_c

    0下载:
  2. 离散版粒子群算法,MATLAB环境中的,对求解离散优化问题很有帮助.-Discrete version of PSO, MATLAB environment to solve the problem of discrete optimization helpful.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:51200
    • 提供者:TL
  1. pso

    0下载:
  2. 基本的粒子群算法十分清晰 便于理解 适合初学者学习应用-The basic particle swarm algorithm is very clear and easy to understand for beginners to learn the application of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:lixiaolong
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org