CN104281917A - Fuzzy job-shop scheduling method based on self-adaption inheritance and clonal selection algorithm - Google Patents

Fuzzy job-shop scheduling method based on self-adaption inheritance and clonal selection algorithm Download PDF

Info

Publication number
CN104281917A
CN104281917A CN201410502463.8A CN201410502463A CN104281917A CN 104281917 A CN104281917 A CN 104281917A CN 201410502463 A CN201410502463 A CN 201410502463A CN 104281917 A CN104281917 A CN 104281917A
Authority
CN
China
Prior art keywords
fuzzy
fitness
individuality
job
scheduling
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410502463.8A
Other languages
Chinese (zh)
Inventor
高尚策
陈贝贝
沈冬梅
侍倩
柴宏建
吴再新
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Donghua University
National Dong Hwa University
Original Assignee
Donghua University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Donghua University filed Critical Donghua University
Priority to CN201410502463.8A priority Critical patent/CN104281917A/en
Publication of CN104281917A publication Critical patent/CN104281917A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/12Computing arrangements based on biological models using genetic models
    • G06N3/126Evolutionary algorithms, e.g. genetic algorithms or genetic programming

Abstract

The invention relates to a fuzzy job-shop scheduling method based on self-adaption inheritance and the clonal selection algorithm. The method includes the steps of determining the coding scheme of the fuzzy job-shop scheduling problem, generating the initial population N at random, defining a solution space, defining and calculating the adaptability function of an individual, conducting clone proliferation operation on the individual according to the size of the adaptability value near each generation of optimal solution, independently conducting self-adaption cross and mutation operation on individuals obtained through reproduction, conducting clonal selection operation on the individuals obtained through cross and mutation to generate the new population N*, ending the circulation if the ending condition is met, and returning to continue the next step if the ending condition is not met. By means of the method, resources can be more reasonably distributed, the completion time of job-shop scheduling fuzziness is shortened, the efficiency of job-shop fuzzy scheduling is improved, and the requirement of actual production scheduling is better met.

Description

