https://github.com/timothewt/missionsassigmentproblem
Academic project: Optimized employees assigments to missions
https://github.com/timothewt/missionsassigmentproblem
assignment-problem genetic-algorithm operational-research python
Last synced: about 1 year ago
JSON representation
Academic project: Optimized employees assigments to missions
- Host: GitHub
- URL: https://github.com/timothewt/missionsassigmentproblem
- Owner: timothewt
- License: mit
- Created: 2023-06-01T10:59:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T18:21:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T07:44:41.789Z (about 1 year ago)
- Topics: assignment-problem, genetic-algorithm, operational-research, python
- Language: Python
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Missions Assignment Problem
The objective of this operational research project is to provide an optimized schedule for employees assigned to missions.
## Requirements
- NumPy 1.24.3
## How to use
Navigate to ``./IT45_Assignment_Problem/src`` folder and run the following command: ```py main.py```