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

搜索资源列表

  1. heapsort

    0下载:
  2. 该算法是用来进行堆叠排序的程序,可以较为快速的实现数据大小排列,非常有用。
  3. 所属分类:matlab例程

  1. funga

    0下载:
  2. 简单的遗传算法MATLAB实现,解释详细,格雷编码,有交叉与变异操作,非线性排序选择-Simple genetic algorithm MATLAB realize, explained in detail, Gray code, there is crossover and mutation operation, nonlinear sort choose
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3376
    • 提供者:xhz
  1. source_code_5le4v6

    0下载:
  2. 这是一个课设的题目,用MATLAB实现二叉树排序的递归算法,测试通过,希望大家下载。-This is the subject of a class-based, using MATLAB binary tree sort of recursive algorithm, test passed, I hope everyone download.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:9937
    • 提供者:8sf8ia
  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. tspGA

    0下载:
  2. 遗传算法解决用于解决排序问题的源代码,编码使用互换编码。本程序是基于旅行商问题的代码。-Genetic Algorithm for Solving scheduling problems of the source code, the use of interchangeable coding coding. This procedure is based on the code traveling salesman problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3067
    • 提供者:孙少华
  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-05
    • 文件大小: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. pso_natureselected

    0下载:
  2. 基于自然选择的粒子群算法其核心思想为每次迭代过程中将整个粒子群按适应值排序,用群体中最好的一半的粒子的速度和位置替换最差的一半的速度和位置,同时保留原来每个个体所记忆的历史最优值。-Particle swarm optimization algorithm based on natural selection
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1050
    • 提供者:王哥
  1. Ordered-neighborhood-rough-set

    0下载:
  2. 利用基于排序的邻域粗糙集算法对具有高维属性的元数据进行属性约简,删减多余的无关属性,避免模型的过拟合,提高模型预测精度和模型运算速度-The algorithm based on the ordered neighborhood rough set is used to reduce the attributes of the high dimension attributes, to eliminate the redundant irrelevant attributes, to avoid
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:425801
    • 提供者:紫罗兰
  1. yichuansuanfa

    0下载:
  2. MATLAB遗传算法源文件,供大家交流一下,包含交叉编译排序,选择等-Quot uuccinate u4B09 u3B1 u2B03 u3B1 u6B1 u6B01 u6E2 UFF0C u9009 u62E9 u7B49
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:3072
    • 提供者:gebilaowang
  1. 35738646DE

    1下载:
  2. 多目标DE算法,子程序有拥挤距离计算,非支配解排序,模型等,多学习多目标算法很有帮助-multi-objective DE algorithm差分进化算法(Multi objective DE algorithm, subroutines have crowding distance calculation, non dominated sorting, model, etc., multi learning multi-objective algorithm is very helpful,
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:242688
    • 提供者:AllanWalker
  1. NSGA-II

    4下载:
  2. 算法实现完整代码,非支配排序,拥挤距离排序(NSGA-II complete no-dominated sort and corwding distance sort you can use your algorithm to improve your algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:guoneng12355
  1. NSGA-II

    1下载:
  2. 本程序是关于基于非支配排序遗传算法2的matlab程序,用于求解多目标优化问题的非支配解。(The non-dominated solutions of multi-objective optimization problems)
  3. 所属分类:matlab例程

  1. Constrained NSGA2

    4下载:
  2. 添加了了约束的非支配排序遗传算法的代码。(A structure MATLAB implementation of NSGA-II for Evolutionary Multi-Objective Optimization)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:9216
    • 提供者:oobbyy
  1. Ch7_Johnson

    1下载:
  2. N项作业的双机排序问题,已经有非常成熟的理论求解方法,即Johnson算法,可以找到最优解。(There is a very mature method of solving the double machine scheduling problem in N item, that is, Johnson algorithm, and the optimal solution can be found.)
  3. 所属分类:matlab例程

  1. NSGA-II-matlab

    2下载:
  2. 多目标遗传算法,降低了非劣排序遗传算法的复杂性,具有运行速度快,解集的收敛性好的优点(NSGA-|| algorithm Pareto)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:6144
    • 提供者:Kelvinzxc
  1. 非线性规划

    1下载:
  2. 在参加数学建模的过程中,对非线性规划问题进行了系统的整理,包括MPGA算法、GA算法、pso算法、QGA算法,对其优劣性进行了排序;(In the process of participating in mathematical modeling, we systematically sorted out the nonlinear programming problems, including MPGA algorithm, GA algorithm, PSO algorithm and QG
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:12288
    • 提供者:倚楼天狼啸
  1. NSGA-II

    2下载:
  2. 非支配排序的遗传算法matlab实现,pareto原理求解多目标问题(Matlab implementation of nsga2 with non dominated sorting and Pareto principle to solve multi-objective problems)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:153600
    • 提供者:Young_2012
  1. SlideWindow

    1下载:
  2. 滑动窗算法,可用于实现动态排序,可应用于航班排序(Sliding window algorithm can be used to achieve dynamic sequencing and can be applied to flight scheduling.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-10
    • 文件大小:1024
    • 提供者:小人物wp
« 1 2 34 »
搜珍网 www.dssz.com