Based on the fuzzy job shop scheduling method of Adaptive Genetic and clonal selection algorithm
Technical field
The present invention relates to the concocting method of processing work and machine in industrial plant job scheduling.
Background technology
Due to Production Planning and Controlling problem most typicalness in all scheduling problems of Workshop, so the research dominate in scheduling theory always to solve job shop scheduling problems.And the uncertain factor faced in production run, such as: the ambiguity etc. at mechanical disorder, machining delay, the uncertainty of work pieces process time, each workpiece delivery date, all can affect the arrangement of whole scheduling and the assessment to scheduling result.And for the research of fuzzy solve job shop scheduling problems, more realistic production, the fuzzy solve job shop scheduling problems so increasing scholar begins one's study.
Up to the present, the people such as Han S have studied the single machine scheduling with Fuzzy Due Dates; The people such as SAKAWA adopted genetic algorithm for solving with the fuzzy solve job shop scheduling problems of PROBLEMS WITH FUZZY PROCESSING TIMES and Fuzzy Due Dates in 1999, made minimum customer satisfaction maximum.The people such as Ishibuchi H are studied fuzzy job shop scheduling, and are described PROBLEMS WITH FUZZY PROCESSING TIMES.The people such as Murata T are studied the Multi-Objective Scheduling with Fuzzy Due Dates.Adamopulos G I neighborhood search method is studied the single machine scheduling with variable process time and Fuzzy Due Dates.
The method of Recent study fuzzy job shop scheduling has genetic algorithm, simulated annealing, heuritic approach etc.Algorithm ultimate principle is all based on an initial solution, finds optimum solution by certain method search volume.There are some defects in these researchs:
(1) method comparison is single, finds process relatively blindly.
(2) find optimum solution and be easily absorbed in local optimum, the easy Premature Convergence of algorithm.
(3) Population Regeneration is more random.
Summary of the invention
The technical problem to be solved in the present invention is can rational allocation Job-Shop Production Planning and Controlling problem.
In order to solve the problems of the technologies described above, technical scheme of the present invention there is provided a kind of fuzzy job shop scheduling method based on Adaptive Genetic and clonal selection algorithm, it is characterized in that, comprises the following steps:
The first step, determine that the encoding scheme of fuzzy Job-Shop is the coded system based on operation, each gene represents a procedure, identical symbol is specified to all process steps of same workpiece, for n × m fuzzy job shop scheduling of n workpiece m platform machine, comprise n × m gene in each chromosome, the symbol of each workpiece will occur m time in chromosome;
Second step, random generation initial population N, definition solution space;
3rd step, definition calculate individual fitness function;
4th step, when first time iteration, the initial fitness value of each individuality is exactly the optimum solution of this individuality, corresponding schedule sequences thinks that initial optimal sequence makes fuzzy completion date minimum, near every generation optimum solution, the size according to fitness value carries out clonal expansion operation, and fitness is higher, the number of individuals cloned is more, otherwise fitness is lower, then the individuality cloned is fewer;
5th step, by breeding after individuality independently carry out self-adaptation intersection and TSP question operation;
6th step, Immune Clone Selection operation is carried out to the individuality after crossover and mutation, generate new population N*;
If the 7th step meets maximum iteration time, then terminate; If do not meet, then turn back to the 3rd step and continue to perform downwards.
Preferably, described second step is specially:
Initialization chromosome population, parameter at least comprises: population scale, clone coefficient, adaptive crossover mutation and mutation probability, generation gap, maximum iteration time.
Preferably, described 3rd step is specially:
Select a function more adequately can reflect the quality of solution by the size of functional value, this function is fitness function; Fitness function is determined according to the objective function of optimization problem, and this fitness function adopts the inverse of the objective function in optimization problem and a constant c sum to represent.
Preferably, described 6th step comprises the following steps:
Step 6.1, after carrying out genetic manipulation, calculate the fitness value of each individuality, each father's individuality is cloned in the sub-individuality obtained, the individual Y that fitness is the highest ieasily be preferred;
Step 6.2, utilization climbing update rule, by the antibody Y of certain probability P selected clone ireplace father's antibody X iif, clone body set Y ithe fitness of middle optimum individual is than his father's antibody X ifitness little, upgrade with probability 1, if the fitness of optimum filial generation is greater than its parent, upgrade with exponential type probability, to keep population diversity.
Preferably, in described step 6.2, in order to preserve the information of initial population, exponential function is not used in X 1in generation, just can not be replaced for the optimum antibody in individuality.
The present invention is different from other single method, but a kind of new hybrid algorithm that self-adapted genetic algorithm is combined with clonal selection algorithm, there is the advantage of two kinds of algorithms.The present invention can reasonable distribution resource, shortens the fuzzy completion date of Job-Shop, improves the efficiency of job shop fuzzy scheduling, more realistic production scheduling.
Accompanying drawing explanation
Fig. 1 is algorithm flow chart of the present invention;
Fig. 2 is the objective function converges curve of 6 × 6 fuzzy scheduling problems;
Fig. 3 is the objective function converges curve of 10 × 10 fuzzy scheduling problems.
Embodiment
For making the present invention become apparent, hereby with preferred embodiment, and accompanying drawing is coordinated to be described in detail below.Should be understood that these embodiments are only not used in for illustration of the present invention to limit the scope of the invention.In addition should be understood that those skilled in the art can make various changes or modifications the present invention, and these equivalent form of values fall within the application's appended claims limited range equally after the content of having read the present invention's instruction.
The invention provides a kind of fuzzy job shop scheduling method based on Adaptive Genetic and clonal selection algorithm, the steps include:
Step 1, determine to be specially the encoding scheme of fuzzy solve job shop scheduling problems:
Determine that the encoding scheme of fuzzy Job-Shop is the coded system based on operation, each gene represents a procedure, specifies identical decimal symbol to all process steps of same workpiece.For n × m fuzzy job shop scheduling of n workpiece m platform machine, comprise n × m gene in each chromosome, the symbol of each workpiece will occur m time in chromosome.
Step 2, random generation initial population N, definition solution space, is specially:
Initialization chromosome population, parameter comprises: the parameter such as population scale, clone coefficient, adaptive crossover mutation and mutation probability, generation gap, maximum iteration time.
Step 3, define and calculate individual fitness function, being specially:
Select a function can reflect the quality of solution comparatively accurately by the size of functional value; Fitness function is determined according to the objective function of optimization problem, and fitness value function adopts the inverse of the objective function in optimization problem and a constant c sum to represent herein.
Step 4, near every generation optimum solution, the size according to fitness value carries out clonal expansion operation to individuality, is specially:
When first time iteration, the initial fitness value of each individuality is exactly the optimum solution of this individuality, and corresponding schedule sequences thinks that initial optimal sequence makes fuzzy completion date minimum.Near every generation optimum solution, the size according to fitness value carries out clonal expansion operation, and fitness is higher, and the number of individuals cloned is more; Otherwise fitness is lower, then the individuality cloned is fewer.
Step 5, by breeding after individuality independently carry out adaptive crossover and mutation operation, be specially:
Individualities all after clonal expansion are carried out adaptive crossover and mutation operation independently.
Step 6, Immune Clone Selection operation is carried out to the individuality after crossover and mutation, generate new population N *, be specially:
After carrying out genetic manipulation, calculate the fitness value of each individuality, each father's individuality is cloned in the sub-individuality obtained, the individual Y that fitness is the highest ieasily be preferred.Then, climbing update rule is utilized, by the antibody Y of certain probability P selected clone ireplace father's antibody X i.If clone body set Y ithe fitness of middle optimum individual is than his father's antibody X ifitness little, upgrade with probability 1.Consequently, the elite in offspring is saved, and enters into the next generation.In contrast, if the fitness of optimum filial generation is greater than its parent, upgrade with exponential type probability, to keep population diversity.In addition, in order to preserve the information of initial population, exponential function is not used in X 1in generation, just can not be replaced for the optimum antibody in individuality.Carry out the Optimum Operation of next round.
If step 7 meets end condition, then circulate end; If do not meet, then turn back to step 3) continue to perform downwards, be specially: after meeting maximum iteration time, the optimal objective value that output function obtains, and corresponding optimal scheduling sequence and fuzzy scheduling completion date.
Composition graphs 1 to Fig. 3 and table 1, to table 6, for a certain job shop fuzzy scheduling model, applies said method.
1, parameter and variable-definition
(1) the individual workpiece set N to be processed of pa-rameter symbols definition: n i(i=1,2 ..., n); M collection of machines: M k(k=1,2 ..., m); P ijrepresent workpiece N ijth (j=1,2 ..., m) procedure; O ijkrepresent P ijat machine M kupper processing, Triangular Fuzzy Number T ijk=(t 1 ijk, t 2 ijk, t 3 ijk) represent operation P ijmachine M kthe PROBLEMS WITH FUZZY PROCESSING TIMES of upper processing.Triangular Fuzzy Number T ic=(t 1 ic, t 2 ic, t 3 ic) represent workpiece N ifuzzy completion date.
(2) objective function:
T c = ( t c 1 , t c 2 , t c 3 ) - - - ( 1 )
f ( σ σ ∈ Π ) = min ( ( a 1 t c 1 + a 2 t c 2 + a 3 t c 3 ) max ) - - - ( 2 )
Wherein (t in formula (1) 1 c, t 2 c, t 3 c) be the fuzzy completion date of last procedure dispatched; α in formula (2) 1, α 2, a 3a decimal between (0,1), be the fuzzy completion date of last procedure is done regular after numerical value; Formula (2) is objective function, and ∏ represents the feasible schedule set of workpiece, for a feasible scheduling σ ∈ ∏, makes f (σ) represent corresponding target function value.Target finds optimal sequencing σ *, make fuzzy completion date T ccorresponding regular after numerical value T maxminimum.
(3) constraint condition
S ij≥S i(j-i)+T i(j-1),i=1,2,3,...n,j=1,2,3,...m; (3)
M ik≥M (i-1)k+T (i-1)k,i=1,2,3,...n;k=1,2,...m; (4)
S ij≥0i=1,2,3,...n;j=1,2,...,m; (5)
Constraint (3) is constraint to work pieces process order, before representing the processing of any one workpiece face one procedure upon start, must first complete last procedure; Constraint (4) is constraint to machine, after representing on same machine that a processing tasks completes, could start another processing tasks; Constraint (5) is time-constrain, represents that the on-stream time of every procedure of each workpiece is necessarily more than or equal to zero.
(4) formula definition
A ~ + B ~ = ( ( a 1 + b 1 ) , ( a 2 + b 2 ) , ( a 3 + b 3 ) ) - - - ( 6 )
q i = ceil ( a * f ( i ) Σ i = 1 N f ( i ) ) - - - ( 8 )
P c = P c 1 + k 1 &times; ( f max - f 1 ) f max - f avg f 1 &GreaterEqual; f avg k 2 f 1 < f avg - - - ( 9 )
P m = P m 1 + k 3 &times; ( f max - f 2 ) f max - f avg f 2 &GreaterEqual; f avg k 4 f 2 < f avg - - - ( 10 )
P i = 1 f ( Y i ) < f ( X i ) exp ( f ( X i ) - f ( Y i ) k ) f ( Y i ) &GreaterEqual; f ( X i ) 0 f ( Y 1 ) &le; f ( X 1 ) - - - ( 11 )
Formula (6), (7) are the operations of fuzzy number, wherein: α (a 1, a 2, a 3), b (b 1, b 2, b 3) represent the triangle PROBLEMS WITH FUZZY PROCESSING TIMES of workpiece two procedures.In the research of problem, utilize the fuzzy of formula (7) to get large operation, determine the start time that workpiece operation is processed; Utilize the fuzzy add operation of formula (6) to determine the completion date of operation.Owing to being process time Triangular Fuzzy Number, so after suing for peace or getting large operation, the start time of its operation and completion date are also all fuzzy numbers.Formula (8) is individual clone's number when carrying out clone operations; Wherein: α is clone's coefficient, and f (i) is the fitness of chromosome i, and ceil () represents the number that rounds up.Maximum clone number q is set in literary composition ifor: q i< N/2, N are population size.Formula (9), (10) are the Adaptive Genetic crossover and mutation probability after improving; Wherein: k 1, k 2, k 3, k 4it is the constant between (0,1); f 1for the larger fitness value in two individualities that will intersect, f 2the individual fitness value that will make a variation, f avgfor the average fitness often for colony, f maxfor the maximum adaptation angle value in colony.P c1for initial crossover probability, P m1for initial mutation probability.Formula (11) utilizes climbing update rule, by certain probability P ithe antibody Y of selected clone ireplace father's antibody X i.Wherein each father's individuality is cloned in the sub-individuality obtained, the individual Y that fitness is the highest ieasily be preferred, that is: Y i = X i , j = min j { f ( X i , 1 ) , . . . , f ( X i , j ) , . . . , f ( X i , m i ) } , K is the positive number relevant with diversity, k ∈ (10,100).
2, concrete solution procedure
(1) stochastic generation antibody population scale is N=100, population maximum iteration time is Nc=200; α in formula (2) 1=0.25, α 2=0.75, a 3=0.25; In formula (8), clone's factor alpha is 50; Adaptive crossover mutation P in formula (9), (10) c1initial value is 0.5, initial mutation probability P m1be 0.1, constant k 1=k 2=0.5, k 3=k 4=0.2; K=80 in formula (11);
(2) fitness function is defined, i.e. the inverse of objective function (2) and a constant c sum in model, that is: 1/ (f (σ)+c), c=1.
(3) problem is encoded, generate initial population.Under the situation meeting constraint condition (3), (4), (5), problem is studied, when first time iteration, the initial fitness value of each individuality is exactly the optimum solution of this individuality, and corresponding schedule sequences thinks that initial optimal sequence makes fuzzy completion date minimum.
(4) near every generation optimum solution, the size according to fitness value carries out clonal expansion operation, and clone's rule of each individuality meets formula (8).Fitness is higher, and the number of individuals cloned is more; Otherwise fitness is lower, then the individuality cloned is fewer.Thus expand hunting zone, achieve the diversity of colony, contribute to preventing the precocity of evolution and search to be limited to local minimum.
(5) by individualities all after clonal expansion, according to formula (9), (10) of adaptive crossover mutation and mutation probability, independently adaptive crossover and mutation operation is carried out to individuality.Utilize this adaptive probability formula, when ideal adaptation angle value equals maximum adaptation angle value, also can carry out crossover and mutation operation by certain probability, thus improve the optimizing ability of algorithm, more easily jump out local optimum.
(6) after carrying out genetic manipulation, calculate the fitness value of each individuality, utilize climbing update rule (11), by certain probability P ithe antibody Y of selected clone ireplace father's antibody X i.If clone body set Y ithe fitness of middle optimum individual is than his father's antibody X ifitness little, upgrade with probability 1.Consequently, the elite in offspring is saved, and enters into the next generation.In contrast, if the fitness of optimum filial generation is greater than its parent, upgrade with exponential type probability, to keep population diversity.In addition, in order to preserve the information of initial population, exponential function is not used in X 1in generation, just can not be replaced for the optimum antibody in individuality.Immune Clone Selection operation can avoid the loss of effective gene, selects the chromosome that vitality is strong from current group, makes it have an opportunity to retain in order to raise up seed, thus convergence speedup speed and counting yield.
(7) repeated cloning breeding, genetic manipulation, Immune Clone Selection process, after meeting maximum iteration time, the optimal objective value that output function obtains, and corresponding optimal scheduling sequence.
According to specific embodiment, in fuzzy job shop scheduling process, use the method that the present invention proposes, i.e. the algorithm that combines of self-adapted genetic algorithm and clonal selection algorithm, to record and to filter out fitness value individual preferably.For simple genetic algorithm, although have stronger problem solving ability and stronger robustness, in the process solving fuzzy job shop scheduling, target solution is also easily made to be absorbed in local optimum.But add clonal selection algorithm in the self-adapted genetic algorithm improved, the speed that desired value is approached towards optimal value is accelerated, and towards optimum solution direction Population Regeneration, turn reduces the probability that population is absorbed in local optimum.Immune Clone Selection operates the detection and search dynamics that increase near more excellent solution, improves the operational efficiency of algorithm.In sum, the ability that the present invention jumps out local optimum is strong, and find the probability of optimum solution large, good stability, can effectively solve global optimum's problem.Self-adapted genetic algorithm combines with clone operations by the present invention, has the advantage of two kinds of algorithms.The present invention can reasonable distribution resource, shortens the fuzzy completion date of Job-Shop, improves the efficiency of job shop fuzzy scheduling, more realistic production scheduling.
Above describe ultimate principle of the present invention, feature and advantage.The technician of the industry should understand; the present invention is not restricted to the described embodiments; what describe in above-described embodiment and instructions just illustrates principle of the present invention; without departing from the spirit and scope of the present invention; the present invention also has various changes and modifications, and these changes and improvements all fall in the claimed scope of the invention.Application claims protection domain is defined by appending claims and equivalent thereof.
Table 13 × 3 fuzzy scheduling process data
Table 26 × 6 fuzzy scheduling process data
Table 3 10 × 10 fuzzy scheduling process data
Table 43 × 3 fuzzy scheduling completion data
Table 56 × 6 fuzzy scheduling completion data
Table 6 10 × 10 fuzzy scheduling completion data

