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

搜索资源列表

  1. PSO

    0下载:
  2. 粒子群算法,PSO,附有详细的注释,适合初学者。-Particle swarm optimization, PSO, with detailed notes, suitable for beginners.
  3. 所属分类:transportation applications

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:12
  1. Particle-swarm-optimization

    0下载:
  2. 粒子群算法是寻找某个最大值,但是我 们工程上用的目标函数往往是求最小值,因此我把程序改成寻找目标函数的最小值了。 如果需要调回来的话,在函数体里面把max() 改为min()-Particle swarm optimization (pso) algorithm is to find a maximum, but me The project with the minimum of the objective function is often, so I change the pr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5161
    • 提供者:胡刚
  1. Hybrid-PSO-GSA-Code

    0下载:
  2. Hybrid PSO and GA algorithm codes for Global optimization problems with a sample and cost function.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4396
    • 提供者:Mehrdad
  1. PSO-noncon

    1下载:
  2. 粒子群算法,可以计算含非线性不等式约束和等式约束的优化问题。-PSO algorithm can be calculated with nonlinear inequality constrained optimization problems and equality constraints.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:38038
    • 提供者:chenshen
  1. Optimization-algorithm-of-PSO

    0下载:
  2. 粒子群算法(PSO)是一种基于群体的随机优化技术。与其它基于群体的进化算法相比,它们均初始化为一组随机解,通过迭代搜寻最优解。不同的是:进化计算遵循适者生存原则,而PSO模拟社会。将每个可能产生的解表述为群中的一个微粒,每个微粒都具有自己的位置向量和速度向量,以及一个由目标函数决定的适应度。所有微粒在搜索空间中以一定速度飞行,通过追随当前搜索到的最优值来寻找全局最优值。 -Particle swarm optimization (PSO) is a kind of stochastic opti
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3312
    • 提供者:Wang
  1. PSO

    3下载:
  2. Particle Swarm Optimization(PSO) Algorithm Matlab Codes for Vehicle Routing Problem With Time Window(VRPTW)
  3. 所属分类:matlab

    • 发布日期:2016-01-10
    • 文件大小:100352
    • 提供者:diako
  1. Modified-lbest-PSO-on-GPU

    1下载:
  2. 这个是基于环形拓扑结构的约束微粒群算法,对原来的算法做了改进,只用到了一个邻居节点,效果与基本的微粒群算法大致相当。但是在对多模函数的计算上,优于基本的微粒群算法。这个算法的运行平台是GPUmat,需要的运行环境有:Matlab, GPU, GPUmat, Visual Studio.-This the modified particle swarm optimization algorithm that based on ring toplopy with constrain conditio
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2711
    • 提供者:Shiqin Yang
  1. particle-swarm-optimization

    0下载:
  2. PSO 单目标粒子群算法用c++语言实现-PSO PSO algorithm with single objective c++ language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7034
    • 提供者:杨芸
  1. PSO-algorithm-matlab-code

    0下载:
  2. 粒子群算法matlab代码,包涵粒子群算法简介、标准的粒子群算法、标准粒子群算法的实现以及matlab代码。-PSO algorithm matlab code, bear with particle swarm optimization profile, standard particle swarm optimization, PSO implementation and matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:155210
    • 提供者:
  1. PSO

    0下载:
  2. 常用的几种改进的粒子群算法,方便与其余程序连接,亲测有效。-Several commonly used improved particle swarm optimization, easy to connect with the rest of the program, effective pro-test.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:7829
    • 提供者:WU
  1. pso

    0下载:
  2. In computer science, particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. PSO optimizes a problem by having a population
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3056
    • 提供者:ahmad
  1. PSO

    0下载:
  2. This paper propose a Firefly algorithm (FA) for optimal placement and sizing of distributed generation (DG) in radial distribution system to minimize the total real power losses and to improve the voltage profile. FA is a metaheuristic algori
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:999
    • 提供者:AMIR555
  1. PSO-GA

    0下载:
  2. 粒子群算法求解多维约束函数极值,并与遗传算法比较。结果发现,粒子群有很好的精度。-A particle swarm optimization algorithm for solving the extreme value of multi dimensional constrained function, and compared with genetic algorithm. The results show that the particle swarm has a good accurac
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7112
    • 提供者:华宇
  1. PSO-and-PSO-with-cross-Factor

    0下载:
  2. 粒子群算法源程序与带交叉因子的粒子群优化算法-Particle swarm algorithm source and particle swarm optimization algorithm with cross Factor
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:11363
    • 提供者:袁小蕾
  1. PSO

    0下载:
  2. 此代码为关于粒子群算法的程序,并且附有其说明-This code is on particle swarm optimization program, and with the descr iption
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:980272
    • 提供者:赵博雅
  1. GA-COMBINATION-pso

    0下载:
  2. 我从网上下载了一个GA-PSO算法,试着利用GA和PSO组合的策略进行优化,结果算法很问题,效率和不错。我下载原始算法,有一个问题就是它是针对所有的设计变量上下限都是一样的,所以我对程序进行了修改与改进,现在可以处理上下限不一致的问题,同时fix了一些bug。现在把修改后的程序和大家分享一下,希望能对您有用~- I download a GA and PSO algorithm, try using the combination of GA and PSO strategy optimizat
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:123861
    • 提供者:ethbk
  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

    0下载:
  2. 标准粒子群算法在MATLAB中的实现。其主要思想是根据带惯性权重w的PSO算法实现。-Realization of Standard Particle Swarm Optimization in MATLAB. The main idea is to realize the PSO algorithm with inertia weight w.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:8807
    • 提供者:zhonghaiyan
  1. NNGWO_AllDatasets

    0下载:
  2. 粒子群算法PSO和万有引力算法GSA结合优化FNN神经网络进行标准数据集的分类-Particle swarm optimization algorithm PSO and universal gravitation algorithm GSA combined with FNN neural network to optimize the classification of standard data sets
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:458895
    • 提供者:antry
  1. PSO

    0下载:
  2. this source code for pso. particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. It solves a problem by having a population
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:758
    • 提供者:hosein
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com