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

搜索资源列表

  1. Ant Colony System

    2下载:
  2. 粒子群算法的matlab程序在有障碍的路径图中寻找最短路径的程序。-Particle Swarm matlab process there is an obstacle in the path diagram to find the shortest path procedure.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-12-17
    • 文件大小:4027
    • 提供者:吕铭守
  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. PSO1

    0下载:
  2. 一个很好的pso程序 粒子群优化法的一个好例子-A very good program PSO Particle Swarm Optimization method a good example of
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-23
    • 文件大小:1456
    • 提供者:SiSi
  1. BasicPso

    0下载:
  2. 几本粒子群程序。用MATLAB编写。可以更改成自己能用的程序。-Particle Swarm several procedures. Prepared using MATLAB. Can be used to change into their own procedures.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1214
    • 提供者:留言民
  1. VRP

    1下载:
  2. 一个求解车辆路径问题的粒子群算法的源码,用C++编写。-Solving a vehicle routing problem with the particle swarm algorithm source code, using C++ Prepared.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:55771
    • 提供者:ghy
  1. 123tsp

    0下载:
  2. 粒子群优化算法求解车辆路径问题,对初学者来说,是很有帮助的。-Particle Swarm Optimization for vehicle routing problem, for beginners, it is very helpful.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3686
    • 提供者:gg
  1. PSO

    1下载:
  2. 一个求解TSP问题的粒子群算法,用matlab仿真实现。-A solution of TSP problem PSO with matlab simulation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:4732
    • 提供者:
  1. pso

    1下载:
  2. 自编的多目标粒子群优化算法,可以运行哦。-Written and directed the multi-objective particle swarm optimization, you can run, oh.
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-04
    • 文件大小:1234
    • 提供者:sunny
  1. PSO_C++

    0下载:
  2. 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 备注:目标优化函数程序中已经内定了,f6 ={0.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:31534
    • 提供者:
  1. binary_pso_c

    0下载:
  2. 离散版粒子群算法,MATLAB环境中的,对求解离散优化问题很有帮助.-Discrete version of PSO, MATLAB environment to solve the problem of discrete optimization helpful.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:51047
    • 提供者:TL
  1. GS_CH_PSO1.1_discrete1.0_2007830

    2下载:
  2. 基于粒子群优化与灰色系统理论的多目标优化程序,很好用-Based on Particle Swarm Optimization and gray system theory of multi-objective optimization process, a very good use
  3. 所属分类:matlab

    • 发布日期:2015-11-22
    • 文件大小:23148
    • 提供者:luoyouxin
  1. psoyouhuannyj

    0下载:
  2. 基于粒子群优化的神经网络训练算法研究论文   摘 要:  本文提出了基于连接结构优化的粒子群优化算法(SPSO) 用于神经网络训练,该算法在训练神经网络权 值的同时优化其连接结构,删除冗余连接,使神经网络获得与模式分类问题匹配的信息处理能力. 经SPSO 训练的神经 网络应用于Iris ,Ionosphere 以及Breast cancer 模式分类问题,能够部分消除冗余分类参数及冗余连接结构对分类性能 的影响. 与BP 算法及遗传算法比较,该算法在提高分类误差精度的同时可加快训
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:42364
    • 提供者:ekin
  1. pso

    0下载:
  2. 基本的粒子群算法十分清晰 便于理解 适合初学者学习应用-The basic particle swarm algorithm is very clear and easy to understand for beginners to learn the application of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3038
    • 提供者:lixiaolong
  1. Multiobjective-pso

    0下载:
  2. 多目标问题的粒子群优化算法实现,毕设时设计的,通过运行!-The issue of multi-objective particle swarm optimization algorithm, when the Bi-based design, by running!
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-16
    • 文件大小:10695
    • 提供者:pengyang
  1. pos3

    0下载:
  2. 这个就是基本的粒子群算法,功能比较单一,也比较容易理解-This is the basic particle swarm optimization, a single function, but also relatively easy to understand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5015
    • 提供者:陈建胜
  1. OPS

    0下载:
  2. 多阈值图像分类的粒子群优化算法,采用自然方法来提高优化速度和计算量-Multi-threshold image classification of the particle swarm optimization algorithm, using natural methods to improve the optimization speed and computation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2671
    • 提供者:baiyilieren
  1. myPSO

    3下载:
  2. 一个用粒子群做的路径规划。功能比较简单,障碍物就是几个点。-A particle swarm to do with the path planning. Function is relatively simple, barrier is a few points.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-27
    • 文件大小:6658
    • 提供者:陈建胜
  1. pso_pathplanning

    4下载:
  2. 粒子群(PSO)路径规划。这个是一个局部路径规划,用了深度优先搜索算法,可以走出“陷阱”。-Particle Swarm (PSO) path planning. This is a local path planning, with a depth-first search algorithm, we can get out a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-12
    • 文件大小:9289
    • 提供者:陈建胜
  1. GA-PSOPSO

    5下载:
  2. (粒子群算法)作为添加算子改进GA (遗传算法),供大家学习-(PSO), as the operator to add to improve the GA (genetic algorithm) for them to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-02-19
    • 文件大小:2279
    • 提供者:陈沛谕
  1. MY_PSO_zyk_cgaus_rldc

    0下载:
  2. 给予粒子群算法的优点,将其用于电力系统中进行参数优化有明显效果-this is a alagorithm of var power optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3278
    • 提供者:jiangzhiling
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com