Claims (5)

1., based on a fuzzy job shop scheduling method for Adaptive Genetic and clonal selection algorithm, it is characterized in that, comprise the following steps:
The first step, determine that the encoding scheme of fuzzy Job-Shop is the coded system based on operation, each gene represents a procedure, identical symbol is specified to all process steps of same workpiece, for n × m fuzzy job shop scheduling of n workpiece m platform machine, comprise n × m gene in each chromosome, the symbol of each workpiece will occur m time in chromosome;
Second step, random generation initial population N, definition solution space;
3rd step, definition calculate individual fitness function;
4th step, when first time iteration, the initial fitness value of each individuality is exactly the optimum solution of this individuality, corresponding schedule sequences thinks that initial optimal sequence makes fuzzy completion date minimum, near every generation optimum solution, the size according to fitness value carries out clonal expansion operation, and fitness is higher, the number of individuals cloned is more, otherwise fitness is lower, then the individuality cloned is fewer;
5th step, by breeding after individuality independently carry out self-adaptation intersection and TSP question operation;
6th step, Immune Clone Selection operation is carried out to the individuality after crossover and mutation, generate new population N*;
If the 7th step meets maximum iteration time, then terminate; If do not meet, then turn back to the 3rd step and continue to perform downwards.
2. a kind of fuzzy job shop scheduling method based on Adaptive Genetic and clonal selection algorithm as claimed in claim 1, it is characterized in that, described second step is specially:
Initialization chromosome population, parameter at least comprises: population scale, clone coefficient, adaptive crossover mutation and mutation probability, generation gap, maximum iteration time.
3. a kind of fuzzy job shop scheduling method based on Adaptive Genetic and clonal selection algorithm as claimed in claim 1, it is characterized in that, described 3rd step is specially:
Select a function more adequately can reflect the quality of solution by the size of functional value, this function is fitness function; Fitness function is determined according to the objective function of optimization problem, and this fitness function adopts the inverse of the objective function in optimization problem and a constant c sum to represent.
4. a kind of fuzzy job shop scheduling method based on Adaptive Genetic and clonal selection algorithm as claimed in claim 1, it is characterized in that, described 6th step comprises the following steps:
Step 6.1, after carrying out genetic manipulation, calculate the fitness value of each individuality, each father's individuality is cloned in the sub-individuality obtained, the individual Y that fitness is the highest ieasily be preferred;
Step 6.2, utilization climbing update rule, by the antibody Y of certain probability P selected clone ireplace father's antibody X iif, clone body set Y ithe fitness of middle optimum individual is than his father's antibody X ifitness little, upgrade with probability 1, if the fitness of optimum filial generation is greater than its parent, upgrade with exponential type probability, to keep population diversity.
5. a kind of fuzzy job shop scheduling method based on Adaptive Genetic and clonal selection algorithm as claimed in claim 4, it is characterized in that, in described step 6.2, in order to preserve the information of initial population, exponential function is not used in X 1in generation, just can not be replaced for the optimum antibody in individuality.
CN201410502463.8A 2014-09-26 2014-09-26 Fuzzy job-shop scheduling method based on self-adaption inheritance and clonal selection algorithm Pending CN104281917A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410502463.8A CN104281917A (en) 2014-09-26 2014-09-26 Fuzzy job-shop scheduling method based on self-adaption inheritance and clonal selection algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410502463.8A CN104281917A (en) 2014-09-26 2014-09-26 Fuzzy job-shop scheduling method based on self-adaption inheritance and clonal selection algorithm

