Patents
Literature
Patsnap Copilot is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Patsnap Copilot

100 results about "Job shop scheduling problem" patented technology

A method for solving flexible job shop scheduling based on an improved whale algorithm

The invention discloses a method for solving flexible job shop scheduling based on an improved whale algorithm. The method comprises the following steps: 1) establishing a mathematical model of a flexible job shop scheduling problem; 2) setting algorithm parameters and generating an initial population; 3) obtaining a current optimal scheduling solution; 4) judging whether the current number of iterations is greater than the maximum number of iterations; if yes, outputting a scheduling solution; if not, judging whether the counter value of the current optimal individual is not smaller than a preset value or not; if yes, carrying out variable neighborhood search operation, and updating a scheduling solution; if not, converting the scheduling solution into a whale individual position vector,and retaining the whale individual corresponding to the scheduling solution; and 5) updating whale individual position information by adopting an improved whale algorithm, converting the whale individual position vector into a scheduling solution to complete population updating, adding 1 to the number of iterations, and returning to the step 3). According to the method disclosed by the invention,all optimal solutions of flexible job shop scheduling can be well solved, and the solving speed and precision are improved.
Owner:CHANGAN UNIV

Improved culture gene algorithm for solving multi-objective flexible job shop scheduling problem

The invention relates to the technical field of job shop scheduling, in particular to an improved culture gene algorithm for solving a multi-objective flexible job shop scheduling problem. The algorithm comprises the following steps of performing process-based encoding; generating an initialized population; performing local search by a hill-climbing method; calculating fitness; judging whether an optimization criterion is met or not (if yes, generating an optimal individual and ending the algorithm, otherwise, executing the next step); performing selection; performing SPX crossover; performing mutation; performing local search by the hill-climbing method; generating a new-generation population; calculating fitness; and circulating the process. The algorithm is improved as follows: the local search is performed by utilizing the hill-climbing method, so that local optimum can be escaped for obtaining a better solution, and the calculation time can be shortened; and in addition, the crossover and mutation modes of the algorithm are improved, the SPX crossover method is adopted, and one of two methods of insertion mutation and replacement mutation is randomly selected for mutating individuals in the population by an equal probability Pm during mutation.
Owner:SICHUAN YONGLIAN INFORMATION TECH CO LTD

Multi-target flexible job shop scheduling method based on cooperative hybrid artificial fish swarm model

InactiveCN104866898ABiological modelsResourcesJob shop schedulingNatural computing
The invention belongs to the crossing field of a computer application technology and production manufacturing. A natural computing technology is used to optimize a multi-target flexible job shop scheduling problem. A problem that a cooperative hybrid artificial fish swarm algorithm is used to solve multi-target flexible job shop scheduling is provided. The method is characterized in that a foraging behavior with a distribution estimation attribute and an artificial fish attraction behavior are designed to improve an artificial fish swarm model; a cooperation idea is introduced into the model; through multiple population cooperation of the fish swarm, global searching is performed and is cooperated with a simulation annealing algorithm so as to enhance an algorithm local searching capability; aiming at a multi-target problem, an improved epsilon-Pareto dominant strategy is designed to evaluate an individual applicable degree value. The method in the invention has the following advantages that problems of slow later-period convergence, a poor local optimizing ability and the like, which exist in the artificial fish swarm algorithm during a searching process, can be overcome; through cooperative optimization, a pareto solution set with good quality and dispersibility is obtained.
Owner:DALIAN UNIV OF TECH

Self-crossover genetic algorithm for solving flexible job-shop scheduling problem

The invention provides a self-crossover genetic algorithm for solving a flexible job-shop scheduling problem. The algorithm relates to the field of job-shop scheduling, and particularly relates to the field of flexible job-shop scheduling. The existing genetic algorithms are mostly amphilepsis, the coding mode is complex, crossover and variation are caused to be complex, and a non-feasible solution is easy to acquire. The invention provides monolepsis-based self-crossover whose coding, crossover and variation are performed on a uniparental chromosome. The coding uniparental chromosome is divided into a working procedure portion and an equipment portion, wherein the working procedure portion is coded based on the workpiece number, and the equipment portion represents selected equipment by using the probability. Self-crossover is performed on the working procedure portion, and the equipment portion also performs the same crossover transform along with the working procedure portion. Two types of variation operators are adopted, exchange type variation is adopted for the working procedure portion, and insertion type variation is adopted for the equipment portion. The self-crossover genetic algorithm provided by the invention has the characteristics of high practicability and wide application range.
Owner:SICHUAN YONGLIAN INFORMATION TECH CO LTD

