Skip to content

Zhz1997/distributed-timetable-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

distributed-timetable-scheduler

This is a distribute timetable schedular for solving course scheduling problem.

Data is stored in data/data1 folder, for detail about the data please see the report under report folder.

To run the code:
- cd src/main
- go run tsmaster.go ../data/data1 (start the master, and pass the data to the master)
- go run tsworker.go (start worker, you can start as many workers as you want. The more worker, the less time needed to generate 3000 generations)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages