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

搜索资源列表

  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法,包括基本蚁群算法,排序蚁群算法,最大最小蚁群算法-Ant colony algorithm, including the basic ant colony algorithm, sorting ant algorithm, ant colony algorithm for the maximum and minimum
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:36293
    • 提供者:aa
  1. calNDCG

    0下载:
  2. 在排序学习算法经常用到的评价指标 NDCG,计算检索的效果好坏-NDCG can be used to evaluate the ranking with multilevel relevance such as irrelevance, half relevance, and relevance.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:645
    • 提供者:jack sparrow
  1. tree_prim

    0下载:
  2. MATLAB最小生成树prim算法,将权数从小到大排序,按顺序添加,如果形成圈则去掉-MATLAB prim minimum spanning tree algorithm, the weights of small to large order, in order to add, if the ring is removed to form
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:647
    • 提供者:luobo
  1. greedy_method

    0下载:
  2. 贪婪算法,分别考虑按单位价值,按目标函数,按容量的排序,思路清楚。-Greedy algorithm, to consider the value per unit, according to the objective function, according to the capacity of the sort of thinking clearly.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1155
    • 提供者:
  1. rangePolyponPoint

    1下载:
  2. Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。- 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点 输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合 返回的排列好的点的横坐标和纵坐标集合. 使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10 0 10]) 输出结果为:x = [ 0 10 10
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:639
    • 提供者:小张
  1. mmse-osic

    0下载:
  2. 这个程序时用来描述最小均方误差-排序串行干扰消除检测算法-this program is used for design mmse-osic detetion algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3688
    • 提供者:zoe
  1. coloring-problem

    4下载:
  2. Welsh.m为着色问题中的Welsh-Powell算法程序,并且sortd.m为其中调用的一个排序子函数。-Welsh.m coloring problem in the Welsh-Powell algorithm program and sortd.m call for which a sort subroutines.
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:750
    • 提供者:程程
  1. ranking

    0下载:
  2. 自己编写的 基于模糊聚类算法的排序问题 希望对大家有用-Scheduling problem based on fuzzy clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5031
    • 提供者:王河山
  1. NSGA-II

    0下载:
  2. 多目标无功优化算法,采用遗传算法,非支配排序,前推回代潮流计算-Multi-objective reactive power optimization
  3. 所属分类:matlab

    • 发布日期:2015-11-28
    • 文件大小:268288
    • 提供者:King
  1. New_MPso

    0下载:
  2. 基于非列排序经济调度问题,比其它算法更好,收敛更好。得到了一组帕雷托解。-Based on the column sorting economic dispatch problem,this algorithm can get better convergence than other algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:3118
    • 提供者:zhangmenglin
  1. PSOBP502

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

    • 发布日期:2017-04-13
    • 文件大小: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. NSGA2-MATLAB-Codes

    2下载:
  2. nsga2算法实例,用于多目标优化,基于pareto排序以及共享函数的多目标遗传算法-An example of NSGA2 algorithm, for multi objective optimization
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:5753
    • 提供者:wy
  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. DE

    0下载:
  2. 多目标DE算法,子程序有拥挤距离计算,非支配解排序,模型等,多学习多目标算法很有帮助-multi-objective DE algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:243396
    • 提供者:闫同斌
  1. zhijiepaixu

    0下载:
  2. 对数据进行直接排序,通过matlab算法实现,对任意大小的数组进行从小到大的排序-Direct to sort the data, through the realization of MATLAB algoDirect to sort the data, through the realization of MATLAB algorithm, an array of any size small to large sortingrithm, an array of any size sma
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:2634640
    • 提供者:cdz
  1. zigzag

    0下载:
  2. zigag算法,将1-N^2的数字按照“Z”路径排序。附有程序运行截图。-zigzag algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:14734
    • 提供者:
  1. nsga-ii-binary

    2下载:
  2. 非支配排序的多目标优化算法,二进制编码,MATLAB 平台-Multi-objective optimization of non-dominated sorting algorithm, binary coding, MATLAB platform
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7087
    • 提供者:杨杰
  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. 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-15
    • 文件大小:5328
    • 提供者:Lanmo
« 1 23 4 »
搜珍网 www.dssz.com