Assume I have a working place with many rooms. Every room needs employees of specific specialities. Every employee has his specialities.
I need to assign employees to work in the rooms for a week and I want it to be done in the most efficient way. Employees way have other restrictions such as vacations etc.
I was wondering if I would define a problem as assigning the employees to the rooms in the best most efficient way possible could be solved with a genetic algorithm?
If not what is the right approach for this kind of problem?