Publications (1)

Publication Number Publication Date
CN104281917A true CN104281917A (en) 2015-01-14

Family

ID=52256775

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410502463.8A Pending CN104281917A (en) 2014-09-26 2014-09-26 Fuzzy job-shop scheduling method based on self-adaption inheritance and clonal selection algorithm

Country Status (1)

Country Link
CN (1) CN104281917A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105929690A (en) * 2016-04-29 2016-09-07 南京信息工程大学 Flexible workshop robustness scheduling method based on decomposition multi-target evolution algorithm
CN106250583A (en) * 2016-07-15 2016-12-21 西安电子科技大学 Dynamic job shop scheduling rule optimization methods based on double population gene expression programmings
CN106610654A (en) * 2015-12-29 2017-05-03 四川用联信息技术有限公司 Improved genetic algorithm for flexible workshop scheduling
CN110956319A (en) * 2019-11-25 2020-04-03 上海大学 Single-piece workshop scheduling method based on immune genetic algorithm
CN111667071A (en) * 2020-06-08 2020-09-15 西安工程大学 Traditional job shop scheduling method based on improved genetic algorithm

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101630380A (en) * 2009-07-08 2010-01-20 西安电子科技大学 Job-shop scheduling method based on multi-population evolution mechanism
CN101901425A (en) * 2010-07-15 2010-12-01 华中科技大学 Flexible job shop scheduling method based on multi-species coevolution
CN103412792A (en) * 2013-07-18 2013-11-27 成都国科海博计算机系统有限公司 Dynamic task scheduling method and device under cloud computing platform environment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101630380A (en) * 2009-07-08 2010-01-20 西安电子科技大学 Job-shop scheduling method based on multi-population evolution mechanism
CN101901425A (en) * 2010-07-15 2010-12-01 华中科技大学 Flexible job shop scheduling method based on multi-species coevolution
CN103412792A (en) * 2013-07-18 2013-11-27 成都国科海博计算机系统有限公司 Dynamic task scheduling method and device under cloud computing platform environment

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
卜叔阳: ""基于Metropolis准则的免疫算法研究及其应用"", 《中国优秀硕士学位论文全文数据库信息科技辑》 *
宋茂福: ""基于概率克隆选择微粒群算法的优化设计研究"", 《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》 *
袁波: ""不确定环境下车间调度算法研究"", 《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》 *
马佳: ""改进免疫遗传算法及其在优化调度问题中的应用研究"", 《中国博士学位论文全文数据库信息科技辑》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106610654A (en) * 2015-12-29 2017-05-03 四川用联信息技术有限公司 Improved genetic algorithm for flexible workshop scheduling
CN105929690A (en) * 2016-04-29 2016-09-07 南京信息工程大学 Flexible workshop robustness scheduling method based on decomposition multi-target evolution algorithm
CN105929690B (en) * 2016-04-29 2018-07-24 南京信息工程大学 A kind of Flexible Workshop Robust Scheduling method based on decomposition multi-objective Evolutionary Algorithm
CN106250583A (en) * 2016-07-15 2016-12-21 西安电子科技大学 Dynamic job shop scheduling rule optimization methods based on double population gene expression programmings
CN106250583B (en) * 2016-07-15 2019-01-29 西安电子科技大学 Dynamic job shop scheduling rule optimization method based on double population gene expression programmings
CN110956319A (en) * 2019-11-25 2020-04-03 上海大学 Single-piece workshop scheduling method based on immune genetic algorithm
CN111667071A (en) * 2020-06-08 2020-09-15 西安工程大学 Traditional job shop scheduling method based on improved genetic algorithm
CN111667071B (en) * 2020-06-08 2023-06-02 西安工程大学 Traditional job shop scheduling method based on improved genetic algorithm

