搜索资源列表

  1. 差别算法matlab源码

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:16384
    • 提供者:
  1. 粒子群优化算法介绍

    0下载:
  2. 粒子群优化算法介绍,PSO(Particle Swarm Optimization)-PSO algorithm, the PSO (Particle Swarm Optimization)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:153600
    • 提供者:原野
  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-05-02
    • 文件大小:5120
    • 提供者:周正
  1. pso_2D1

    0下载:
  2. 粒子群优化算法 相信有不少人知道粒子群优化吧。算法简单而且寻优的速度快。我用matlab写了PSO的实现程序,相信对对这方面感兴趣的兄弟有用。为了比较直观的演示PSO的算法,用了2维的。 -PSO algorithm believe a lot of people know it PSO. A simple algorithm optimization and faster. I used Matlab was the PSO pr
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:陈明
  1. PSO-C

    0下载:
  2. 在C语言环境下使用的粒子群优化算法,需要给出最大速度、迭代次数、作为中断条件的最小误差等初始条件。-in the C-language environment to the use of the PSO algorithm, the greatest need is speed, the number of iteration, as the smallest disruption error conditions such as in
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:58368
    • 提供者:
  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-05-02
    • 文件大小:15360
    • 提供者:ok8848
  1. gpso

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhar博士和kennedy博士发明。源于对鸟群捕食的行为研究 ,PSO同遗传算法类似,是一种基于叠代的优化工具。 -Particle Swarm Optimization (PSO) is an evolutionary computation technique (evolutionary computation), and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:叶开
  1. pso

    1下载:
  2. 本程序是关于粒子群优化算法PSO的代码 运行环境是vc6.0-This procedure is on the Particle Swarm Optimization PSO code runtime environment is vc6.0
  3. 所属分类:软件工程

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:bairu
  1. pso

    0下载:
  2. 基于多线程机制的,利用Matlab编写,粒子群优化算法。目标变量采用归一化处理,适用于所有的优化函数。优化函数自定义为fitness(x)。-Based on multi-threading mechanism, the use of Matlab to prepare, particle swarm optimization algorithm. Target variables using normalized treatment
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:lys
  1. PSO-evolutionarycomputation

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:22528
    • 提供者:zzh
  1. vc-pso

    0下载:
  2. 基于粒子群优化算法,通过多次叠代查找函数的最优项目-Based on Particle Swarm Optimization, through multiple iterations to find the optimal function of the project
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:臧慧娟
  1. PSO

    0下载:
  2. 这是粒子群优化算法的实现,求解多模态函数非常使用-This is the Particle Swarm Optimization algorithm to solve multi-modal function is the use of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:12288
    • 提供者:武潮气
  1. 粒子群优化算法2

    0下载:
  2. 三种常见的粒子群优化算法,如linWPSO,LnCPSO,PSO(Three common particle swarm optimization algorithms, such as linWPSO, LnCPSO, and PSO)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:cjq0624
  1. [智能] 粒子群优化算法演示(PSO)-PSO_Wael

    1下载:
  2. 用粒子群优化算法进行函数寻优,比如寻找函数的最小值,最大值等。(Particle swarm optimization algorithm for function optimization, such as finding the function of the minimum, maximum and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:139264
    • 提供者:yangyifei
  1. 粒子群优化算法

    0下载:
  2. 粒子群优化算法的一个demo,简单易懂,属于入门的pso算法(Particle swarm optimization algorithm, a demo, easy to understand, belong to the entry of the PSO algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:8192
    • 提供者:1286705494
  1. pso

    0下载:
  2. 粒子群优化算法的MATLAB代码,代码源充分。(The particle swarm optimization algorithm MATLAB code, the source of the full code.)
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:wfwtdlp
  1. 粒子群优化算法

    0下载:
  2. 粒子群优化算法(Particle Swarm Optimization,简称为PSO),粒子群算法是近年来发展起来的一种新的进化算法,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质(Particle swarm optimization algorithm (Particle Swarm Optimization, referred to as PSO), particle swarm algorith
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:2355200
    • 提供者:ZJN27
  1. 经典即变异粒子群优化算法

    0下载:
  2. AsyLnCPSO算法,BreedPSO算法,CLSPSO算法,经典粒子群PSO算法,RandWPSO算法等等经典粒子群变异算法模型(AsyLnCPSO algorithm, BreedPSO algorithm, CLSPSO algorithm, classical particle swarm optimization PSO algorithm, RandWPSO algorithm and so on, and so on.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:4096
    • 提供者:一心想学
  1. 基于粒子群优化的多智能体协作进化方法

    0下载:
  2. 粒子群优化在多智能体系统上的应用和仿真实现(the implementation of PSO in multi-agent systems)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:163840
    • 提供者:lililililalala
  1. 粒子群优化

    0下载:
  2. 粒子群优化matlab源代码 使用matlab编程利用粒子群优化算法解决二维函数优化问题(Source code for PSO Matlab programming using particle swarm optimization algorithm to solve the two-dimensional function optimization problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:cokid
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org