CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Genetic Algorithm job
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Genetic Algorithm job - List
[
AI-NN-PR
]
yi_chuan_suan_fa
DL : 0
遗传算法的小程序,解决jobshop问题的-The little procedure of the genetic algorithm, ones that solves jobshop problem
Date
: 2025-07-16
Size
: 17kb
User
:
刘一骝
[
AI-NN-PR
]
JSPGA
DL : 1
车间作业调度问题遗传算法Matlab源码 -Job-shop scheduling problem genetic algorithm source Matlab
Date
: 2025-07-16
Size
: 1kb
User
:
hj
[
AI-NN-PR
]
yichuansuanfajichu2
DL : 0
关于遗传算法的理论以及应用,包括车间调度,函数优化,求最短路径问题等-On genetic algorithm theory and applications, including job shop scheduling, function optimization, seeking the shortest path problem
Date
: 2025-07-16
Size
: 3.32mb
User
:
tobyzuo
[
AI-NN-PR
]
sdasd
DL : 0
车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
Date
: 2025-07-16
Size
: 3kb
User
:
李志辉
[
matlab
]
JobShopSchedulingProblemMatlabGeneticAlgorithm
DL : 0
车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
Date
: 2025-07-16
Size
: 2kb
User
:
sxb
[
Windows Develop
]
SurveyPresent
DL : 0
A survey to describe some Job Shop Scheduling problem using Genetic Algorithm problems to solve some NP-hardness problem!
Date
: 2025-07-16
Size
: 261kb
User
:
eric
[
Software Engineering
]
Anovelparallelquantumgeneticalgorithmforstochasti
DL : 0
A novel parallel quantum genetic algorithm for stochastic job shop scheduling
Date
: 2025-07-16
Size
: 1.75mb
User
:
parisa
[
JSP/Java
]
GA_SCHEDULER
DL : 0
Java based Genetic algorithm for solving benchmark Job shop problem. The source code is developed in NetBeans environment
Date
: 2025-07-16
Size
: 46kb
User
:
hisham
[
Other
]
Genetic
DL : 0
车间作业调度问题遗传算法Matlab源码-Genetic Algorithm for Job Shop Scheduling Problem Matlab source code
Date
: 2025-07-16
Size
: 5kb
User
:
曾行
[
matlab
]
Example
DL : 0
Flow Job Shop problem using genetic algorithm use g++ compiler
Date
: 2025-07-16
Size
: 518kb
User
:
nareyus
[
matlab
]
Shop-scheduling-genetic-algorithm
DL : 0
遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案中,各工件各工序的开始时刻,可根据它绘出甘特图 Y2p 最优方案中,各工件各工序的结束时刻,可根据它绘出甘特图 Y3p 最优方案中,各工件各工序使用的机器编号 Xp 最优决策变量的值,决策变量是一个实数编码的m×n矩阵 LC1 收敛曲线1,各代最优个体适应值的记录 LC2 收敛曲线2,各代群体平均适应值的记录 最后,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm scheduling, job shop scheduling problems with genetic algorithms -------------------------------------------------------------------------- genetic evolution of the input parameter list, the number of iterations M N population size (taken even) Pm mutation probability T m × n matrix, stored m one piece n a process of processing time 1 × n vector, n a process in which each machine processes the number of Zp with the best value Y1p Optimal Makespan programs, the start time of each process the workpiece can be drawn based on its optimal solution Gantt Y2p, each time the workpiece end of the process, according to its draw Gantt Y3p optimal solution, each piece of the processes using machine code Xp optimal decision variable, decision variable is a real m × n matrix encoded LC1 convergence curve 1, the generation of the best individual record of LC2 fitness convergence curve 2, the average fitness value on behalf of groups record Finally, the program will draw three pict
Date
: 2025-07-16
Size
: 2kb
User
:
王龙隐
[
AI-NN-PR
]
0801563
DL : 0
用遗传算法解决作业车间调度问题。作业车间调度可描述为集合{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 the workpiece, M stands for machine, Op behalf of processes, T on behalf of the workpiece processing time), that is how the parts of the process in accordance with the allocation of a reasonable order to the machine in order to achieve the requirements of the objective function.
Date
: 2025-07-16
Size
: 876kb
User
:
刘浏
[
AI-NN-PR
]
Job-shop-MATLAB
DL : 0
用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
Date
: 2025-07-16
Size
: 100kb
User
:
小刚
[
AI-NN-PR
]
Genetic-algorithm-problem
DL : 0
车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
Date
: 2025-07-16
Size
: 2kb
User
:
卢永鹏
[
AI-NN-PR
]
Genetic-Algorithm
DL : 0
遗传算法如何利用C++程序来实现,以求作业车间调度等问题。-How to use the genetic algorithm C++ program to implement in order to job shop scheduling problems.
Date
: 2025-07-16
Size
: 14kb
User
:
张广乐
[
matlab
]
Genetic-algorithm
DL : 0
这是一个有关车间调度的遗传算法,车间调度主要是job-shop调度有关的matlab算法。-genetic algorithm,
Date
: 2025-07-16
Size
: 19kb
User
:
ikkyu
[
Technology Management
]
Improved-genetic-algorithm
DL : 0
一个改进的遗传算法来求解柔性job-shop问题,主要是初始种群形成的改进,算法讲解很清晰,也有具体的实现流程-An improved genetic algorithm to solve the flexible job shop problem, mainly is the formation of initial population improvement, the algorithm is explained clearly, also have specific implementation process
Date
: 2025-07-16
Size
: 607kb
User
:
胥译涵
[
source in ebook
]
genetic-algoritm-jobshopproblem
DL : 0
matlab智能算法 基于多层编码遗传算法解决车间调度问题-genetic algorithm job-shop scheduling problem
Date
: 2025-07-16
Size
: 11kb
User
:
zj
[
Industry research
]
Genetic-Algorithm-
DL : 0
基于遗传算法的,实现作业车间的调度设计问题,全部是相关的文献,可以了解相应的状况-Based on genetic algorithm to achieve the design job shop scheduling problem, all relevant documents, can understand the corresponding status
Date
: 2025-07-16
Size
: 26.68mb
User
:
jk
[
matlab
]
GA- job shop scheduling
DL : 0
genetic algorithm for job shop scheduling problem
Date
: 2025-07-16
Size
: 1kb
User
:
Songkran
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.