Hybrid particle swarm tabu search algorithm for solving job-shop scheduling problem

The invention provides a hybrid particle swarm tabu search algorithm for solving a job-shop scheduling problem. Compared with other meta-heuristic algorithms, the algorithm has the characteristic of ''elite memory'' according to a PSO and has the characteristic of fast convergence, the PSO is taken as an initial solution source of TSAB tabu search, and an encoding and decoding mechanism for mapping a particle swarm continuous solution space into a discrete space of the job-shop scheduling problem is designed. A real number solution of the PSO is converted into an integer solution of the tabu search algorithm through a real integer encoding method and the integer solution of the tabu search algorithm is converted into the real number solution of the PSO through a real integer decoding method after one-time iteration; and a chance of accurate search is made in a potential space to own more exploration in a global search space. An improved PSO with a balancing strategy is provided, and a balance operator beta is introduced. The performance of the algorithm is greatly strengthened through these improvements and the actual job-shop scheduling condition is combined. The algorithm is high in practicability and good in usability.
Owner:SICHUAN YONGLIAN INFORMATION TECH CO LTD

Genetic algorithm using improved coding method to solve distributed flexible job shop scheduling problem

The invention provides a genetic algorithm using an improved coding method to solve a distributed flexible job shop scheduling problem. The algorithm is suitable for the field of flexible job shop scheduling. The distributed flexible job shop scheduling problem refers to production activities carried out in several factories and manufacturing units, contains the information of flexible job shop scheduling problems, and contains the selection of suitable factories and flexible manufacturing units. The allocation of specific workpieces to different factories produces different production scheduling, which affects a supply chain. The existing technology has little research on the problem. The invention proposes the genetic algorithm to solve the problem. A traditional genetic algorithm is easy to fall into local optimum and leads to premature convergence, and the coding method produces infeasible solution and other problems. According to the invention, the improved coding method based on probability is provided; the crossover of a tabu table is introduced; the problems are avoided based on the variation of neighborhood search; and the genetic algorithm takes into account the actual production situation, and has the characteristics of high practicability and the like.
Owner:SICHUAN YONGLIAN INFORMATION TECH CO LTD

Operation workshop scheduling key outside cooperation process identification method based on relation chains

The invention provides an operation workshop scheduling key outside cooperation process identification method based on relation chains. The method comprises the steps of first obtaining initial scheduling according to the scheduling problem; then identifying candidate key outside cooperation processes according to processing rules of the relation chains; then re-scheduling the processes influenced after outside cooperation; and finally performing multi-attribute decision making according to the conditions of the production site, and outputting an optimal key outside cooperation process and a corresponding production scheduling scheme. By applying the method, a process set restraining effective throughput of the whole scheduling scheme can be found out rapidly in a targeted mode, and blind and passive searching for the outside cooperation processes is avoided. To solve the scheduling problem for an operation workshop with m machines and n workpieces, tests need doing for m*n times in an exhaustive method. According to the operation workshop scheduling key outside cooperation process identification method, the minimum transfer times is m, the maximum transfer times is m*n-1. Through the tests done for 100 times, the obtained average transfer times is about (m*n-1)/3.
Owner:NORTHWESTERN POLYTECHNICAL UNIV

Single job shop scheduling method for multi-Agent deep reinforcement learning

The invention provides a single-piece job-shop scheduling method based on multi-Agent deep reinforcement learning, aiming at the characteristics that the single-piece job-shop scheduling problem is complex in constraint and various in solution space types, and the traditional mathematical programming algorithm and meta-heuristic algorithm cannot meet the quick solution of the large-scale job-shopscheduling problem. The method comprises the following steps: firstly, designing a communication mechanism among multiple Agents, and carrying out reinforcement learning modeling on a single job shopscheduling problem by adopting a multi-Agent method; secondly, constructing a deep neural network to extract a workshop state, and designing an operation workshop action selection mechanism on the basis of the deep neural network to realize interaction between a workshop processing workpiece and a workshop environment; thirdly, designing a reward function to evaluate the whole scheduling decision,and updating the scheduling decision by using a PolicyGraphic algorithm to obtain a more excellent scheduling result; and finally, performing performance evaluation and verification on the algorithmperformance by using the standard data set. The job shop scheduling problem can be solved, and the method system of the job shop scheduling problem is enriched.
Owner:DONGHUA UNIV

Hybrid fruit fly algorithm based on double-objective job shop scheduling

The invention provides a hybrid fruit fly algorithm based on double-objective job shop scheduling. The method comprises the following steps: a mathematical model is built; the constraint conditions for the processing order of different working procedures of each work piece are built; the constraint conditions for the processing order of the working procedures of different work pieces on each machine are built; an objective function is built; fruit fly individual and fruit fly population initialization are carried out; a new fruit fly population is obtained, and a global collaboration mechanismis carried out; the new obtained fruit fly population is evaluated and iterative optimization is carried out; and if termination conditions are met, non-inferior sets obtained through multiple timesof operation are combined and screened to obtain a pareto solution set. Only two parameters need to be set, the algorithm is simple to realize, the complexity of job shop scheduling is reduced, and the job shop scheduling efficiency is enhanced; besides, the global optimization ability is strong, and the job shop scheduling problem can be effectively solved; and the hybrid fruit fly algorithm based on double-objective job shop scheduling has the advantages of few set parameters, strong convergence and strong robustness and the like.
Owner:北京创源微致软件有限公司 +1

Immune clone selection job shop scheduling method based on scheduling coding

InactiveCN102222274AImprove efficiencyEliminate coding redundancyInstrumentsClonal selectionNeighborhood search
The invention discloses an immune clone selection job shop scheduling method based on scheduling coding, mainly aiming at overcoming the disadvantages that the quality is poor and the efficiency is low in the prior art when a job shop scheduling problem is solved. The method comprises the following steps: operating an input machine, operation and a constraint condition by utilizing a GT (Guo Tao) algorithm to generate a scheduling matrix; carrying out direct coding to the scheduling matrix to be used as antibody population; calculating the affinity of the antibody population and dividing the antibody population into a memory unit and a free unit; calculating the clone scale of each antibody; carrying out clone variation to the antibody population by using a clone operator based on neighborhood search according to the clone scale to obtain the clone population; carrying out clone selection to the clone population to obtain new antibody population, and carrying out updating and death to the memory unit and free unit; outputting the optimal antibody in the antibody population and mapping the optimal antibody as the scheduling sequence of the machine and the operation. The immune clone selection job shop scheduling method has the advantages of good quality and high efficiency, and can be used for solving the problem of job shop scheduling.
Owner:XIDIAN UNIV

Job shop scheduling method based on discrete invasive weed algorithm

InactiveCN110458478AEnhanced local search capabilitiesAdd depthArtificial lifeResourcesRegular distributionDiffusion
The invention discloses a scheduling method based on a discrete invasive weed algorithm, and the algorithm comprises the steps: giving an initial solution of a random number to all weeds, and carryingout the coding and decoding of an initial random sequence in a mode of procedure coding; in each iteration process, enabling each weed to calculate the number of seeds to be generated by the weed; inthe spatial diffusion operation of the algorithm, enabling the seeds to generate a standard deviation value for controlling the diffusion distance according to the fitness value of the parent plant,and enabling the seeds to be randomly diffused around the parent in a normal distribution mode according to the standard deviation value; carrying out local optimization on newly generated seeds, using a VNS thought to change a sequence of a workpiece, and improving the local search capability of the algorithm; and when the total number of the weeds reaches a set maximum value, removing poorer individuals by an algorithm, and only retaining the maximum number of the weeds. The invention provides a scheduling method based on an advanced novel evolutionary algorithm, and the scheduling method can more intelligently solve the job shop scheduling problem in the manufacturing industry.
Owner:LANZHOU UNIVERSITY OF TECHNOLOGY
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products