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

搜索资源列表

  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:26.22kb
    • 提供者:竹子的信仰
  1. pso

    0下载:
  2. 粒子群优化(Particle Swarm Optimization - PSO) 算法是一种新兴的有潜力的进化算法( Evolutionary Algorithm - EA) .PSO 算法,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质. 但是它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作. 它通过追随当前搜索到的最优值来寻找全局最优。-pso
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.6mb
    • 提供者:张岩
  1. RBF1

    0下载:
  2. 粒子群算法、遗传算法优化的RBF神经网络程序-Particle swarm optimization, genetic algorithm optimization on RBF neural network program
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4.22kb
    • 提供者:清风
  1. liziqunyichuan

    0下载:
  2. 对于遗传粒子群优化算法的有很大的帮助含源程序-Genetic Particle Swarm Optimization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:8.34kb
    • 提供者:liupenghui
  1. 38430124GA_BP-pso_bp

    0下载:
  2. 这是一种遗传算法和BP网络结合的算法,粒子群和BP网络,这两种算法进行结果比对。(This is a genetic algorithm and BP network combination algorithm, particle swarm and BP network, the two algorithms for results comparison.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:3kb
    • 提供者:斯坦福01
  1. psopt20100414

    1下载:
  2. pso粒子群MATLAB工具箱直接 安装,类似于遗传算法工具箱。(PSO Particle Swarm MATLAB toolbox installed directly, similar to the genetic algorithm toolbox.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:26kb
    • 提供者:张智
  1. 精通MATLAB智能算法(2015代码)

    1下载:
  2. 这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:6.72mb
    • 提供者:pursh
  1. pso

    0下载:
  2. 通过对现有数据进行迭代,用粒子群遗传算法进行预测(By iterating over the existing data, the particle swarm genetic algorithm is used to predict the data)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:488kb
    • 提供者:youngstear
  1. 粒子群工具箱+-+PSOt

    0下载:
  2. 粒子工具箱,经过整理得到的包含许多遗传算法文档。(The particle toolbox is collated and contains many genetic algorithm documents.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:93kb
    • 提供者:philbaz
  1. matlab

    0下载:
  2. 粒子群优化算法和遗传优化算法的matlab M文件(Particle swarm optimization algorithm and genetic optimization algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:16kb
    • 提供者:wangqun999
  1. TSP-PSO

    1下载:
  2. 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the particle by tracking the maximu
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:13kb
    • 提供者:胡萝卜须
  1. 一种改进的遗传粒子群算法GA_PSO

    4下载:
  2. Improved genetic particle swarm optimization (PSO) for people to learn and communicate
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:120kb
    • 提供者:xuan xuan
  1. PSO_TSP(混合粒子群:较优)

    1下载:
  2. 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
  3. 所属分类:其他

  1. pso2

    0下载:
  2. 粒子群比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(It is more simple than the genetic algorithm rule. It doesn't have the crossover (Crossover) and the Mutati
  3. 所属分类:其他

  1. 智能信息处理

    2下载:
  2. 各种智能算法,蚁群,粒子群,遗传,BP.....(Various intelligent algorithms, ant colony, particle swarm, heredity, BP...)
  3. 所属分类:其他

    • 发布日期:2020-09-18
    • 文件大小:864kb
    • 提供者:十年一梦123
  1. GA_PSO

    2下载:
  2. 遗传粒子群算法的程序代码,希望能帮助到你!(Genetic particle swarm optimization algorithm code, I hope to help you!)
  3. 所属分类:其他

    • 发布日期:2018-12-14
    • 文件大小:6kb
    • 提供者:universecee
  1. CEC 2017

    2下载:
  2. 测试函数:主要用于测试智能优化算法,如遗传算法、粒子群算法等的性能(Test function: it is mainly used to test the performance of intelligent optimization algorithms, such as genetic algorithm and particle swarm optimization algorithm)
  3. 所属分类:其他

    • 发布日期:2020-12-10
    • 文件大小:246kb
    • 提供者:wangjiquan
  1. GA & PSO+BP

    3下载:
  2. 遗传算法与粒子群算法优化BP,有较好的分类效果(BP optimization based on Genetic Algorithm and particle swarm optimization)
  3. 所属分类:其他

    • 发布日期:2020-07-20
    • 文件大小:13kb
    • 提供者:galome
  1. 带压缩,学习因子

    1下载:
  2. 在matlab用于各种算法粒子群和遗传的测试函数性能比较,画图等等(Performance comparison of particle swarm and genetic test functions used in various algorithms in matlab, drawing, etc.)
  3. 所属分类:其他

    • 发布日期:2020-11-09
    • 文件大小:1kb
    • 提供者:怀起
  1. 基于遗传算法优化VMD参数

    20下载:
  2. 基于遗传算法优化多尺度排列熵参数,类似于粒子群算法优化参数(Optimization of VMD parameters based on genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2020-06-19
    • 文件大小:251kb
    • 提供者:佳1995
« 12 3 »
搜珍网 www.dssz.com