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

搜索资源列表

  1. psoga

    0下载:
  2. 采用PSO和GA算法优化RBP神经网络的参数-PSO and GA algorithm optimization using neural network parameters RBP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:13972
    • 提供者:严丽娜
  1. The-Multi-user-Detection-ALGORITHM

    0下载:
  2. 联合智能(JI-MUD)多用户检测算法是由粒子群优化(PSO)算法,遗传算法(GA)和模拟退火(SA)算法-the joint intelligent multi-user detection (JI-MUD) algorithm which was composed by particle swarm optimization (PSO) algorithm, genetic algorithm (GA) and simulated annealing (SA) algorithm was p
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:927658
    • 提供者:杜大鲲
  1. fa_ndim

    0下载:
  2. This firefly algorithm which is implemented in matlab. The algorithm is well-known, and apply in many optimal areas and outperform GA and PSO-This is firefly algorithm which is implemented in matlab. The algorithm is well-known, and apply in many opt
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2341
    • 提供者:LOng
  1. sso_simple

    0下载:
  2. simplified swarm optimization的matlab版本,可以節省寫程式的時間。本程演算法已驗證可以在某些問題上找到比pso、ga、sa、ts、aco等演算法更好的解。-simplified swarm optimization in matlab version, you can write a program to save time. The scheduling algorithm has been verified can find better than pso,
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1196
    • 提供者:Don Lai
  1. fpa_demo

    0下载:
  2. Flower pollination is an intriguing process in the natural world. Its evolutionary characteristics can be used to design new optimization algorithms. In this paper, we propose a new algorithm, namely, flower pollination algorithm, inspired by the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2792
    • 提供者:John
  1. code

    2下载:
  2. 这是我自己编写的二进制频谱分配算法的代码,分别用粒子群算法和遗传算法实现.-spectrum allocation code for PSO and GA
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4595
    • 提供者:yehao
  1. pandey-final

    0下载:
  2. this code consists of both GA and pso based and comparison with aco for tsp-this code consists of both GA and pso based and comparison with aco for tsp......................
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:61224
    • 提供者:pandey_ji
  1. GAaPSO

    0下载:
  2. MATLAB环境下,有关遗传算法以及粒子群算法的程序-the program of GA and PSO in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:9404
    • 提供者:何和新
  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. Files

    0下载:
  2. I send a file that contains 7 source code and simulation in matlab. source codes contain GA and HGAPSO and PSO local&global.simulink files contain svpwm,matrix converter direct&improve.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:48608
    • 提供者:Mohsen Rezaie
  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. COR(v1.1)

    0下载:
  2. 资源竞争算法,此算法经过测算由于PSO、GA、SA等等,可以快速有效的优化。- Competition Over Resource Optimization Algorithm,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2439
    • 提供者:孙少龙
  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. Metaheuristic-Clustering---MATLAB-Code

    0下载:
  2. Meta-heuristic clustering: Source Code of: GA: Genetic Algorithm PSO: Particles Swram Optimization HS: Harmony Search DE: Differential Evolution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:12402
    • 提供者:sepideh sal
  1. FUZZYaEVOULOTIONARY-

    0下载:
  2. hybrid fuzzy & (pso-DE-GA)
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:30071
    • 提供者:AZAM
  1. ALO

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

    • 发布日期:2016-05-09
    • 文件大小:154624
    • 提供者:徐志成
  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. 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. PSOGA

    1下载:
  2. 这是PSO算法和GA算法联合使用的matlab程序,用于数据定量分析-This is the algorithm of PSO and GA used in conjunction matlab program for quantitative analysis of data
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-13
    • 文件大小:1668
    • 提供者:Wahzau Chan
  1. hybrid-of-GA-and-PSO

    2下载:
  2. 混合粒子群算法训练BP神经网络(实验数据包含在内)-A hybrid algorithm is based on particle swarm optimization and it is used in training back propagation neural network (source code)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6339
    • 提供者:聂善坤
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com