Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gurghet/shifter
Schedules shifts taking in account worker preferences and business needs. Currently based on 1st 2nd and 3rd shift at a hospital.
https://github.com/gurghet/shifter
Last synced: 9 days ago
JSON representation
Schedules shifts taking in account worker preferences and business needs. Currently based on 1st 2nd and 3rd shift at a hospital.
- Host: GitHub
- URL: https://github.com/gurghet/shifter
- Owner: gurghet
- License: mit
- Created: 2015-03-15T09:08:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T20:10:14.000Z (over 9 years ago)
- Last Synced: 2023-02-26T22:52:11.757Z (over 1 year ago)
- Language: Java
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shifter
Schedules shifts taking in account worker preferences and business needs. Currently based on 1st 2nd and 3rd shift at a hospital.Doctors’ preferences are stored in the ‘Medico’ enum, they are then picked up by a genetic algorithm.
Each allele is a doctor, each gene is a shift and each chromosome is a 24h day.
The algorithm takes quite some time to run but the results are already very good.
## Roadmap
1. Test shift relationship functions
2. Generalize Medico class
3. Tweak the genetic algorithm