Skip to content

Term Project. Use Simulated Annealing Algorithm for the basic Job Shop Scheduling Problem (模拟退火解决车间调度问题)

License

Notifications You must be signed in to change notification settings

Robin-WZQ/Simulated-Annealing-Algorithm-for-JSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulated-Annealing-Algorithm-for-JSP

Abstract:Job Shop Scheduling Problem (JSP) is a popular optimization problem in computer science and operational research. It focuses on assigning jobs to finite resources at particular times. Simulated Annealing Algorithm (SSA) is a general stochastic global search optimization algorithm based on Monte Carlo iterative solution strategy. Its starting point is based on the similarity between physical solid material annealing processing and general combinatorial optimization problem. Under a certain initial temperature, combined with the probability and decreased temperature, the global optimal solution of the objective function will be found in the solution space. In this paper, I use this algorithm on JSP with ten instances and got the scheduling orders.

The flow chart:

image

About

Term Project. Use Simulated Annealing Algorithm for the basic Job Shop Scheduling Problem (模拟退火解决车间调度问题)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages