CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 粒子群 测试

搜索资源列表

  1. 粒子群算法程序以及优化神经网络程序

    0下载:
  2. 粒子群算法程序以及优化神经网络程序,测试通过
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2010-10-18
    • 文件大小:37587
    • 提供者:ruisheng536
  1. QPSO 采用matlab语言描述的量子粒子群算法

    7下载:
  2. 采用matlab语言描述的量子粒子群算法,并附有一些测试函数-Using matlab language to describe the quantum particle swarm algorithm, along with some test function
  3. 所属分类:matlab例程

    • 发布日期:2017-03-24
    • 文件大小:3051
    • 提供者:mali
  1. MATLAB

    10下载:
  2. 编写的粒子群(PSO)算法优化Kmeans聚类的MATLAB代码,MATLAB6.5/7.1测试通过,其它版本没测试。-(PSO)Kmeans MATLAB6.5/7.1
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2380
    • 提供者:王珂
  1. qpso

    4下载:
  2. 基于量子行为的粒子群算法的MATLAB的源程序,已测试可以用-Based on the quantum behavior of particle swarm optimization MATLAB source, have been tested can be! !
  3. 所属分类:图形图象

    • 发布日期:2012-12-26
    • 文件大小:794
    • 提供者:吴涛
  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. 所属分类:Other systems

    • 发布日期:2016-09-14
    • 文件大小:35914
    • 提供者:姚思
  1. power-system-problem-based-on-PSO

    1下载:
  2. 利用粒子位置和速度的改变更新,在熟悉多目标粒子群算法的基础上利用测试函数对该算法进行仿真,并对仿真结果进行优化。-The particle position and velocity changes update in the familiar multi-objective particle swarm optimization based on the use of test functions to simulate the algorithm, and the optimization
  3. 所属分类:matlab

    • 发布日期:2016-03-16
    • 文件大小:223232
    • 提供者:durongmao
  1. pso-matlab

    2下载:
  2. 粒子群优化算法pso,针对不同测试函数进行了算法编写-Particle swarm optimization pso, for different test functions of the algorithm to prepare
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:2436
    • 提供者:陈颖
  1. Optimization_of_RBF_Network

    2下载:
  2. Matlab粒子群算法优化RBF网络 采用了粒子群算法对RBF神经网络中的参数进行了优化,在测试程序中验证了经过粒子群算法优化的RBF神经网络的函数逼近能力比未经过优化的逼近能力强-Matlab PSO RBF network optimization using particle swarm optimization on RBF neural network parameters are optimized, in the test procedures and verified thr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4621
    • 提供者:陳子力
  1. psoalgortihm

    0下载:
  2. 自己编写的粒子群优化算法,以计算一个函数的值作为测试,达到了良好的精度-I have written the particle swarm optimization algorithm to calculate the value of a function as a test, to achieve a good accuracy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:948093
    • 提供者:binbin
  1. PSOt

    4下载:
  2. 粒子群算法工具箱,有DEMO程序,可以对16中常见函数测试,并附有神经元网络的训练算法-Particle swarm optimization toolbox, there are DEMO program, you can test for 16 common functions, together with the training algorithm for neural networks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-24
    • 文件大小:759846
    • 提供者:石怀涛
  1. PSOS_exe

    0下载:
  2. 粒子群优化算法,采用c语言实现,测试均采用经典函数。-Particle swarm optimization algorithm, using c language implementation, testing, adopt the classic function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:58919
    • 提供者:刘丽景
  1. Peking_University_PSO_All_in_one

    7下载:
  2. 北京大学计算智能研究室几位计算智能教授的辛苦结晶,包含粒子群算法源代码,PPT文档说明,十五个典型的测试函数,算法注释详尽,简明扼要,是难得的粒子群算法学习材料-Institute of Computational Intelligence Computational Intelligence Research Laboratory Professor of several hard crystal that contains the source code for Particle Swarm
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-29
    • 文件大小:7351182
    • 提供者:liutianya
  1. pso

    0下载:
  2. 一个java编写的粒子群程序,可自行设置多个参数,并有图像跟踪粒子运行状态,已经在Eclipse上测试通过。-A java program written in particle swarm, are free to set multiple parameters, and image tracking particles running, has been tested on Eclipse.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:44553
    • 提供者:sunyang
  1. pso_ga_RBF_network

    0下载:
  2. 用MATLAB语言编写的,采用了粒子群算法对RBF神经网络中的参数进行了优化,在测试程序中验证了经过粒子群算法优化的RBF神经网络的函数逼近能力比未经过优化的逼近能力强-Written by MATLAB, using the particle swarm algorithm to RBF neural network parameters were optimized, validated in the test program through the Particle Swarm Optim
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2663
    • 提供者:yyt
  1. 粒子群算法

    2下载:
  2. 用c++的方法编写单目标粒子群算法,包含4个测试函数,结果还不错
  3. 所属分类:人工智能/神经网络/遗传算法

  1. Psot

    1下载:
  2. 标准的粒子群算法,本人测试可以使用,和大家分享,谢谢(Standard particle swarm optimization, to share with you, thank you)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:1520640
    • 提供者:凯凯0124
  1. PSO

    1下载:
  2. 粒子群算法改进程序和一些测试函数的编写比原算法比较好(The improvement program of particle swarm optimization and the writing of some test functions are better than those of the original algorithm)
  3. 所属分类:matlab例程

  1. PSO-Sphere

    2下载:
  2. 粒子群算法,一种智能优化算法,带有测试函数sphere(Particle swarm optimization (PSO), an intelligent optimization algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-09-13
    • 文件大小:3011
    • 提供者:Muriil
  1. 粒子群算法测试测试函数

    3下载:
  2. 粒子群算法测试测试函数 分别用5个函数进行测试(Particle Swarm Optimization Testing Function)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-11-05
    • 文件大小:2048
    • 提供者:lq520
  1. 粒子群算法

    1下载:
  2. 利用粒子群算法求解测试函数算法,可以完整的实现(Using particle swarm optimization algorithm to solve the test function algorithm can be fully implemented)
  3. 所属分类:Windows编程

    • 发布日期:2020-11-05
    • 文件大小:1024
    • 提供者:qiuwangde
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com