CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - genetic algorithm sorting

搜索资源列表

  1. NSGA-II-in-MATLAB-[www.MatlabSite.com]

    1下载:
  2. MATLAB Code for: Non-dominated Sorting Genetic Algorithm II (NSGA-II) Version 1.1 - November 2011 Programmed By: S. Mostapha Kalami Heris (MatlabSite Member)-MATLAB Code for: Non-dominated Sorting Genetic Algorithm II (NSGA-II) Version 1.1
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:56150
    • 提供者:nadem
  1. PSOBP502

    0下载:
  2. Parsopoulos等采用罚函数法,利用非固定多段映射函数对约束优化问题进行转化,再利用PSO算法求解转化后问题,仿真结果显示PSO算法相对遗传算法更具有优越性,但其罚函数的设计过于复杂,不利于求解;Hu等采用可行解保留政策处理约束,即一方面更新存储中所有粒子时仅保留可行解,另一方面在初始化阶段所有粒子均从可行解空间取值,然而初始可行解空间对于许多问题是很难确定的;Ray等提出了具有多层信息共享策略的粒子群原理来处理约束,根据约束矩阵采用多层Pareto排序机制来产生优良粒子,进而用一些优良的
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2283
    • 提供者:朱坤鸿
  1. NSGA-II

    0下载:
  2. matlab环境下实现的非支配排序遗传算法(NSGA-II),该算法在快速找到Pareto前沿和保持种群多样性方面都有很好的效果-matlab environment to achieve non-dominated Sorting Genetic Algorithm (NSGA-II), the algorithm quickly find the Pareto frontier and maintaining the diversity of the population has a goo
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:155605
    • 提供者:陈磊
  1. MATLAB-Codes

    0下载:
  2. Non-dominated Sorting Genetic Algorithm II (NSGA-II) Version 1.1 - November 2011 Non-domin ated Sorting Genetic Algorithm II (NSGA-II) Version 1.1 - November 2011 Non-domin ated Sorting Genetic Algorithm II (NSGA-II) Version 1.1 - Novemb
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:10856
    • 提供者:vava
  1. TLBO

    6下载:
  2. 教与学算法(TLBO),是一种非常好用人工智能算法,类似于遗传算法,可以用在算法寻优和调度排序等方面。-Teaching and learning algorithms (TLBO), is a very easy to use artificial intelligence algorithms, like genetic algorithm, the algorithm can be used in the optimization and scheduling sorting and so
  3. 所属分类:matlab例程

    • 发布日期:2017-04-23
    • 文件大小:2055
    • 提供者:哇啊
  1. NSGA-II

    1下载:
  2. 一种快速多目标遗传算法,NSGA-Ⅱ是目前最流行的多目标进化算法之一,它降低了非劣排序遗传算法的复杂性,具有运行速度快,解集的收敛性好的优点,成为其他多目标优化算法性能的基准。-A fast multi-objective genetic algorithm, NSGA-Ⅱ is the most popular one multi-objective evolutionary algorithm, which reduces the non-dominated sorting genetic
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:155907
    • 提供者:vanir
  1. MOEA-NSGA-II

    0下载:
  2. NSGAII(Non-Dominated Sorting in Genetic Algorithms) 进化算法,用于解决多目标问题的最经典算法,-a popular nondomination based genetic algorithm for multi-objective optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:378468
    • 提供者:安露
  1. NSGA

    0下载:
  2. 工业中,用于换热网络优化的非支配排序遗传算法源程序-In industry, the non dominated sorting genetic algorithm is used to the optimization of the heat exchanger network
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5328
    • 提供者:Lanmo
  1. NSGA-II

    0下载:
  2. NSGA-II非支配排序遗传算法,可避免陷入局部最优,属于全局算法-NSGA-II non dominated sorting genetic algorithm, can avoid falling into local optimal, belong to the global algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:434400
    • 提供者:高家功
  1. GAProblem1

    0下载:
  2. 遗传算法,利用排序的方法进行淘汰,有详细的注释可以参考-Genetic algorithm, using the method of sorting-out, there are detailed notes can reference
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2014
    • 提供者:李东瑾
  1. QGAquan

    0下载:
  2. 基于量子遗传算法的函数寻优算法,整理很全,希望帮助大家-Based on quantum genetic algorithm function optimization algorithm, sorting is very wide, we want to help
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:16096
    • 提供者:乔立冬
  1. NSGA-II

    1下载:
  2. 非支配排序遗传算法MATLAB代码实例,用于非支配排序遗传算法优化-Non-dominated Sorting Genetic Algorithm MATLAB code examples for non-dominated sorting genetic algorithm optimization
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:482071
    • 提供者:韩长海
  1. GAgaijin

    0下载:
  2. 该程序是基于非支配排序遗传算法改编的实用型算法,该算法收敛速度快而且能够避免收敛在局部最优非常好用-The program is based on the practical non-dominated Sorting Genetic Algorithm algorithm adapted the algorithm converges faster and can avoid local optimum convergence in very handy
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:162726
    • 提供者:杨建波
  1. My-NSGA2

    0下载:
  2. NSGA2 matlab code (Non-Dominated Sorting Genetic Algorithm) - An evolutionary multi-objective optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-17
    • 文件大小:12288
    • 提供者:Ehsan
  1. NSGA-II

    0下载:
  2. 多目标优化问题,文献参考,A Fast Elitist Non-dominated Sorting Genetic Algorithm for Multi-objective Optimization(multi-object optimization)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:156672
    • 提供者:jiaoshuier
  1. NSGA

    1下载:
  2. 多目标遗传算法是NSGA-II[1](改进的非支配排序算法),该遗传算法相比于其它的多目标遗传算法有如下优点:传统的非支配排序算法的复杂度为 ,而NSGA-II的复杂度为 ,其中M为目标函数的个数,N为种群中的个体数。引进精英策略,保证某些优良的种群个体在进化过程中不会被丢弃,从而提高了优化结果的精度。采用拥挤度和拥挤度比较算子,不但克服了NSGA中需要人为指定共享参数的缺陷,而且将其作为种群中个体间的比较标准,使得准Pareto域中的个体能均匀地扩展到整个Pareto域,保证了种群的多样性
  3. 所属分类:matlab例程

    • 发布日期:2020-04-23
    • 文件大小:16384
    • 提供者:浅浪
搜珍网 www.dssz.com