Stochastic project management: Multiple projects with multi-skilled human resources
Thomas Felberbauer, Walter Gutjahr, Karl Doerner

TL;DR
This paper introduces two stochastic optimization methods for joint project scheduling and personnel planning with multi-skilled human resources, addressing uncertainty in work durations and external staffing costs.
Contribution
It extends a deterministic model to incorporate stochastic processing times and external resource costs, proposing a matheuristic and a sample average approximation approach.
Findings
The methods effectively handle uncertainty in project scheduling.
External staffing costs are minimized under stochastic conditions.
Experimental results demonstrate practical applicability and managerial insights.
Abstract
This paper presents two stochastic optimization approaches for simultaneous project scheduling and personnel planning, extending a deterministic model previously developed by Heimerl and Kolisch. For the problem of assigning work packages to multi-skilled human resources with heterogeneous skills, the uncertainty on work package processing times is addressed. In the case where the required capacity exceeds the available capacity of internal resources, external human resources are used. The objective is to minimize the expected external costs. The first solution approach is a 'matheuristic' based on a decomposition of the problem into a project scheduling subproblem and a staffing subproblem. An iterated local search procedure determines the project schedules, while the staffing subproblem is solved by means of the Frank-Wolfe algorithm for convex optimization. The second solution…
| Parameter | Experimental value |
|---|---|
| = | |
| Parameter | Experimental values |
|---|---|
| FW design variant | absolute | relative | |||||
|---|---|---|---|---|---|---|---|
| sv | sv-stdev | ct | ct-stdev | ||||
| [CU] | [CU] | [ms] | [ms] | [%] | [%] | ||
| 1. lp-fs-new | |||||||
| 2. lp-fs-old | |||||||
| 3. lp-gs-new | |||||||
| 4. lp-gs-old | |||||||
| 5. gh-fs-new | 286,341.2 | 0.00 | 99 | 53 | 0.00 | 0.00 | |
| 6. gh-fs-old | |||||||
| 7. gh-gs-new | |||||||
| 8. gh-gs-old | |||||||
| Instances | |||||
|---|---|---|---|---|---|
| [0.9,1.1] | [0.7,1.3] | [0.5,1.5] | [0.2,1.8] | ||
| Basic instance structure | 3.96% | 11.32% | 17.94% | 26.68% | 14.97% |
| Avg. over all instances | 33.33% | 41.76% | 47.58% | 54.20% | 44.22% |
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
∎
11institutetext: T. Felberbauer 22institutetext: Department of Media and Digital Technologies, St. Pölten University of Applied Sciences, St. Pölten, Austria
22email: [email protected] 33institutetext: W. J. Gutjahr 44institutetext: Department of Statistics and Operations Research, University of Vienna, Vienna, Austria
44email: [email protected] 55institutetext: K. F. Doerner 66institutetext: Department of Business Decisions and Analytics, Data Science @ University of Vienna, Vienna, Austria
66email: [email protected]
Stochastic project management: Multiple projects with multi-skilled human resources
Thomas Felberbauer
Walter J. Gutjahr
Karl F. Doerner
(Received: date / Accepted: date)
Abstract
This paper presents two stochastic optimization approaches for simultaneous project scheduling and personnel planning, extending a deterministic model previously developed by Heimerl and Kolisch. For the problem of assigning work packages to multi-skilled human resources with heterogeneous skills, the uncertainty on work package processing times is addressed. In the case where the required capacity exceeds the available capacity of internal resources, external human resources are used. The objective is to minimize the expected external costs. The first solution approach is a “matheuristic” based on a decomposition of the problem into a project scheduling subproblem and a staffing subproblem. An iterated local search procedure determines the project schedules, while the staffing subproblem is solved by means of the Frank-Wolfe algorithm for convex optimization. The second solution approach is Sample Average Approximation where, based on sampled scenarios, the deterministic equivalent problem is solved through mixed integer programming. Experimental results for synthetically generated test instances inspired by a real-world situation are provided, and some managerial insights are derived.
Keywords:
Stochastic optimization Project scheduling Personnel planning Heterogeneous skills Iterated local search
1 Introduction
In project management, the two important tasks of project scheduling on the one hand and of personnel planning on the other hand are usually not faced separately from each other, but rather in a simultaneous or interleaved manner. This interaction considerably increases the complexity of the planning process, with the consequence that project managers frequently wish to get computational support alleviating the cognitive burden of the combined scheduling/staffing decision. Decision support tools addressing the combined problem have been proposed in the literature, but typically they use deterministic models. Despite the fact that managers and scientists recognize the importance of uncertainty within project management, few works take this aspect into account when proposing methods for quantitative decision support for the combined problem described above, obviously for the reason that, as argued, this problem is already hard in the deterministic case. In this study we highlight the potential of stochastic optimization applied to combined project scheduling and staffing, and compared two different methods of solving the proposed model computationally.
The project scheduling and staffing model proposed by Heimerl and Kolisch (2010) deals with the problem of assigning multi-skilled human resources to work, while taking into account resource-specific and heterogeneous skill efficiencies. The objective is to minimize the costs for internal and external personnel. Heimerl and Kolisch (2010) provide a mixed-integer programming (MIP) formulation with a tight LP bound and compare its performance, using the MIP solver of CPLEX, to that of simple heuristics. Additionally, they investigate the influence of different parameters, such as the time window size, the utilization, and the number of skills per resource, on the personnel costs. In Kolisch and Heimerl (2012) the authors extend their previously presented model and develop a hybrid metaheuristic as an innovative solution method. The proposed solution method separates the problem into a scheduling and a staffing subproblem, where the staffing problem is solved through a generalized network simplex algorithm. Results show that the hybrid metaheuristic outperforms the MIP solver. In Felberbauer et al. (2016), the models from Heimerl and Kolisch (2010) and Kolisch and Heimerl (2012) are extended by considering labor contracts. For the problem of project scheduling and staffing with labor contracts, Felberbauer et al. (2016) propose a hybrid metaheuristic combining iterated local search and a greedy staffing heuristic.
Van den Bergh et al. (2013) observe that most papers on personnel scheduling problems still appear to feature a deterministic approach and advise researchers to consider stochastic problem versions. They highlight the importance of uncertainty, explicitly mentioning volatile demand, last-minute changes, and rescheduling based on new information, as interesting new research topics. A recent article on workforce planning by De Bruecker et al. (2015) states that the small number of papers in this field taking uncertainty into account is alarming. They refer to the general consensus that uncertainty is ubiquitous in real workforce planning, but uncertainty still remains relegated to the “future research” section of many papers. The authors mention the high complexity of integrating uncertainty within optimization models and techniques as one reason for its inadequate representation in the literature.
Considering uncertainty in project management and its subordinate planning levels, a recent work of Barz and Kolisch (2014) describes resource assignments in the telecommunication industry. The authors investigate a hierarchical, multi-skill resource assignment problem and use a discrete Markov decision process model for incoming jobs over an infinite time horizon. Gutjahr and Froeschl (2013) present a stochastic optimization model for project selection and project staffing. They assume that both the returns and the required efforts of the selected projects are random variables. The problem is decomposed into a project selection problem and a staffing subproblem. For the computational solution of the two problems, an adapted version of Variable Neighborhood Search and a Frank-Wolfe type algorithm, respectively, are used. Artigues et al. (2013) propose a robust optimization approach to resource-constrained project scheduling with uncertain activity duration, assuming that the decision-maker cannot associate probabilities with possible activity durations. The authors describe how robust optimization can be applied to project scheduling under uncertainty, and they develop a scenario-relaxation algorithm and a heuristic solution method that solves medium-sized instances. Gutjahr (2015) proposes a model for stochastic multi-mode resource-constrained project scheduling under risk aversion with the two objectives of makespan and costs. Activity durations and costs are modelled as random variables. For the scheduling part of the decision problem, the class of early-start policies is considered. A further decision to be made concerns the assignment of execution modes to activities. To take risk aversion into account, an approach of optimization under multivariate stochastic dominance constraints is adopted. For the resulting bi-objective stochastic integer programming problem, the Pareto frontier is determined by means of an exact solution method, incorporating a branch-and-bound technique.
Ingels and Maenhout (2017a, b) investigate the assignment of employees to cover the staffing requirements for specific skills and shifts. Their research focuses on improving the short-term adjustment capability of the shift roster by maximising the substitutability of employees as a means to increase the robustness of a project plan. The authors propose a three-step methodology including a two-phase pre-emptive programming approach. Both uncertainty of demand and uncertainty of capacity are considered by stochastic models. A personnel shift roster for a medium-term period offering sufficient flexibility for between-skill substitution and within-skill substitution is provided.
The articles Heimerl and Kolisch (2010), Kolisch and Heimerl (2012), Felberbauer et al. (2016) and Gutjahr and Froeschl (2013) constitute the starting point for the present paper. In line with these articles, we assume that in the case where the work time demand exceeds the available capacity, external capacity is used, e.g. by hiring external personnel. However, we introduce the following new features: (a) Contrary to the deterministic models presented in Heimerl and Kolisch (2010); Kolisch and Heimerl (2012); Felberbauer et al. (2016), we model the required work time demand as stochastic. On the other hand, in order to keep our model compact, we simplify the model of Heimerl and Kolisch (2010); Kolisch and Heimerl (2012) by neglecting the possibility of overtime work. (b) Contrary to Gutjahr and Froeschl (2013), we address the project scheduling decision. This issue introduces a relevant additional source of computational complexity into the problem, since project scheduling problems (already in a simple, deterministic context) are notoriously hard. In particular, the demand information does not appear here per project, but in a more fine-grained way for each activity of a project. On the other hand, compared to Gutjahr and Froeschl (2013), we do not deal here with the project selection aspect.
To cope with the computational challenge of the proposed model, we develop two solution approaches and compare their performance. The first, “matheuristic” approach uses a metaheuristic for the scheduling part of the problem as well as an exact solution procedure inspired by Gutjahr and Froeschl (2013) for the staffing part. It is noteworthy that the staffing part constitutes a nonlinear (though convex) optimization problem. The second approach follows a completely different strategy by using Sample Average Approximation to achieve a linearization of the model, and by solving the resulting “deterministic equivalent” problem, which remains a combined scheduling-staffing problem, with the aid of a MIP solver. A comparison of these two ways to address a mixed-integer stochastic optimization problem with a convex “lower level” problem may also be interesting for applications outside the area of project management.
Substantial literature focuses on the deterministic case of project scheduling and staffing. However, to the best of our knowledge, no previous studies have addressed the scheduling and staffing of multiple projects with multi-skilled resources holding heterogeneous skill efficiencies, under consideration of uncertain work time demand. The contribution of our article is:
We adapt the model of Kolisch and Heimerl (2012) by considering stochastic demand. 2. 2.
We present two solution procedures, namely Sample Average Approximation and a matheuristic, and compare their performance. 3. 3.
We analyze deterministic and stochastic planning and discuss cost estimation accuracy and the value of the stochastic solution. 4. 4.
We formulate managerial insights from the stochastic planning approach.
The paper is organized as follows: In Section 2 the stochastic optimization model is introduced. Section 3 presents the developed solution procedures. The structure of our test instances and the experimental design are described and the results of the computational experiments are discussed in Section 4. Finally, in Section 5 we formulate some managerial insights that can be drawn from the study of the stochastic optimization problem, and we mention some interesting topics for future research.
2 Problem formulation
In this section the stochastic project scheduling and staffing problem is presented.
Projects: is a set of projects that must be completed during the planning horizon (e.g., one year). All projects are independent of each other but compete for the same resources. The planning horizon comprises discrete time periods (e.g., months). Each project has a work schedule defined by a sequence of consecutive activities , where an activity is defined as that part of a project that is executed during one time period . In this way, we discretize the overall project into consecutive pieces, each of the same length; as it will be discussed below, interruptions will be allowed. During activity , project demands units of work requiring skill , where is a set of skills. The amount of work in a skill performed in a certain activity of a certain project is called a work package. The sizes of the work packages, which we can also interpret as work contents or efforts, are considered as random variables. This reflects the very frequently occurring situation that the required efforts are unknown at the beginning of the planning process. Their true realizations become only known during project execution; we assume, however, that the distribution of the variables is known in advance(or can at least be estimated): it is described by the probability density function (PDF) . By using a PDF, we suppose that the distribution of is a continuous distribution, such as a triangular or a beta distribution.
Moreover, we assume that a time window for the start of each project is pre-defined. Therein, and denote the index of the earliest time period and of the latest time period, respectively, in which project can be started. The latest finish period of project , denoted , is defined as . The time window size of project is defined as . The earliest start time of activity is denoted and defined as . The latest start time of activity of project , denoted , is equal to the latest finish time of this activity and is defined as . The activities have to be processed in an ascending order. However, it is possible to interrupt the project between the discrete activities once the project has started. Nevertheless, the order of the activities as well as the start time and finish time constraints have to be respected. For example, if , and for a given project , then it would be allowed to schedule the three activities of project in time periods 1, 2, 3 (earliest possible schedule); some other feasible alternatives would be to schedule them in time periods 1, 4, 5, in time periods 2, 3, 5, or in time periods 3, 4, 5 (latest possible schedule). The schedule 2, 4, 6 would not be allowed, because it exceeds the latest finish period .
Resources: Our model distinguishes between internal and external human resources. Each internal resource taken from the set of all internal human resources holds a subset of skills . Conversely, from the perspective of a skill , the subset of contains all resources that can perform skill . If , we take account of different degrees in the performance of resource in skill , specified by the efficiency of resource in skill . The higher the efficiency value , the faster is resource in executing a work package requiring skill . It is assumed that is known at the beginning of the time horizon (the time of the decision) and does not change until its end. (In particular, we disregard effects as learning or knowledge depreciation). The values are strictly positive for all . Whenever convenient, we extend the definition of the values to all pairs and set then for . The quantity represents a factor for the speed in which a certain skill is exerted. To distinguish between work content and actual time needed to perform a work package, the realization of the random variable will also be called effective work time. To get the time actually needed by the considered resource, we have to divide the effective work time by , so the real work time is . For example, let us assume that the work package requires 10 units of effective work time to be processed. (This would be the time a “standard” employee would need for it.) Then, if employee has an efficiency of in skill , she or he needs only time units of real work time to complete this work package.
Capacities: Each (internal) resource has a limited capacity of during time period ; these values are given in advance. Similar to (Gutjahr and Froeschl, 2013), we assume that internal resources earn fixed wages per period. On our assumption that there is no overtime work, the costs for these wages sum up to a constant value, so they have no influence on the optimization problem. (Note that for the assumed employment type, even if an employee has idle times, the company has to pay for the hours where she or he is available and not only for the hours of scheduled work.) On the other hand, external resources are paid for the effective work they do. Our model assumes that they are available for each skill to an unlimited extent at the expense of a cost rate per unit of effective work time.
Since in our model, the work time demand is stochastic, but the capacities of the internal resources are fixed and the project schedule has to be decided upon in advance as well, it is necessary to perform recourse actions after having observed the actual realizations of the in order to be able to stick to the chosen schedule. We assume that whenever the internal capacity turns out as insufficient to cover the demand, the company resorts to external resources (experts in the required skills) and pays them at their given cost rates. The (expected) overall cost for the external resources has to be minimized.
Decision variables: For the stochastic optimization model, the decision variables define the amount of work performed by internal resource with skill in period for project . Note that is measured in effective work time and not in real work time. To define the times when the periods of a project are executed, the binary decision variables are introduced: if in time period , activity of project is executed, and 0 otherwise. Thus, the variables define the staffing decision, whereas the variables define the scheduling decision.
2.1 Stochastic optimization model
In (2.1) – (2.1) below, we present our stochastic optimization model in mathematical terms. For a project and a time period , we let
denote the set of all possible activities of project that could lead to a resource demand in time period .
[TABLE]
The objective function in Equation (2.1) minimizes the expected external costs. The symbol denotes the mathematical expectation and stands for . The external costs result from that part of the stochastic demand that is not covered by the internally scheduled capacity. The constraints in Equation (2.1) ensure that activity of project is scheduled exactly once within the pre-defined time window . The condition that activities must be processed in an ascending order is guaranteed by the constraints in Equation (2.1). Equation (2.1) formulates the capacity constraints for each resource and time-period : observe that for a resource with efficiency , an effective work time of entails a real work time of . Finally, the decision variables are defined in Equations (2.1) and (2.1).
Let us remark that in some cases, external costs grow faster than linearly in dependence of the outsourced work, for example because a selected supplier company has limited capacities itself. To generalize the model above to this situation, the given nonlinear external cost function could be approximated by a piecewise linear function, which can be dealt with by a simple extension of our Eq. (2.1). Numerical solution techniques for this more complex model are a topic of future research.
As it is seen from the formulation above, our model can be viewed as a tactical two-stage stochastic optimization model with project plan and work assignment as first-stage decisions and outsourcing to external resources as the possible recourse actions. During the ’real’ project execution, we assume that we get updated information about the realizations of the work package processing times. Our assumed recourse in the case of insufficient internal capacity is the hiring of external resources, where we assume that the information about the work package processing times arrives early enough to hire the necessary external resources. The presented tactical planning approach could be extended including more operative decisions by concerning other recourse actions such as re-assignment and re-scheduling of internal resources. This could lead to better solutions and new interesting managerial insights but would lead to a more sophisticate planning approach.
Finally, let us recall that our model assumes that the activities of each project have to be arranged in a pre-specified linear order related to Kolisch and Heimerl (2012). Nevertheless, due to the requirement of independent work package processing time distributions an additional assumption, where for each project and in each time period not more than one activity of project is allowed to be scheduled (no parallel activity processing per project), is needed. Without the violation of the explained requirement an extension of the developed stochastic solution approach considering more general precedence constraints between activities is straightforward. For this extension the variable can again be the indicator variable for the decision that activity of project is scheduled in time period . A constraint has to be added, and the precedence constraints have to be expressed by a more flexible set of constraints (Artigues et al., 2008) as those given by Eq. (2.1).
3 Solution procedures
3.1 Problem structure
As mentioned above, the considered project scheduling and staffing problem distinguishes between two decisions: the project scheduling decision where the execution times of the activities are determined, and the staffing decision where employees are assigned to cover parts of the work packages. Let and denote the array of the decision variables for project scheduling, and the array of the decision variables for staffing, respectively. By , we denote the random influence in our stochastic model. Abbreviating the total external cost by (it depends on since it is a random variable) and its expected value by , our optimization problem can be written as , where has to satisfy the constraints (2.1) – (2.1). For a given project schedule , we call on the constraint that is feasible with respect to (2.1) – (2.1), the staffing subproblem.
3.2 Expected value problem
The expected value (EV) problem or mean value problem is obtained from the original stochastic problem by replacing each random variable by its expected value , so that the distribution of collapses to the point mass in . With the help of the introduction of the auxiliary variables for the external work time required per project time period and skill , the following mixed integer linear problem is obtained:
[TABLE]
The EV problem serves as an approximation for cases where the variances of the random variable are very low, or, if the variances are larger, as a means to obtain an initial solution for an iterative search procedure
3.3 Staffing subproblem
For a pre-defined feasible project schedule , the staffing problem remains to be solved. Because is now already fixed,
is a random variable that does not depend on any decision anymore, i.e., the distribution of is already known. represents the effective work time of project in skill that has been scheduled for time period by the given schedule . Using the random variables , we can express the staffing problem in the form
\displaystyle\min_{x}\;\sum\limits_{p\in P}\>\sum\limits_{t=ES_{p}}^{LF_{p}}\>\sum\limits_{s\in S}c_{s}^{e}\>E\bigg{(}[D^{\prime}_{pst}-\sum\limits_{k\in K_{s}}x_{ptsk}]^{+}\bigg{)}
subject to constraints (2.1) and (2.1).
Obviously, the objective function (3.3) is nonlinear, but it is not difficult to see that it is at least convex, since the function is a convex function and the expectation operator, as a linear operator, preserves convexity. Let
with denoting the probability density function of , such that (3.3) can be rewritten as
\displaystyle\min_{x}\;\sum\limits_{p\in P}\>\sum\limits_{t=ES_{p}}^{LF_{p}}\>\sum\limits_{s\in S}c_{s}^{e}\>\varphi_{pst}\Big{(}\sum\limits_{k\in K_{s}}x_{ptsk}\Big{)}
subject to (2.1) and (2.1). Elementary calculations show that
with denoting the cumulative distribution function (CDF) of .
3.4 Matheuristic
Our first solution method is a matheuristic approach, i.e., a combination of a metaheuristic with an exact optimization technique. We solve the staffing subproblem by means of the exact Frank-Wolfe algorithm (see, e.g., Clarkson (2010)) for convex optimization under linear constraints. This is the topic of Subsection 3.4.1. The scheduling problem is solved by a metaheuristic of Iterated Local Search type, which will be described in Subsection 3.4.2.
3.4.1 Staffing: Frank-Wolfe algorithm
The idea of using the Frank-Wolfe algorithm for staffing problems has already been elaborated in Gutjahr and Froeschl (2013). Our technique used in the present work follows the approach described there rather closely, so we shall keep the presentation short. First, let us introduce the variables . Using this substitution for a fixed project schedule , the objective function (3.3) can be rewritten as
\displaystyle\min\;\Theta_{z}(u)\>=\>\sum\limits_{p\in P}\>\sum\limits_{t=ES_{p}}^{LF_{p}}\>\sum\limits_{s\in S}c_{s}^{e}\>E\bigg{(}[D^{\prime}_{pst}-\sum\limits_{k\in K_{s}}\eta_{sk}a_{kt}u_{ptsk}]^{+}\bigg{)}.
Moreover, we combine the project and the skill to the pair , which we call project-skill combination, and we combine the time period and the resource to the pair , the time-employee combination. Additionally, we re-label the pairs and the pairs by introducing the new indices and . The variables are re-labelled accordingly, i.e., for and , the notation abbreviates . In the constraints of Equation (2.1), the inequalities can be replaced by equalities, since there is an optimal solution in which each constraint (2.1) is active. Therefore, (2.1) can be replaced by . The column vector is an element of the standard simplex in , hence the feasible set is a Cartesian product of standard simplices.
The idea of the iterative Frank-Wolfe algorithm is to replace in each iteration the convex function by its linear approximation at a current feasible solution . The approximating linear function has a minimizer on the feasible set which can be easily determined. Next, the minimum of the convex function restricted to the line segment between and is identified. This can be done by line search. The minimizer found in this way is used as the new current solution for the next iteration.
For our application, the linear approximation in point produces the optimization problem
\displaystyle\min\bigg{\{}\sum\limits_{\sigma=1}^{C}\sum\limits_{\nu=1}^{L}\dfrac{\partial\Theta_{z}(u)}{\partial u_{\sigma\nu}}r_{\sigma\nu}\>|\>r=(r_{\sigma\nu})\in S_{C}^{L}\bigg{\}}.
This problem decomposes into partial problems
\displaystyle\min\bigg{\{}\sum\limits_{\sigma=1}^{C}\dfrac{\partial\Theta_{z}(u)}{\partial u_{\sigma\nu}}r_{\sigma\nu}\>|\>r_{\nu}=(r_{1\nu},\dotsc,r_{C\nu})^{\prime}\in S_{C}\bigg{\}},
.
The solution of the -th problem in (3.4.1) is an extremal point of the simplex . Therefore, the point is of the form , where is the -th unit vector, and is the index of the optimal extremal point for time-employee combination . It is easily seen that is given by the index of the smallest value among the partial derivatives in (3.4.1). One finds
[TABLE]
which, by (3.3), leads to the maximization problem
[TABLE]
Solving (3.4.1) by enumeration, we find for each time-employee combination the project-skill combination providing the highest cost-reduction potential achievable by employee in time period .
Algorithm 1 presents the basic version of the Frank-Wolfe algorithm applied to the stochastic staffing subproblem. We also slightly modify this basic procedure by doing the line search for each column separately, followed by an immediate change of column of the current matrix . This gives Algorithm 2.
3.4.2 Project Scheduling: Matheuristic solution method
After the description of the solution of the staffing subproblem in the previous section, the current section presents the search procedure that optimizes the project schedule . The implemented metaheuristic (which is also used for solving a deterministic version of our project scheduling problem in Felberbauer et al. (2016)) is a modification of iterated local search (ILS) (e.g., Lourenço et al., 2010) using variable neighborhood descent (VND) as the local search component (e.g., Mladenović and Hansen, 1997). The metaheuristic is combined with the exact Frank-Wolfe algorithm to a matheuristic (MH), schematically depicted in Figure 1.
A pseudocode of the MH is given in Algorithm 3. Therein, instead of , an alternative representation of a project schedule by a two-dimensional scheme is used. The rows of correspond to the projects , whereas the columns correspond to the activity indices (since the numbers need not to be identical, the number of entries per row can vary). The entry in row and column indicates the time period in which activity of project is processed. A project schedule must satisfy the requirements on the time windows and on the starting time relationships, as defined in terms of the representation by Equation (2.1) and Equation (2.1), respectively. In Algorithm 3, some design parameters have already been set to fixed numerical values; these values resulted from numerous pre-tests as the most successful parametrizations.
Initial solution: In the first step of MH, an initial solution for the project schedule is generated by solving the Expected value problem presented in Section 3.2. The solution is also used as the initialization of the incumbent solution .
First improvement: The procedure FirstImprovement() takes a current project schedule and improves it by a local search to a solution . The local search is based on a neighborhood defined by the current value of the parameter (see below), and it is continued until (i) the neighbor solution is better than the current solution , (ii) the neighbor solution is better than the current incumbent , or (iii) a local optimum is reached (no better neighbor solution exists). The name “FirstImprovement” indicates that we already terminate the search as soon as for the first time, an improving neighbor has been found; we do not necessarily explore the entire -neighborhood. The neighborhood definition, controlled by parameter , is based on a local move operator (“-move”) that works as follows: First of all, for the given solution , a capacity profile is determined. This capacity profile indicates the costs of external capacity needed for each time period. Next, we identify that time period for which the capacity costs are maximal, we consider the set of activities that are executed in time period , and we sort these activities in descending order according to their contribution to the external capacity costs in period . A -move to a neighbor solution consists in selecting consecutive activities from the list and in shifting the execution time periods of the selected activities either one period forward or backward. Afterwards, in a subprocedure RepairSolution(), all predecessor periods and successor periods of an affected project are checked for feasibility (see constraints in Equation (2.1)) and, if necessary, repaired. Finally, the objective function of the modified project schedule is evaluated, which requires a call of the Frank-Wolfe algorithm as explained in section 3.4.1. The numerical accuracy of the solution value determination by the Frank-Wolfe algorithm is controlled through a parameter , which will be explained in the Remark at the end of this subsection.
Neighborhood change: In the procedure neighborhoodChangeS(), the candidate solution that resulted from the local search in FirstImprovement() is either accepted as the new incumbent or rejected, depending on its objective function value and on the outcome of a random event: If is better than the current , then is accepted in any case, i.e., is replaced by , and the neighborhood size parameter is reset to its initial value 1. Otherwise, we increase by 1; moreover, with probability , solution is accepted though it is worse than (i.e., is replaced again by ), and with probability , the current incumbent solution is preserved. In the experiments, a value turned out as a good choice.
The repeat loop in the algorithm performs a local search with a varying neighborhood definition, specified by the value of the parameter . Such a procedure is usually called Variable Neighborhood Descent (VND). For the maximal neighborhood size , we chose .
Perturbation: The procedure generates a new solution from the current solution by performing random swaps, using a parameter that indicates the number of swaps. The procedure is triggered if all neighborhoods up to have failed to improve the incumbent solution. The number of swaps is chosen as equal to the product of a perturbation factor and the number of projects . Thus, we let the number of swaps depend on the problem size. A swap consists in exchanging the schedules (starting times of activities) of two randomly chosen projects and repairing the solution afterwards, if the new schedule is infeasible. In our experiments, it turned out that was a suitable value. Note that the perturbation procedure only works for projects with an identical number of activities.
Remark. When applying the Frank-Wolfe algorithm as a subprocedure of the heuristic algorithm 3, we adopt two strategies from Gutjahr and Froeschl (2013). First, in order to use computation time economically, the solution accuracy of the Frank-Wolfe algorithm can be increased gradually during the search process as a function of the number of conducted neighborhood searches. It turned out that using iterations in the Frank-Wolfe algorithm, where is a fixed initial value, produced good results. For the evaluation in the procedure neighborhoodChangeS(), we always use a comparably large number iterations. In the second strategy, we suppose that the current upper bound of the expected external costs after iterations of the Frank-Wolfe algorithm converges with (approximately) exponential speed to the true value as . That is, we assume , and estimate the parameters , , and from the three observations , and of the bound in iteration , and , respectively. This leads to the following estimate of the expected external costs: .
3.5 Sample average approximation
Our second solution approach for the stochastic project scheduling and staffing problem is the method of Sample Average Approximation (SAA), see Kleywegt et al. (2002). The SAA method samples scenarios from the given distribution of the random events and approximates the given stochastic problem by the so-called deterministic equivalent, the problem resulting as the average over the scenarios. The deterministic equivalent can be solved by methods from deterministic optimization.
In the case of our problem, we draw a set of random scenarios, described by the realizations of the random variables . Thus, denotes the demand of work package in scenario . The external work time required under scenario for project and skill in time period will be denoted by the new variable . The deterministic equivalent is then the problem (3.5) – (3.5), which is obviously a mixed-integer linear program. Note that represents the average of the external costs over all scenarios, which approximates the expected external costs, and that the values of the variables result in (3.5) by a formula analogous to (3.2). The mixed-integer linear program (3.5) – (3.5) can be solved by standard solvers such as CPLEX. However, for realistic instance sizes and an appropriate number of samples, the problem (3.5) – (3.5) can become rather large, such that it may become difficult for the solver even to find a feasible solution within a reasonable time budget.
[TABLE]
4 Experimental results
4.1 Test instance generation
For our computational experiments, we generated test instances by the test instance generator proposed in Heimerl and Kolisch (2010). This test instance generator is inspired by data from the IT department of a large semiconductor manufacturer. However, we had to extend the test instances since in the present paper, the information about the demand of work packages is assumed to be uncertain. In particular, in addition to the parameters number of projects , time window size , and number of skills per resource , also a further parameter representing the degree of uncertainty (which will be explained later) had to be varied across the test instances. The database with the instance set is available for download at the website http://phaidra.fhstp.ac.at/o:2529.
Table 1 lists the parameter values for the basic instance structure. For this group of instances, the number of projects is 10, and the earliest start period of each project is drawn from a uniform distribution between 1 and 7. The project length is set to six periods for each project, and the planning horizon is defined as , which represents annual strategic project scheduling and personnel planning. We choose a time window size which means that for each activity , there are two possible start times available, considering precedence constraints. With denoting the set of skills required by project , and with denoting the set of skills required by activity of project , the test instance generator limits the number of skills per project by a pre-defined bound; moreover, for each activity of a project , the test instance generator specifies the number of required skills. For all skills not contained in , the values are set to zero. (For details concerning this aspect of the test instance generation, see Heimerl and Kolisch (2010)). In our case, we chose and limited the total number of skills per project by . Ten internal resources are assumed (), each owning out of skills. The resources have different efficiency values for each skill they own; these efficiency values are drawn from a truncated normal distribution with an expected value of , a standard deviation of , and minimum and maximum threshold values of 0.5 and 1.5, respectively. The available capacity per internal resource is 20 per time period. Note that we do not assume that a time period has a length of one time unit: In our above-mentioned interpretation of the test instances as referring to annual planning, the time unit is a day, and a time period extends over a month, so means that an employee works 20 days per month.
The external cost rates differ for different skills and are drawn from a truncated normal distribution with , , and . In test instance generation, (planned) utilization is defined as the ratio of the overall expected resource demand to available internal resource capacity. In the basic instance structure, we set . For each work package, the test instance generator computes an initial value of the expected resource demand from the utilization and the resource supply values . The actual expected value of the resource demand is then drawn from a normal distribution, with mean and a coefficient of variation . For the basic instance structure, we assume a symmetric triangular distribution of the actual demand with parameters , where , , and . The interval controls the level of uncertainty; if , we get the deterministic boundary case. For the basic instance structure, a moderate level of uncertainty is assumed by setting and . Notice that because we use symmetric triangular distributions in our basic test instances, the expected value is identical to the modal value of the distribution.111The choice of the triangular distribution for related models is discussed, e.g., in (Law et al., 1991; Wing Chau, 1995). Law et al. (1991) see the triangular distribution as a rough model suitable for cases where there is limited data available or the costs of data collection are high. Also the Beta distribution would be a candidate for modeling the distributions of the random variables . However, as shown in Gutjahr and Froeschl (2013) for a related model, using a Beta distribution within the Frank-Wolfe framework comes at the price of a distinct increase in computation time, and the results are typically similar to those obtained by the triangular distribution.
The basic instance structure is varied then to obtain other instance structures, according to Table 2 which lists the parameters with their used values. For test instance generation, we use a ceteris paribus design, which means that we fix all parameters on the value of the basic instance structure and vary the value of one investigated parameter. This yields different instance structures. For each instance structure, we generate 10 instances, which leads to 140 test instances. Additionally, for each of these 150 test instances, four different levels of the degree of uncertainty (see Table 3), are investigated. This produces a total of 560 instances.
All tests are performed on a standard PC with an Intel Quad Core Processor. In detail, we used an Intel Xeon E3-1271 v3 processor (Frequency: 3,60GHz) with eight kernels and 32 Gigabytes working memory. All presented algorithms are implemented in Eclipse using Java version 1.7. We use the Java API of ILOG CPLEX version 12.4 for the SAA and the EV model formulations.
4.2 Parameter setting for the Frank-Wolfe algorithm
There are several design decisions that have to be made when using the Frank-Wolfe algorithm within our matheuristic framework procedure: First of all, two slightly different implementation variants of this algorithm were presented in Section 3.4.1. Secondly, the algorithm requires an initial solution; we consider two options for its choice. Finally, it has to be specified how the line search is done; again, two different options will be investigated.
Algorithmic variants: We shall compare the basic Algorithm 1 (“old” in Table 4) to the modified Algorithm 2 (“new” in Table 4).
Initial solution: For the determination of the initial solution, two alternative approaches are tested. First, we use the MILP-solver CPLEX (“lp” in Table 4) to solve the deterministic linear staffing problem defined by the parameters . Secondly, we apply a greedy staffing heuristic (Felberbauer et al., 2016) to solve the same deterministic counterpart problem heuristically (“gh” in Table 4).
Line search method: For the line search step of the algorithm, two methods are analyzed: The first method (“gs” in Table 4) uses Golden Section Search according to Kiefer (1953). The second method (“fs” in Table 4) follows the suggestion in Clarkson (2010): it refrains from determining the in line 13 of Algorithm 1 or line 12 of Algorithm 2, respectively, but uses instead in each iteration a pre-defined step size depending on the iteration index. The value of is calculated as . It is clear that the value of determined in this way does not produce the minimizer on the line segment between and , but by the special choice of the step sizes (convergence to zero and finiteness of the sum of the squares), the convergence property of the Frank-Wolfe algorithm to the exact overall minimizer of is preserved (for details, see Clarkson (2010)). The advantage of the fixed step sizes scheme is that it does not require an evaluation of the function values during the execution of the algorithm; it suffices to evaluate the derivatives of .
Combining the two alternative options for each of the three design decisions indicated above, we get different design variants of the Frank-Wolfe algorithm. The following results compare the performance of these eight design variants. For each design variant, we shall report its average solution value and its average computation time at randomly selected time schedules for a single fixed problem instance generated according to the basic instance structure. In a pre-test, it turned out that a number of iterations was sufficient to get close enough to the value achieved by a much higher number of iterations. Therefore, we used for all design variants.
The results are shown in Table 4. The comparison between the two algorithmic variants Algorithm 1 and the new Algorithm 2 (immediately applying the best partial derivative for the update of the project plan) shows a slight superiority of Algorithm 2. For the decision on the used initial solution method, the test shows that the computation time for solving the deterministic staffing problem takes in the average ms using the LP-solver and ms using the greedy heuristic. On the other hand, the expected cost of the initial staffing plan in iteration according to the greedy heuristic is higher than the one obtained by the exact LP solver. Nevertheless, applying a two-tailed sign test to the final results for solution values and computation times shows no significant difference between the performance of the LP solver and the greedy heuristic (significance level ). For larger instances, where the LP solving time increases rapidly, the greedy heuristic can become the only feasible alternative, so that in total, we may give a preference to the greedy heuristic. Concerning the line search method, finally, it can be seen that the pre-defined step sizes scheme clearly outperforms the Golden Section Search: Although Golden Section Search provides faster improvements in the first few iterations than the step sizes scheme, the solution quality after 1000 iteration is not better, and the computation time per iteration is times higher.
Summarizing, the best-performing Frank-Wolfe variant uses the immediate application of each best partial derivative for the update of the project plan, the greedy heuristic for the calculation of the initial staffing solution, and the pre-defined step sizes scheme.
4.3 Parameter setting for Sample Average Approximation
The crucial parameter of the Sample Average Approximation procedure is the number of sampled random scenarios. Therefore, the following pre-tests have been conducted to find an appropriate value of . It is clear that the objective function of (3.5) is only an approximation to the true objective function, such that even if the SAA problem is solved exactly, we do not necessarily obtain the exact solution of the original problem. To explore the tradeoff between the two effects of increasing the value of , namely to improve the accuracy of the objective function estimation on the one hand, and to increase the computation time on the other hand, a subset of our instances has been investigated. We chose the instances of those instances structures where the number of projects is varied as , the time window size is , and the number of skills per resource as well as the utilization are fixed to the values of the basic instance structure, i.e., and . The degree of uncertainty was varied as . For these instances, we varied the sample size as and analyzed the solution time and the achieved solution quality. By the SAA model from section 3.5 with sample size , we compute the solution , where is the optimal project plan and is the optimal staffing plan. Now, we compare the obtained objective function value of (3.5) to the true evaluation of the solution according to the underlying exact probability model (cf. the notation in section 3.1). The relative gap between the two evaluations is described by
[TABLE]
In Figure 2, the solution time and the relative solution gap according to Eq. (4.3) as well as their 95% confidence intervals are depicted in dependence of the sample size . We show here the special case of projects and the other parameters as in the basic instance structure. It can be observed that for a sample size of , the solution gap is , i.e., the average objective function value over the scenarios can be considered as a good estimate for the expected external costs. A further observation is that the solution time of the SAA model varies to a considerable extent. This behavior points out a first drawback of relying on the exact solution of the SAA model to solve our problem.
These results were extended by solving all test instances of the instance subset specified at the beginning of this subsection. With an appropriate sample size of and a computation time limit of 360 sec for the CPLEX solver, we observed that CPLEX was able to solve the SAA problems for all considered test instances. In the average over all considered test instances, a relative gap of according to Eq. (4.3) was obtained.
4.4 Matheuristic vs. Sample Average Approximation
This section reports on the numerical comparison of the two presented solution methods, i.e., the developed matheuristic (MH) and the Sample Average Approximation (SAA) approach. Note that by fixing a sample size , the computation time consumed by the SAA approach is already defined. To ensure a fair comparison between SAA and MH, we computed, for a given test instance structure, the average computation times of the SAA approach for sample sizes and used each of these ten values as the time budget (termination criterion) for a corresponding run of the MH approach. For each problem instance structure, ten random instances were generated, and for each of these generated instances, ten optimization runs (with different seed values for the random number generator) were executed. This led to 100 solution values for MH and 100 solution values for SAA per time budget. The averages of these solution values for a special instance structure are depicted in Figure 3. The solution values have been computed based on the determination of the exact objective function value of the solution provided by the respective approach, i.e., the value . The reader will observe that Figure 3 only contains 9 solution time values instead of 10, as one would expect. This is because sample sizes and led to identical solution times, cf. Figure 2.
The results show that the solution quality of MH is less sensitive to the time budget than that of SAA. Applying a two-tailed sign test to the results of each of the ten different time budgets, we found that the MH results were significantly superior, at significance level , for the smallest time budget which was the time budget produced by sample size . For larger time budgets, the sign test could not confirm statistically significant superiority at level of either SAA over MH or vice versa. However, this lack of significance may be due to our small sample size of ten instances (in order to ensure independence, we had to take the average over the ten runs of each instance). Summarizing, in the considered instances structure, MH and SAA produce results of a comparable quality in the medium computation time range, with a slight but nonsignificant advantage for SAA. For small computation times, MH is superior.
Next, we compare SAA, applying sample size , to MH, using for both the same time limit of seconds. Let and denote the optimal project schedule and staffing plan according to MH and SAA, respectively. To do the comparison, we compute the normalized difference
.
of the expected external costs. Averaging this measure over all test instances, we obtained a value of , indicating that in the average, the SAA solutions are by worse than the MH solutions. However, this result should be interpreted cautiously. The considerable difference can mainly be attributed to test instances where the expected external costs of the optimal solutions are almost zero. Such a situation easily occurs in instances where the number of skills per resource is high. Investigating the same measure only for the basic instance structure, we find that there is no significant difference between the two solution methods.
Real-world project scheduling problems are often rather large. To investigate which effect an increasing size of the problem instance exerts on the comparison between MH and SAA, we generated test instances where both the number of projects and the number of resources were increased simultaneously as , and the parameter values , and from Table 1 were used. For the SAA model, we applied CPLEX with default values and set the time limit to 10 hours, which is an appropriate time budget for a tactical planning problem. We found that the solver could not provide a feasible integer solution for of these instances; the share of solvable instances rapidly drops as and become larger than . However, even for the instances for which the SAA model can be feasibly solved, the SAA solution is in the average by worse than the MH solution. Additionally, MH needs only a fraction of the SAA solution time to find a good solution.
We conclude that the developed matheuristic is a robust solution procedure that performs well for small and medium-sized test instances, and offers good solutions also where the SAA formulation fails to return a feasible solution. The main drawback of the SAA approach is its poor reliability with respect to the identification of a feasible solution and its volatile solution time. Nevertheless, for not too large instances, the SAA approach is a promising alternative to the application of a (partially) heuristics-based method, especially in cases where powerful hardware is available.
4.5 Deterministic vs. stochastic planning
Is the advantage of treating the given project scheduling and staffing method as a stochastic optimization problem substantial enough to justify the increased computational effort, compared to a simplified, deterministic formulation? To shed light on this question, we deepen our experimental analysis in the following two subsections. In Section 4.5.1, the accuracy of using the solution value of the expected value problem as a forecast for budget planning is investigated, whereas in Section 4.5.2, the value of the stochastic solution is discussed.
4.5.1 Accuracy of the expected value problem
The solution of the expected value (EV) problem (3.2) – (3.2) provides a manager with a project schedule , a staffing plan , and a corresponding solution value . The obtained forecast of the external costs could be used as an input for the budget planning process. If the demand information is actually stochastic, this forecast will be rather rough, and it will tend to underestimate the true costs. Evaluating the obtained project and staffing plan based on the stochastic model by computing gives a hint of how the forecast provided by solution of the EV problem will perform in the stochastic environment. The difference
could be considered as a budget bias caused by a deterministic solution approach. Table 5 shows the relative bias of the EV problem solution value, i.e., the quotient
,
for the basic instance structure and for all instances, in dependence of the degree of uncertainty.
We see that with increasing uncertainty, the bias increases, and that it reaches fairly large values. For the basic instance structure, already under a moderate level of uncertainty of , the use of a deterministic planning approach leads to an underestimation of the external costs by 11%. Averaged over the instances from all instance structures (with ten random instances from each instance structure), this deviation is even distinctly higher (42%). According to these results, we conclude that the deterministic EV approach to the considered project scheduling and staffing problem leads to a systematic underestimation of external costs and can, as a consequence, seriously threaten the budget plan.
4.5.2 Value of the stochastic solution
Whereas the last subsection investigated the difference between the predicted and the true costs of the EV solution, we turn now to the question of how much worse the EV solution is in comparison with the solution of the stochastic optimization problem. This latter difference indicates the value of taking the stochasticity of the demand into account instead of using the simplified deterministic EV model for the planning process. As the solution procedure for the stochastic optimization problem, we choose the MH approach. As before, let and denote the EV solution and its expected external cost, respectively, and let and denote the MH solution and its expected external cost, respectively. The difference
is called the value of the stochastic solution (VSS); it describes the cost savings achieved by applying the stochastic solution approach instead of the deterministic one. We define the relative value of the stochastic solution as the quotient
.
In Figure 4, the absolute and the relative VSS are depicted in dependence of the degree of uncertainty for the instances of the basic instance structure. Unsurprisingly, both the absolute and the relative VSS increase as uncertainty increases. The VSS rapidly grows with increasing degree of uncertainty, and it reaches about 16% for . Applying a linear regression, we statistically confirm the intuitive conjecture that both the absolute and the relative VSS are positively correlated with the degree of uncertainty (for VSS and relative VSS, we get correlation coefficients of and , respectively). In some other instance structures, the potential of the stochastic solution approach is even higher. For example, for large values of the number of projects and of the number of skills per resource, this gain reaches values between 30% and 100%. The considerable size of the VSS confirms the need of applying stochastic optimization techniques in project scheduling and staffing.
4.6 Costs of Uncertainty
In Figure 5, we plot (i) the expected external costs and (ii) the relative expected external cost increments, both in dependence of different degrees of uncertainty, for the instances of the basic scenario structure. In this Figure, the relative expected external cost increments indicate by which percentage the expected external costs increase if the situation of low uncertainty is replaced by a higher uncertainty interval for the demand distributions. As one would anticipate, the expected external costs increase as uncertainty increases. A linear regression for the absolute value of the expected external cost shows that the coefficient of correlation is , with a p-value of 0.017 (significance at level ). Comparing the “almost deterministic” situation to the situation of poor information on demands, we find a gap of 12%. We would like to emphasize that a degree of uncertainty represented by (i.e., a distribution allowing real efforts of work packages to exceed estimated efforts by up to 80%) is not extreme from a applied point of view: In areas as software engineering or in the construction industry, even higher overruns occur. Therefore, also the costs of uncertainty can be considerable in practice.
4.7 Influence of parameters on external costs
In Heimerl and Kolisch (2010), the authors investigate in a deterministic context how parameters as the number of projects, the time window size etc. influence the optimal costs. We shall extend now their results to the stochastic context of the present paper. In the present subsection, we use the ceteris paribus design explained in subsection 4.1. That is, the parameters of the basic instance structure of Table 1 are applied, with the exception of modifying one single parameter among the parameters in Table 2.
Influence of the number of projects. First, we investigate the influence of increasing the number of projects on the resulting expected external costs. As Heimerl and Kolisch (2010), we keep the total resource demand constant while increasing the number of projects, which means that for a larger number of projects, the work packages become smaller. This change increases the flexibility of the planner, so one expects decreasing costs of the optimal solutions. This was confirmed indeed in Heimerl and Kolisch (2010) for the deterministic context. We obtained similar results in the stochastic context: In Figure 6, we depict the expected external costs for four levels of uncertainty as a function of the number of projects (with fixed total demand). Additionally to the mean values, we plot the 95% confidence interval to account for the randomness in test instance generation.
Apart from the already known effect that higher degree of uncertainty leads to higher external costs, one can see that all levels of uncertainty show the same behavior for an increasing number of projects: The conjecture that a larger number of smaller work packages is easier to balance across the planning horizon than bigger and fewer work packages is confirmed. Also as expected, we observe that from a certain value on, the potential of the flexibility achieved by reducing work packages sizes diminishes.
Influence of the time window size. In a similar way as it was done for the influence of the number of projects, we investigated also the influence of the time window size on the costs. The results showed that in our test instances, an additional degree of freedom, i.e., a time window size change from zero to one, led to cost savings of around 20%. A further cost reduction of up to 50% was achieved by increasing the time window size from 1 to 2. For time window sizes larger than two time periods, the costs did not decrease further.
Influence of the number of skills per resource. In Figure 7, we plot the expected external costs in dependence of the number of skills per resource. Please note that the situation where the number of skills per resource is represents a situation when all resources posses all skills. It can be observed that the external costs decrease monotonically with increasing . Two special findings may be particularly important. First, in the context of the considered set of instances (basic instance structure, with modifications only with respect to ), a situation where all employees are extremely specialized, i.e., possess only one skill per person, leads to about the double expected external costs in comparison with a situation where the employees have two skills per person. A further investment in training that causes an increase in the number skills per person from two to four leads to another significant decrease in the expected external costs. Secondly, from a value of about four skills per person on, the investment in additional skills achieves only very limited cost savings. Of course, the quantitative amount of cost reduction depends on the specific characteristics of the test instance set (especially on the chosen parameter value for utilization, here: ). Nevertheless, the results suggest the managerial insight that (i) multi-skilled resources can lead to significant cost savings, but (ii) companies should be aware that over-qualification allows no return on investment.
Influence of the utilization factor. Finally, in Figure 8, the expected external costs are visualized as a function of the utilization factor , the ratio of the expected demand to the available time capacities of the resources. As expected, Figure 8 shows that the external costs increase as the utilization increases. In more detail, we find that when starting at 100% utilization, a 20% decrease of utilization leads to a 57% decrease of the expected external costs, whereas a 20% increase of the utilization leads to a rise of costs by 23%.
4.8 Asymmetric work time distributions
In the previous tests, we assumed that the triangular distribution of the variables was symmetric. In practice, distributions of work times are often right-skewed. Therefore, we checked whether or not substantially different results were obtained by a replacement of the symmetric distributions by right-skewed triangular distributions. For this purpose, we took the basic instance structure and changed it as follows: The modal value was defined as , where and are the minimum and the maximum value of the distribution, respectively. For a series of four test instances, we fixed the expected value of the triangular distribution to 1. On this constraint, each of the four instances was constructed in such a way that the length of the support interval of the distribution was gradually increased, taking the values , , and , respectively, which corresponds to increasing uncertainty. Figure 9 shows a plot of the results. We see that the plot is very similar to Figure 5. We conclude that the skewedness of the distribution has little impact on the outcomes.
5 Conclusion
We developed two solution approaches for a stochastic project scheduling and staffing problem under uncertainty on required efforts. The scheduling decision is described by the choice of the start times of activities during the planning horizon. Each activity can consist of several work packages, where each work package requires a stochastic amount of effort exerted in one specific skill. The staff assignment decision matches available human resources (with heterogeneous skills) with the work package requirements of the activities. Demand for work time that is not covered by the assigned internal resources has to be satisfied by paying external work.
For our first solution approach, a “matheuristic” combination of a metaheuristic with a convex optimization procedure, we decompose the problem into a project scheduling subproblem and staffing subproblem. The project schedules are optimized by an iterated local search heuristic, using Variable Neighborhood Descent as a solution component. The search is guided to initially tackle time-periods leading to high external cost. The staffing subproblem is a convex optimization problem which we solve by the Frank-Wolfe algorithm. Different design variants of this algorithm are investigated in application to our problem. Our second solution approach uses a Sample Average Approximation model of the stochastic optimization problem. This yields mixed-integer programming formulation that can be solved by CPLEX. For this second approach, a crucial parameter is the chosen sample size.
Experimental results for synthetically generated test instances show that the matheuristic is a robust solution procedure that performs well for small as well as medium-sized test instances and provides solutions even in cases where the SAA model fails to return a feasible solution. Nevertheless, up to medium-sized instances, the sample average approximation is also a good choice. We find that deterministic planning replacing the stochastic optimization problem by the corresponding expected value problem bears the risk of drastically underestimating external costs. Moreover, we demonstrate that the value of the stochastic solution, which is a measure for the cost savings achievable by a stochastic solution approach instead of using the deterministic expected value problem, is considerable, especially for moderate and high levels of uncertainty.
Our experiments confirmed some of the managerial insights that have been found (in a deterministic context) in Heimerl and Kolisch (2010) to be valid also in the context of uncertainty on required efforts. This holds especially for the potential as well as the limitations of multi-skilled resources, of small work packages and of large time windows with respect to possible cost savings. The main difference to the deterministic context of Heimerl and Kolisch (2010) is that a much more conservative planning strategy is necessary in presence of uncertainty in order to avoid excessive additional costs by required external work.
Finally, let us point out an important topic of future research: Whereas our approach only assumes substitutability of internal by external resources, the articles Ingels and Maenhout (2017a, b) focus on (within-skill or between-skill) substitutions of internal resources by other internal resources, which is another type of recourse action that is frequently deployed for absorbing work load peaks. It would be very interesting to extend the model presented here to these forms of reactive planning and to develop suitable solution techniques for such an extension.
Another topic of future research might be risk aversion. Our model is risk-neutral, which fits well to a situation of multi-project management with several small or medium-sized projects and a long-term perspective, but may be not appropriate anymore for a situation where very big problems cause specific risks. For such situations, extensions to risk-averse optimization approaches should be studied.
Acknowledgement
This is a post-peer-review, pre-copyedit version of an article published in Journal of Scheduling. The final authenticated version is available online at http://dx.doi.org/10.1007/s10951-018-0592-y
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Artigues et al. (2008) Artigues C, Demassey S, Néron E (eds) (2008) Resource Constrained Project Scheduling: Models, Algorithms, Extensions and Applications. Control Systems, Robotics and Manufacturing Series, ISTE-WILEY, URL http://www.iste.co.uk/index.php?p=a&ACTION=View&id=172 , i SBN 978-1-84821-034-9
- 2Artigues et al. (2013) Artigues C, Leus R, Nobibon FT (2013) Robust optimization for resource-constrained project scheduling with uncertain activity durations. Flexible Services and Manufacturing Journal 25(1-2):175–205
- 3Barz and Kolisch (2014) Barz C, Kolisch R (2014) Hierarchical multi-skill resource assignment in the telecommunications industry. Production and Operations Management 23(3):489–503
- 4Van den Bergh et al. (2013) Van den Bergh J, Beliën J, De Bruecker P, Demeulemeester E, De Boeck L (2013) Personnel scheduling: A literature review. European Journal of Operational Research 226(3):367–385
- 5Clarkson (2010) Clarkson KL (2010) Coresets, sparse greedy approximation, and the frank-wolfe algorithm. ACM Transactions on Algorithms (TALG) 6(4):63
- 6De Bruecker et al. (2015) De Bruecker P, Van den Bergh J, Beliën J, Demeulemeester E (2015) Workforce planning incorporating skills: State of the art. European Journal of Operational Research 243(1):1–16
- 7Felberbauer et al. (2016) Felberbauer T, Dörner KF, Gutjahr WJ (2016) Hybrid metaheuristics for project scheduling and staffing, considering project interruptions and labor contracts. In: Dawid H, Dörner K, Feichtinger G, Kort PM, Seidl A (eds) Dynamic Perspectives on Managerial Decision Making, Dynamic Modelling and Econometrics in Economics and Finance, vol 22, Springer, Cham
- 8Gutjahr (2015) Gutjahr WJ (2015) Bi-objective multi-mode project scheduling under risk aversion. European Journal of Operational Research
