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

搜索资源列表

  1. hybrid_PSO

    3下载:
  2. 一种基于混合策略的改进粒子群优化算法,包括执行程序hpso.m和参数设定hPSOoptions.m两个源文件。代码清晰,易于改进实现。结果显示有效的提高了SPSO的性能-A hybrid strategy based on improved particle swarm optimization algorithm, including the implementation of procedures and parameters set hpso.m two hPSOoptions.m sou
  3. 所属分类:matlab

    • 发布日期:2016-11-29
    • 文件大小:3593
    • 提供者:楚湘华
  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 numerical experiments
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2837
    • 提供者:楚湘华
  1. PSO-CODE

    0下载:
  2. 以Rosenbrock矩阵做为测试函数的微粒群算法的一些源码-Rosenbrock matrix in order to function as a test of the Particle Swarm Optimization of a number of source
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:11681
    • 提供者:刘翔
  1. pso2

    3下载:
  2. 一个很好用的粒子群优化算法matlab源代码,用来解决单目标函数优化-A good use of particle swarm optimization algorithm matlab source code, used to solve single-objective function optimization
  3. 所属分类:matlab

    • 发布日期:2015-02-09
    • 文件大小:8352
    • 提供者:daisyltf
  1. Code

    0下载:
  2. particle swarm optimization code im matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:15066
    • 提供者:anjucav
  1. pso

    0下载:
  2. 粒子群算法解决二进制问题,通过matlab语言进行编程-Binary particle swarm algorithm to solve the problem, through the matlab programming language
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2325
    • 提供者:lingling84
  1. pso

    0下载:
  2. This an implementation of Particle Swarm Optimization algorithm using the same syntax as the Genetic Algorithm Toolbox, with some additional options specific to PSO. Allows code-reusability when trying different population-based optimization al
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4248
    • 提供者:Chris Leung
  1. PSA_RBF

    0下载:
  2. 一个粒子群算法、遗传算法优化RBF径向基神经网络源代码,可直接使用。-A particle swarm optimization, genetic algorithm optimization RBF Radial Basis Function neural network source code, can be used directly.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6543
    • 提供者:李霞妮
  1. particle

    0下载:
  2. 本代码为经典PSO微粒群算法,通过修改w值,使得PSO的搜索在全局与局部之间得到最优-The code for the classic PSO particle swarm algorithm, by modifying the w value, makes the PSO search between the global and local optimal
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1876
    • 提供者:xiongxiong
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. swarm_optimization-Solve-the-TSP-problem

    0下载:
  2. 一个基于粒子群优化算法源码,(PSO)的50个城市TSP问题的求解,可推广至类似NP.-A source code based on particle swarm optimization, (PSO) of the 50 cities TSP problem solving, can be extended to similar NP.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:2112
    • 提供者:抛弃
  1. pso_svm

    4下载:
  2. 该文件为粒子群算法优化支持向量机模型参数的matlab代码 支持向量机模型为专门用于处理不平衡数据的成本控制型支持向量机模型 用粒子群算法优化模型中的三个主要参数:C1、C2、sigma-The file is in particle swarm optimization parameters of support vector machine model matlab code for support vector machine model designed for use with
  3. 所属分类:matlab

    • 发布日期:2015-05-28
    • 文件大小:12288
    • 提供者:yudt002
  1. PARTICLEESTIMATED

    0下载:
  2. This code is a particle swarm optimization for localization in wireless sensor networks
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1687
    • 提供者:lavi
  1. codes

    0下载:
  2. 变异的粒子群算法,具有很好的稳定性,不会进入局部收敛。遍历速度大大提高。-Variation of the particle swarm algorithm has good stability, will not enter the local convergence. Traverse speed greatly improved.
  3. 所属分类:matlab

    • 发布日期:2016-10-26
    • 文件大小:76800
    • 提供者:张京雷
  1. Particle-Swarm-Optimization

    0下载:
  2. 包含了一些基本的PSO初级代码,对初学者有较好的示例作用。-PSO contains a number of basic primary code, a better example of the role of novice.
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:111540
    • 提供者:hehe
  1. particle-swarm-algorithm-matlab-code

    0下载:
  2. 基本粒子群算法的matlab源程序,适合于初学者学习的模板。-Matlab source of the particle swarm algorithm, suitable for beginners to learn the template.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:5133
    • 提供者:
  1. particle-swarm-algorithm

    0下载:
  2. 基本粒子群算法的matlab源程序,可以学习一下-Elementary particle swarm algorithm matlab source code, you can learn about
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:5128
    • 提供者:许笨笨
  1. Particle-swarm-algorithm-source-code

    0下载:
  2. 主要讲解粒子群优化算法的源代码,可以供各种非线性问题求解使用,效果显著,有很明显的优势!-Particle swarm algorithm source code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5195
    • 提供者:刘华臣
  1. particle-swarm-algorithm

    0下载:
  2. 该资料为多目标粒子群求优MATLAB代码。改进的多目标粒子群算法,包括多个测试函数 对程序中的部分参数进行修改将更好地求解某些函数-The data is a multi object particle swarm optimization MATLAB code. The improved multi-objective particle swarm optimization algorithm, including the number of test functions in the pr
  3. 所属分类:matlab

    • 发布日期:2016-03-27
    • 文件大小:7168
    • 提供者:Barney
  1. Particle-Swarm-Optimization

    0下载:
  2. this is a matlab code for particle swarm optimization for naive bayes algorithm-this is a matlab code for particle swarm optimization for naive bayes algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:62561
    • 提供者:sadaf_ayaz
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com