Skip to content

Solving Operating Room Scheduling (or Operating Theatre Scheduling) with Genetic Algorithms

License

Notifications You must be signed in to change notification settings

roniepaolo/operating-room-scheduling-ga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Operating Room Scheduling Problem using Genetic Algorithms

A metaheuristic approach for solving Operating Room Scheduling (or Operating Theatre Scheduling)

Motivation

  • Deterministic approach is viable in small data set optimization problems (e.g. Knapsack Problem with 4 items) and always offers the best solution.
  • Metaheuristics obtain approximated solutions and have faster execution time and lower computational resources requirements.
  • Real world optimization challenges are complex and involve many features and constraints (e.g. Operating Room Scheduling).
  • Metaheuristics are suitable for this kind of problems.

About

Solving Operating Room Scheduling (or Operating Theatre Scheduling) with Genetic Algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published