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

搜索资源列表

  1. pso

    0下载:
  2. matlab粒子群算法和遗传算法是解决约束优化问题,无约束优化问题和多目标优化问题的优化算法-PSO and GA are good optimizational algorithms
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:52639
    • 提供者:孙志勇
  1. PSO-inspiral

    0下载:
  2. 利用遗传算法来进行一个inspiral 科学工作流的开发! -a GA based algorithm for inspiral workflow scheduling!!
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-04
    • 文件大小:11993
    • 提供者:JeremyZhang
  1. GA(PSO)

    0下载:
  2. 经典的遗传算法的实现,因为是框架因此可以直接套用,交叉概率、变异概率可以设成动态的-The realization of the classical genetic algorithm, because it is the framework can be directly applied, the probability of crossover probability, mutation probability can be set into a dynamic
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4779
    • 提供者:李玥
  1. mutatdol-the-PSO

    0下载:
  2. PSO和GA的结合算法,对PSO中效果较差的粒子进行交叉和变异操作,-The combination of PSO and GA algorithm, poor effect of the particles in PSO for crossover and mutation operation,
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-13
    • 文件大小:28284
    • 提供者:Eleanpre
  1. ANT-GA-PSO

    1下载:
  2. 将蚁群优化算法与粒子群优化算法进行组合,并利用遗传算法的交叉操作与变异操作对粒子多样性进行改进,提高全局优化效率,并配有实例演示。-The ant colony optimization algorithm and the particle swarm optimization algorithm are combined, and the genetic algorithm is used to improve the diversity of the particles.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:4096
    • 提供者:罗俊睿
  1. jiyujiaocha-PSO

    0下载:
  2. 是对基本粒子群算法PSO的一种改进,加入遗传算法GA中的简单的交叉环节,子代再进行迭代。-this is an improvement to the basic particle swarm algorithm PSO, adding a simple intersection in the genetic algorithm GA, and the iterations are iterated again.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:lixinning
  1. GAaPSO

    3下载:
  2. 遗传-粒子群算法 PSO-GA算法 解决多目标优化算法问题,针对最优解求解可得到更好的解,接近最优的目标值。(Genetic algorithm (PSO) PSO-GA algorithm is used to solve the multi-objective optimization problem, and the better solution is obtained for the optimal solution, and the near optimal target valu
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:9216
    • 提供者:东北大王
  1. ga-pso

    0下载:
  2. initial population algorithm main loop algorithm results algorithm PSOpop=PSOfunc
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:SAADATYAR
  1. Chared ICA Code

    0下载:
  2. 受帝国主义殖民竞争机制的启发,Atashpaz-Gargari和Lucas于2007年提出了一种新的智能优化算法—帝国竞争算法 (ICA)。与GA, PSO, ABC等受生物行为启发的群智能算法不同,ICA受社会行为启发,通过摸拟殖民地同化机制和帝国竞争机制而形成的一种优化方法。ICA也是一种基于群体的优化方法,其解空间由称为国家的个体组成。ICA将国家分为几个子群,称为帝国。在每个帝国内,ICA通过同化机制使非最优的国家(殖民地)向最优国家(帝国主义国家)靠近,该过程类似于PSO。帝国竞争机制
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:16384
    • 提供者:xzfff
  1. psopt

    6下载:
  2. 一种粒子群算法,可以优化具有线性约束、非线性约束、等式约束、有界约束的问题,使用方法与MATLAB自带的GA算法类似(搬运)(A particle swarm optimization algorithm can optimize the problems with linear constraints, nonlinear constraints, equality constraints and bounded constraints. The method is similar to th
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:25600
    • 提供者:121ll
  1. GA

    0下载:
  2. This code solves robot path planning using pso.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:183296
    • 提供者:viktrose
  1. RAGA-PPC

    2下载:
  2. matlab 工具箱 上传一个粒子群工具包,而且正在持续更新中,与遗传算法工具有相同的语法,熟悉遗传算法(GA)和直接搜索(DS)工具箱的比较容易理解,我不熟悉,所以看起来有困难(最近在下视频学习),具体请见psopt discr iption。(toolbox of matlab As training progresses using a decreasing linear inertia function, the influence of past velocity becom
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:shhhhhsa
  1. PSO-SVM

    1下载:
  2. 将改进的粒子群算法和GA与SVM相结合,通过参数寻优构建新模型完成对空气质量指数的预测(The improved particle swarm optimization and genetic algorithm are combined with SVM. The prediction of air quality index (AQI) is completed by constructing a new model by parameter optimization.)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-16
    • 文件大小:19456
    • 提供者:心静2279
  1. 基于混合pso的TSP搜索

    1下载:
  2. 混合pso摒弃了传统pso算法中的通过跟踪极值来更新粒子位置的方法,而是引入了GA,通过粒子同个体极值和群体极值的交叉的方式来搜索最优解。
  3. 所属分类:mathematica

  1. GA-PSO算法 2.0版本

    2下载:
  2. 基于遗传算法与粒子群算法的相机标定程序,值得借鉴(The camera calibration program based on genetic algorithm and particle swarm optimization is worthy of reference)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-02
    • 文件大小:6144
    • 提供者:打你你
  1. matlabprogram

    2下载:
  2. 智能优化算法及其MATLAB仿真实例,包括进化类算法,群智能算法,模拟退火算法,禁忌搜索算法,神经网络算法等程序源码(Intelligent optimization algorithm and MATLAB simulation examples, including evolutionary algorithm, swarm intelligence algorithm, simulated annealing algorithm, tabu search algorithm, neural
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-10
    • 文件大小:73728
    • 提供者:白桦树
  1. GA & PSO+BP

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

    • 发布日期:2020-07-20
    • 文件大小:13312
    • 提供者:galome
  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
    • 提供者:森林梦幻
  1. GA-BP及PSO-BP

    2下载:
  2. 主要是通过GA和PSO的全局搜索能力,用于改进BP网络的权值阈值(It is mainly used to improve the weight threshold of BP network)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-31
    • 文件大小:58368
    • 提供者:凿石头
  1. GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例

    0下载:
  2. GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例,代码基于matlab和python
  3. 所属分类:数据挖掘

« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com