CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 粒子

搜索资源列表

  1. 粒子群算法

    0下载:
  2. 粒子群算法代码,一种搜寻最优解的算法。它没有遗传算法的"交叉"(Crossover) 和"变异"(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。(Particle swarm algorithm, a search algorithm for optimal solutions. It does not have the "Crossover" and "Mutation" operation
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:名字好难
  1. 粒子群算法优化RBF网络

    0下载:
  2. 粒子群算法优化RBF网络的matab程序(Particle swarm optimization RBF network MATAB program)
  3. 所属分类:matlab例程

  1. BPF_1_3

    0下载:
  2. 粒子滤波算法,用来实现目标跟踪 代码很多,很多图像处理方面知识,初学者不要下载(Particle filter algorithm is used to achieve target tracking)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:3387392
    • 提供者:佚名2
  1. PSO

    0下载:
  2. matlab粒子群优化,性能可靠,代码逻辑清晰(The pso algorithm implemented in matlab with high effecient and clear logic.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:wjwxxn
  1. 粒子群优化算法以及改进的PSO算法代码matlab

    2下载:
  2. 粒子群算法及其改进,在原有粒子群算法基础上进行改进,增加免疫算法,使其尽快跳出早熟,收敛更快,结果更优!(Particle swarm optimization (PSO) and its improvement are improved on the basis of the existing particle swarm algorithm, and the immune algorithm is added to make it jump out of premature, faster
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:550912
    • 提供者:zhyh_419
  1. sample3-Griewankan

    0下载:
  2. 粒子群算法在求解Griewankan函数的应用(the application of pso in Griewankan function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:645120
    • 提供者:石岩1323
  1. sample2-Rastrgrin

    0下载:
  2. 粒子群算法在求解Rastrgrin函数的应用(the application of pso in Rastrgrin function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:116736
    • 提供者:石岩1323
  1. sample1

    0下载:
  2. 粒子群优化算法的一个应用,参考《智能算法30个案例》(anexample of the application of the pso algrithom)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:石岩1323
  1. pso

    0下载:
  2. 粒子群优化算法的一个应用,有基本的注释,需要一定水平才能看明白(an example of pso algorithom)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:石岩1323
  1. tsppso

    0下载:
  2. 用混合粒子群算法解决tsp问题,避免陷入局部最优解(Using PSO algorithm to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:11264
    • 提供者:f10x13q
  1. PSO

    0下载:
  2. 基于量子的粒子群优化算法,该算法通过粒子群有量子的行为,提高了算法的寻优能力,增强了算法的全局搜索能力,有效的避免了“早熟”问题。(Quantum based particle swarm optimization algorithm.The algorithm improves the searching ability of the algorithm by quantum behavior of particle swarm, and enhances the global searchi
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:一云
  1. 61801303pathline

    0下载:
  2. 粒子群算法求解机器人路径规划的MATLAB算法(MATLAB algorithm for particle swarm optimization for robot path planning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:124928
    • 提供者:小飞侠213
  1. PSOfirst

    0下载:
  2. 粒子群算法的应用matlab源程序及说明(Particle swarm algorithm applications, matlab source code and instructions)
  3. 所属分类:matlab例程

  1. Particle swarm optimization algorithm

    0下载:
  2. 单目标粒子群优化算法(PSO),通过追随当前搜索到的最优值来寻找全局最优(Particle swarm optimization algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:耶樟暮
  1. particle

    0下载:
  2. 利用C++语言,实现了粒子滤波算法,该算法可以用于机动目标的跟踪。(The particle filter algorithm is realized by using C++ language, and the algorithm can be used for maneuvering target tracking.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:964608
    • 提供者:lchy
  1. 2

    0下载:
  2. 基于动态环境的粒子群算法;matlab程序(dynamical environment-based PSO-algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:32768
    • 提供者:kkkkct
  1. particleSwarm

    0下载:
  2. 用粒子群算法求函数极大值或者极小值的matlab程序(particle Swarm optimization algorithm)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:1024
    • 提供者:秦华
  1. fitness

    0下载:
  2. 粒子群算法核心程序,用到时,需要添加规划函数。(Kernel program of particle swarm algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:asdasdasd1
  1. 粒子群算法

    0下载:
  2. matlab粒子群算法的简单实现,可以自己调精度,群体学习和个体学习的权重(Particle Swarm Optimization based on matlab)
  3. 所属分类:数学计算

    • 发布日期:2017-12-18
    • 文件大小:6144
    • 提供者:samyu0304
  1. WUIPSO

    0下载:
  2. 应用结合风速信息的带电粒子群算法,实现在fluent仿真环境下气味源定位代码(Applying the charged particle swarm algorithm combined with wind speed information, the odor source localization code is implemented in the fluent simulation environment)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-27
    • 文件大小:13312
    • 提供者:crazycode
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com