CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - Genetic Algorithm job

搜索资源列表

  1. sdasd

    0下载:
  2. 车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3.43kb
    • 提供者:李志辉
  1. Genetic-Algorithm

    0下载:
  2. 遗传算法如何利用C++程序来实现,以求作业车间调度等问题。-How to use the genetic algorithm C++ program to implement in order to job shop scheduling problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:14.49kb
    • 提供者:张广乐
  1. JSP

    0下载:
  2. 利用遗传算法解决作业调度问题,评价函数,算法高效.-The use of genetic algorithm to solve job-scheduling problem, the evaluation function, algorithm efficiency.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1.94kb
    • 提供者:Tiny
  1. source

    0下载:
  2. Job shop scheduling problem using genetic algorithm must use g++ complier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:428.65kb
    • 提供者:Lawrance
  1. yichuan

    0下载:
  2. Matlab源码(关于车间作业调度问题的遗传算法)有中文解释-Matlab source code (on the job shop scheduling problem of the genetic algorithm) with Chinese explanations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1.6kb
    • 提供者:fo
  1. 0801563

    0下载:
  2. 用遗传算法解决作业车间调度问题。作业车间调度可描述为集合{J,M,Op,T}(其中:J代表工件,M代表机器,Op代表工序,T代表工件的加工时间),即如何将工件的工序按照合理的顺序分配到机器上,以达到目标函数的要求。-Using Genetic Algorithm for Job Shop Scheduling Problems. Job shop scheduling can be described as a set {J, M, Op, T} (where: J on behalf of t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:876.33kb
    • 提供者:刘浏
  1. Job-shop-MATLAB

    2下载:
  2. 用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:99.66kb
    • 提供者:小刚
  1. matlab-GA-JSP

    0下载:
  2. matlab遗传算法解决车间调度问题,适用于一般问题-matlab genetic algorithm to solve job shop scheduling problem, the problem for general
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:20.21kb
    • 提供者:lychee
  1. SAT-GA

    0下载:
  2. 遗传算法 整个流程清晰明了 属于课程提交作业 有点精简-Clarity of the genetic algorithm process is a little program to streamline the job submission
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:122.95kb
    • 提供者:斯科
  1. Genetic-algorithm-problem

    1下载:
  2. 车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1.52kb
    • 提供者:卢永鹏
  1. ga

    1下载:
  2. 本代码是利用遗传算法解决简单的JOB—SHOP型的生产调度问题。代码简单,且已经过调试,可以正常运行,C++及遗传算法的初学者可以参考!-This code is the JOB-SHOP-type production scheduling problems using genetic algorithms to solve simple. Simple code, and have been debugging the normal operation of OK, C and Geneti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2.87kb
    • 提供者:*飞
  1. d4ef13.ZIP

    0下载:
  2. 单件车间调度问题的改进型病毒进化遗传算法Job-shop scheduling problem improved virus evolutionary genetic algorithm-Job-shop scheduling problem improved virus evolutionary genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:985.85kb
    • 提供者:di2012
  1. jsgas

    0下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法,各工件各工序的结束时刻,可根据它绘出甘特图,各代群体平均适应值的记录.-The genetic algorithm shop scheduling, job shop scheduling problems with genetic algorithms, each moment of the end of the process of the workpiece, it plotted the Gantt chart, the average fit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:50.18kb
    • 提供者:陈湖
  1. sga1

    0下载:
  2. 这是花费了好几天才搞好的C代码,可以运行,能够自行设置多个参数,很适合研究遗传算法。-Spent several days doing a good job of C code, you can run, able to set multiple parameters, very suitable for the study of the genetic algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:5.08kb
    • 提供者:dnalfiend
  1. AIhw4

    0下载:
  2. 关键词:人工智能 作业 遗传算法 c++语言 这是我们人工智能课作业,遗传算法的源码-Keywords: artificial intelligence job the genetic algorithm c++ language which our artificial intelligence Homework genetic algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:4.03mb
    • 提供者:jin
  1. s4

    1下载:
  2. 基于遗传算法的作业排序方法 利用梯度下降法求解线性判别函数-Job sorting method based on genetic algorithm using the gradient descent method for solving linear discriminant function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:1.38kb
    • 提供者:王彬辉
搜珍网 www.dssz.com