Similar Documents

Publication Publication Date Title
CN110543151B (en) Method for solving workshop energy-saving scheduling problem based on improved NSGA-II
CN103870647A (en) Operation workshop scheduling modeling method based on genetic algorithm
CN110221585B (en) Energy-saving scheduling control method for mixed flow shop considering equipment maintenance
CN107862411A (en) A kind of extensive flexible job shop scheduling optimization method
CN104281917A (en) Fuzzy job-shop scheduling method based on self-adaption inheritance and clonal selection algorithm
CN108460463B (en) High-end equipment assembly line production scheduling method based on improved genetic algorithm
CN104636871B (en) A kind of control method of the single phase multi-product batch processing based on data
CN112084632B (en) Hardware digital production line layout optimization method combining man-machine engineering
CN111062535A (en) Method and system for realizing dynamic scheduling of energetic material production process
CN104123587B (en) Steel production contractor plan and multi-echelon inventory matching optimization method under MTO MTS management modes
CN103235743A (en) Method for scheduling multi-target testing task based on decomposition and optimal solution following strategies
CN112686474B (en) Parallel assembly line balancing method based on improved water wave optimization algorithm
Saeidi et al. A multi-objective genetic algorithm for solving cell formation problem using a fuzzy goal programming approach
CN109858798B (en) Power grid investment decision modeling method and device for correlating transformation measures with voltage indexes
CN110471274A (en) Based on the machine components process line dispatching method for improving unified particle swarm algorithm
CN109193807A (en) A kind of Economic Dispatch method and system
Javadian et al. An immune algorithm for hybrid flow shop scheduling problem with time lags and sequence-dependent setup times
CN109784604A (en) A kind of flexible job shop manufacturing recourses distribution method based on whale algorithm
Gu et al. A discrete particle swarm optimization algorithm with adaptive inertia weight for solving multiobjective flexible job-shop scheduling problem
CN109784570B (en) Intelligent workshop flexible production scheduling method based on information physical fusion system
Vaghefinezhad et al. A genetic algorithm approach for solving a flexible job shop scheduling problem
CN106875031B (en) Multi-workshop operation scheduling method and device
CN106503793B (en) A kind of neural network short-term wind speed forecasting method based on improvement difference algorithm
CN111144569A (en) Yield improvement applicable model optimization method based on genetic algorithm
CN105160403A (en) Resource service sequence verification method of cloud manufacturing service

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150114