代写Group Assignment – Business Process Optimization代写R语言
- 首页 >> Database作业Group Assignment – Business Process Optimization
Purpose
The purpose of this group assignment is to to redesign the business process with respect to the simple planning and scheduling policies that are provided in the example.
Note that, while the assignment is derived from the BPO competition, your assignment is not in any way aimed at ‘winning’ the competition. It is rather to develop policies that make sense and work.
Material
• This document.
• An evaluation rubric.
• A “ BPO Competition.pdf” document containing further relevant information for this assignment such as technical details, objective (e.g., to minimize cost and time), and constraints to be considered.
• A “ BPO-Code.zip” file containing the code base you will use in this assignment.
Method
You and your group are asked to improve on the benchmark solution available in “ example__.py” (cf., provided code base), which should be feasible because that solution is rather ‘dumb’ . Please check the evaluation rubric for this assignment for details.
Submission
Deadline: Friday April 4 before 17:00h
The submission of your assignment has two parts:
1. Your code, complete and zipped. Including a requirements.txt file that enables us to run your code without hassle. (Use, e.g., ‘pip freeze requirement.txt’ in the console to create it.) Your code must be directly installable with the provided requirements.txt and execute without errors. If it is not, this will lead to a deduction of points.
2. One-page A4 briefly describing:
a. the technique you used to create the ‘plan’ function.
b. the technique you used to create the ‘schedule’ function.