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

搜索资源列表

  1. GAPSO

    1下载:
  2. 遗传和粒子群算法的多目标例程,用了几个测试函数,效果还不错-Inheritance and multi-objective particle swarm optimization (pso) routines, used several test functions, the effect is good
  3. 所属分类:matlab

    • 发布日期:2017-01-12
    • 文件大小:49152
    • 提供者:yy
  1. psoga

    0下载:
  2. 基于遗传算法的改进PSO算法,重点在于详细描述了遗传算法的交叉及变异操作,为新手提供最基本的编译思路。-Improved genetic algorithm based on PSO algorithm, the focus is a detailed descr iption of the genetic algorithm crossover and mutation operation for novices to provide the basic idea to compile.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2389
    • 提供者:
  1. GA_PSO

    0下载:
  2. GA_PSO为GA和PSO混合的优化算法,粒子群算法与遗传算法结合-GA_PSO optimization algorithm for mixed GA and PSO, PSO and Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3018
    • 提供者:zcx
  1. PSOaGA

    0下载:
  2. 粒子群算法和遗传算法分别求解函数的最大值,并在传统的粒子群和遗传算法基础上做了改进,大大提高了搜索的效率-PSO and genetic algorithms to solve the maximum function, respectively, and in the traditional basis of particle swarm and genetic algorithms has been improved, greatly improving the efficiency of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6778
    • 提供者:李虎
  1. cuckoo_search.m

    1下载:
  2. Xin she Yang提出的布谷鸟算法,用来解决最优化问题。相比于传统的遗传算法和粒子群算法,该算法的效率更高。-It is published by Xin she Yang and is able to solve the optimization question。it is one of the heuristic algorithm and has the advantage compared with the GA and PSO.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2983
    • 提供者:李寄玮
  1. ycsf

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

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:
  1. BPnetyingyong

    0下载:
  2. 神经网络各种应用举例很分析,和其他遗传算法,PSO算法进行对比-Neural network application example analysis, and other genetic algorithms, PSO algorithm were compared
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:18589
    • 提供者:周健
  1. PSO_about

    0下载:
  2. 粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2483872
    • 提供者:Charlie
  1. ALO

    3下载:
  2. 该程序为蚁狮(Antlion)搜索优化算法,ALO,具有比粒子群PSO、遗传算法GA等更优的性能-Antlion optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2016-05-09
    • 文件大小:154624
    • 提供者:徐志成
  1. yichuansuanfa

    2下载:
  2. 遗传算法优化BP神经网络、改进的模糊C-均值聚类、遗传算法(粒子群算法、人工鱼群算法等)的投影寻踪模型等遗传算法的简单集合。-Genetic algorithm to optimize the BP neural network, an improved fuzzy C- average clustering and genetic algorithm,(particle swarm optimization (pso), artificial fish algorithm, etc.) of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:7219
    • 提供者:陈孝君
  1. matlab

    0下载:
  2. MATLAB灰色预测,遗传算法,模拟退火,神经网络,粒子群算法等。-MATLAB grey prediction, genetic algorithm, simulated annealing, the neural network and particle swarm optimization (pso) algorithm, etc
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:48094
    • 提供者:么丝丝
  1. GAPSO

    0下载:
  2. 在冗余分配问题中一种混合遗传与粒子群优化算法的可靠优化方法,对初学者有很大帮助 -Redundancy allocation problem in a hybrid genetic and PSO reliable optimization algorithm, for beginners is a great help
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1762
    • 提供者:lubo
  1. chapter15

    0下载:
  2. 基于SVM的数据分类预测—一种最基本遗传算法和粒子群算法对的支持向量机的参数的优化,再此基础上可以对算法进行改进-Data classification based on SVM prediction- one of the most basic genetic algorithm and particle swarm optimization (pso) algorithm, the optimization of the parameters of the support vector ma
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:11046
    • 提供者:裘德新
  1. estimation-extended-Kalman-filter

    1下载:
  2. 针对感应电机扩展卡尔曼滤波器转速估计中难以取得卡尔曼滤波器系统噪声矩阵和测量噪声矩阵最优值的问题,提出了一种基于改进粒子群算法优化的扩展卡尔曼滤波器转速估计方法。算法通过融合遗传算法和粒子群算法的优点,采用可调整的算法模型对粒子群算法进行改进,将改进的粒子群算法对扩展卡尔曼滤波器中的系统噪声矩阵和测量噪声矩阵进行优化处理,将优化后的卡尔曼滤波器应用于感应电机转速估计。- Extended K
  3. 所属分类:Development Research

    • 发布日期:2017-05-07
    • 文件大小:1201551
    • 提供者:
  1. rgyq

    0下载:
  2. 人工鱼群算法的实现代码,有效处理优化寻优问题,比遗传算法、PSO具有更好的优化效果-Artificial fish swarm algorithm code to deal effectively optimize the optimization problem, with better optimization results than the genetic algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1640
    • 提供者:陈翔
  1. Genetic-particle-swarm-algorithm

    0下载:
  2. 基于遗传算法的粒子群算法,程序完整,有仿真实验和结果。-Particle swarm optimization (pso) algorithm based on genetic algorithm, the procedure is complete, a simulation experiment and the results.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-07
    • 文件大小:1138852
    • 提供者:陈晨
  1. DAN-SIMON

    0下载:
  2. 这是dansimon提供的软件包,里面有遗传算法,PSO算法等,是一种非常好的软件资源-this is Dan Simons matlab tools contains many mathods including GN algorithm and PSO algorithm so on.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:30432
    • 提供者:朱超
  1. POS

    0下载:
  2. 粒子群算法(PSO)属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。该程序适用于MATLAB中粒子群算法的实现。- Similar to the on
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:524
    • 提供者:原文宾
  1. GAPSOFCM

    1下载:
  2. 遗传算法和粒子群算法,应用于优化据数据集的聚类中心,结合FCM算法应用聚类分析的几篇文献。-Genetic algorithm and particle swarm optimization (pso) algorithm, are applied to optimization the clustering center of the data set
  3. 所属分类:Development Research

    • 发布日期:2017-05-18
    • 文件大小:4845213
    • 提供者:jiejie
  1. daimayasuo

    1下载:
  2. 包含:基于蚁群算法求解对称非对称旅行商问题 粒子群优化算法演示(PSO) 基于遗传算法(GA)的多变量旅行商问题(TSP) 遗传算法优化BP 神经网络在数据预测方面的应用 金融数量分析相关代码-Comprising: Solving Symmetric Asymmetric Traveling Salesman Problem Based on Ant Colony Algorithm Particle Swarm Optimization Demo (PSO) Mult
  3. 所属分类:Maple

    • 发布日期:2017-04-29
    • 文件大小:365675
    • 提供者:woailou11
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com