Question: I need a python code for this question: An IT company has N number of experienced developers. Each month new developers are hired but none
I need a python code for this question: An IT company has number of experienced developers. Each month new developers are hired but
none are fired. Training of a new developer takes month and each trainee needs experienced
developer to spend month acting as a supervisor rather than working in the projects. Each month
some di number of experienced developers are needed dots, excluding the ones who acts as
supervisor. p of experienced developers leave the job every month but none of the trainees leave.
Trainees are paid and experienced developers EDS Assume that at the end of the planning
period Tth month there should be at least number of experienced employees.
a Set up a dynamic programming formulation to minimize payroll cost in months dots. T Identify
the statesstages and define variables, write recursion formula and solution procedure.
b Solve the dynamic programming recursion using a software python or excel with the following
parameters
T planning period : months
Initial number of experienced developers N :
Salary of a trainee TS: K
Salary of an experienced developer EDS: K
Turnover rate :
Demand for experienced developer: Months Assume that number of experienced developers leave the job is calculated by rounding down of
experienced developers.
c Suppose that if the salary of an experienced developer EDS is increased to the turnover
rate will decrease to Should such a change be made in terms of total payroll cost?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
