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

搜索资源列表

  1. AI_GA_matlab

    2下载:
  2. 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.99kb
    • 提供者:胡朋
  1. GAexample.rar

    3下载:
  2. 遗传算法例程:通过MATLAB,以航班调度排序为例,实现遗传算法。,Genetic algorithm routines: the adoption of MATLAB, in order to sort Flight Scheduling as an example, the realization of genetic algorithm.
  3. 所属分类:matlab

    • 发布日期:2015-05-21
    • 文件大小:166.37kb
    • 提供者:xiaozhima
  1. yichuansanf

    0下载:
  2. 该为遗传算法解决比赛项目排序问题,给出了过程分析,列出了比赛项目排序的模型,进行了方法的研究,最后用c语言编程实现了矩阵的导入,矩阵的转化,遗传算法.程序在解决此类问题,效果良好-The events for the genetic algorithm to solve scheduling problem, given the process of analysis, a list of events sort of model, carried out research on methods
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:33.26kb
    • 提供者:gexiaozhong
  1. PaiXu

    0下载:
  2. 遗传算法的备选方案排序,C程序实现,供参考之用.-Genetic algorithm to sort the options, C program, for information purposes only.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:6.16kb
    • 提供者:张晓
  1. MATLAB

    1下载:
  2. 采用遗传算法对于加工问题的排序,使其最快.-The use of genetic algorithm to sort the problem for the processing to make it the fastest.
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6.86kb
    • 提供者:高嵩
  1. AdaptingGA

    1下载:
  2. 本算法为自适应遗传算法,采用基于排序的选择策略,编码方案为实数编码。能够解决很多优化问题!-The algorithm for the adaptive genetic algorithm, based on the sort of choice strategy, coding schemes for real-coded. Many optimization problems can be solved!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:29.05kb
    • 提供者:邱腾飞
  1. GraphGA-DynamicGraphDrawingWithHybridizedGA

    0下载:
  2. Hierarchica graph drawing using genetic algorithms. We start with a hierarchical graph containing multiple layers and we create a group of chromozoms from the input layered graph. We have inter-layer and intra-layer crossing. We use the minimum edge
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:138.12kb
    • 提供者:mihi64
  1. naga2.file

    0下载:
  2. 带精英策略非支配排序遗传算法的应用实例。-The control strategy with elite sort of genetic algorithm, the application example.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3.86mb
    • 提供者:姜徐东
  1. GA

    0下载:
  2. java 语言 遗传算法 排序 性能不错-java language sort of genetic algorithm performance is good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:4.97kb
    • 提供者:wanghongyi
  1. 3434

    0下载:
  2. 遗传算法的GA主函数,选择函数,排序函数,交叉函数,变异函数-Genetic algorithm is proposed to GA Lord function, choose function, sort function, crossover function, variation functions and so on
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:5.94kb
    • 提供者:何明注
  1. sxx

    2下载:
  2. 在matlab环境下用遗传算法实现航班排序-The flights Sort genetic algorithm in Matlab environment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:6.7kb
    • 提供者:shixingxin
  1. classical-algorithm

    0下载:
  2. 关于经典算法的思考与总结。涵盖KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT A*.Dijkstra.DP.BFS/DFS.红黑树等 15 个经典基础算法, 共计 31 篇文章,包括算法理论的研究与阐述,及其编程的具体实现。很多个算法都后续写 了续集-Thinking about the classical algorithm and summary. Covering the KMP. Genetic heuri
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11.18mb
    • 提供者:
  1. chejiandiaodu

    0下载:
  2. 流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码,属于GreenSim团队原创作品,博客上发布的是不完
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.36kb
    • 提供者:yyl
  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
    • 文件大小:3.3kb
    • 提供者:xhz
  1. 02MATLAB

    0下载:
  2. 流水线车间生产调度的遗传算法MATLAB源代码 n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小-Line workshop production scheduling genetic algorithm M
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:18.68kb
    • 提供者:樊奕
  1. NSGA_2

    0下载:
  2. 一种多目标优化的遗传算法实现过程,核心在于应用了一种优化的排序方法-A multi-objective optimization of genetic algorithm to achieve the process, the core is the application of a sort of optimization method
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:379.1kb
    • 提供者:寇立伟
  1. grammar

    0下载:
  2. 第1章 算法引论   1.1 算法与程序   1.2 表达算法的抽象机制   1.3 描述算法   1.4 算法复杂性分析   小结   习题   第2章 递归与分治策略   2.1 速归的概念   2.2 分治法的基本思想   2.3 二分搜索技术   2.4 大整数的乘法   2.5 Strassen矩阵乘法   2.6 棋盘覆盖   2.7 合并排序   2.8 快速排序   2.9 线性时间选
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2.27mb
    • 提供者:Summer-LXN
搜珍网 www.dssz.com