CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - genetic algorithm with pso

搜索资源列表

  1. 差别算法matlab源码

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

    • 发布日期:2008-10-13
    • 文件大小:16633
    • 提供者:张正
  1. PSOtoolbox.rar

    1下载:
  2. 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:884241
    • 提供者:wzy
  1. PSO

    0下载:
  2. 粒子群算法滤波器,用粒子群算法实现了LP滤波器-Particle swarm algorithm filter, particle swarm algorithm with the LP filter
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2664
    • 提供者:willago11
  1. java_evolutionary_algorithms

    0下载:
  2. 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:104732
    • 提供者:陈雷
  1. PSO

    1下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5280
    • 提供者:stephen
  1. PSO

    0下载:
  2. 介绍了PSO算法,以及与遗传算法/人工神经网络的区别,并介绍了算法中参数的选取方法等内容。-Introduced the PSO algorithm, as well as with genetic algorithm/artificial neural network differences and describes the algorithm parameter selection methods and so forth.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:4318
    • 提供者:shandong
  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-24
    • 文件大小:4248
    • 提供者:Chris Leung
  1. GAFCM

    1下载:
  2. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1508
    • 提供者:丁亮
  1. PSO_Java

    1下载:
  2. 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域,基于Java语言实现。-Compared with the genetic algorithm, PSO has the advantage is simple and easy and there is no need to adjust many parameters. Has been widely applied to function o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1974
    • 提供者:吴帅
  1. PSO

    0下载:
  2. Global Optimization Toolbox provides methods that search for global solutions to problems that contain multiple maxima or minima. It includes global search, multistart, pattern search, genetic algorithm, and simulated annealing solvers. You can u
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1121
    • 提供者:saswata
  1. TSP-based-on-improved-pso

    1下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-23
    • 文件大小:634043
    • 提供者:durongmao
  1. yichuanheliziqun

    0下载:
  2. 用matlab编写的遗传算法加上粒子群算法,求解最优配置问题的程序-Prepared by the genetic algorithm with matlab with PSO, the optimal configuration problem solving process
  3. 所属分类:matlab

    • 发布日期:2017-01-12
    • 文件大小:13312
    • 提供者:平哥
  1. Particle-algorithm

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

    • 发布日期:2017-04-04
    • 文件大小:10583
    • 提供者:天涯
  1. PSO-for-TSP-of-51-city

    0下载:
  2. 为本人毕业设计里,粒子群算法的一个应用,求解51个城市的TSP问题,城市的个数和位置都可以改动,并与遗传算法求解的结果进行对比!-I graduated from the design, the application of the particle swarm algorithm for solving the 51 cities TSP problem, the number and location of the city can be altered, and compared with
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:9973
    • 提供者:lin
  1. Discrete-PSO

    0下载:
  2. In this paper, a novel Discrete Particle Swarm Optimization Algorithm (DPSOA) for data clustering has been proposed. The particle positions and velocities are defined in a discrete form. The DPSOA algorithm uses of a simple probability approach
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:195166
    • 提供者:ali
  1. GA-and-PSO

    0下载:
  2. GA遗传算法与PSO离子群组合算法matlab程序,以下是使用本程序的简单介绍与使用步骤 1)修改设计变量个数 NPar变量定义的是设计变量个数,本例为8,使用时需根据自己实际情况进行修改。 2)修改设计变量的上下限 VarLow 与VarHign定义的是设计变量的上下限,使用时需根据自己实际情况进行修改。记住,变量的维数,要与1)变量个数一致哦。 3)修改FunName 变量FunName定义的是优化目标函数值的计算函数,根据自己实际情况改成自己的函数名。 4)修改
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:124218
    • 提供者:天天
  1. GA-PSO

    0下载:
  2. 粒子群算法与遗传算法的联合的GA-PSO算法运用,带有测试函数-Joint GA-PSO algorithm using particle swarm optimization and genetic algorithm with test function
  3. 所属分类:software engineering

    • 发布日期:2016-09-11
    • 文件大小:12288
    • 提供者:张煜坤
  1. PSO算法程序

    2下载:
  2. 粒子群优化算法是一种基于群体智能的演化计算技术。与遗传算法相比,PSO没有遗传算法中的选择(Selection)、交叉(Crossover)、变异(Mutation)等操作,而是通过粒子在解空间追随最优的粒子进行搜索。(Particle Swarm Optimization (PSO) is an evolutionary computing technique based on group intelligence. Compared with the genetic algorithm, P
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:10240
    • 提供者:lazyxiaoming
  1. GA-PSO

    1下载:
  2. 本算法为用遗传算法改进粒子群GA-PSO算法,附带含有程序使用说明。(This algorithm uses genetic algorithm to improve particle swarm optimization GA-PSO algorithm, with instructions for the use of the program.)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-15
    • 文件大小:122880
    • 提供者:1/2
  1. 改进型pso算法

    3下载:
  2. 该算法中将速度位移公式与遗传算法相结合用于结果解决多配送中心的路径优化问题(In this algorithm, the velocity displacement formula is combined with the genetic algorithm to solve the path optimization problem of multiple distribution centers)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-12
    • 文件大小:2048
    • 提供者:森林梦幻
« 12 3 »
搜珍网 www.dssz.com