Next Article in Journal
Consistency and Convergence Properties of 20 Recent and Old Numerical Schemes for the Diffusion Equation
Next Article in Special Issue
Multi-Guide Set-Based Particle Swarm Optimization for Multi-Objective Portfolio Optimization
Previous Article in Journal
Leverage Boosting and Transformer on Text-Image Matching for Cheap Fakes Detection
Previous Article in Special Issue
k-Pareto Optimality-Based Sorting with Maximization of Choice and Its Application to Genetic Optimization
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Hybrid Harmony Search for Stochastic Scheduling of Chemotherapy Outpatient Appointments

by
Roberto Rosario Corsini
1,*,
Antonio Costa
1,*,
Sergio Fichera
1 and
Vincenzo Parrinello
2
1
DICAR Department, University of Catania, 95125 Catania, Italy
2
U.O. Qualità e Rischio Clinico, Azienda Ospedaliero, Universitaria “Policlinico-Vittorio Emanuele”, 95125 Catania, Italy
*
Authors to whom correspondence should be addressed.
Algorithms 2022, 15(11), 424; https://doi.org/10.3390/a15110424
Submission received: 10 October 2022 / Revised: 7 November 2022 / Accepted: 8 November 2022 / Published: 10 November 2022
(This article belongs to the Collection Feature Paper in Metaheuristic Algorithms and Applications)

Abstract

:
This research deals with the same-day chemotherapy outpatient scheduling problem that is recognized as a leading strategy to pursue the objective of reducing patient waiting time. Inspired by a real-world context and different from the other studies, we modeled a multi-stage chemotherapy ward in which the pharmacy is located away from the treatment area and drugs are delivered in batches. Processes in oncology wards are characterized by several sources of uncertainty that increase the complexity of the problem; thus, a stochastic approach was preferred to study the outpatient scheduling problem. To generate effective appointment schedules, we moved in two directions. First, we adopted a late-start scheduling strategy to reduce the idle times within and among the different stages, namely medical consultation, drug preparation and infusion. Then, since the problem is NP-hard in the strong sense, we developed a hybrid harmony search metaheuristic whose effectiveness was proved through an extended numerical analysis involving another optimization technique from the relevant literature. The outcomes from the numerical experiments confirmed the efficacy of the proposed scheduling model and the hybrid metaheuristic algorithm as well.

1. Introduction

The Chemotherapy Outpatient Scheduling (COS) problem is a sensitive and challenging issue that is capturing the attention of both scholars and stakeholders in the healthcare landscape. Building an effective schedule of patients allows for reducing their waiting times on the one hand and increasing the number of treatments in the working shift on the other hand. To strengthen this thought, the health wards may exploit an appointment scheduling approach to improve the efficiency of their services, thus increasing patient satisfaction and service rate as well [1].
In brief, the main steps to generate a daily schedule of appointments in an oncology clinic are the following. The oncologists plan the days of treatment for each patient through a specific medium-term care protocol that defines all the necessary information, e.g., date and duration of treatments, type and doses of drugs. Subsequently, the oncology unit communicates to the patients the appointment time for a given day. Since each patient may have a different disease history, thus requiring a different care path, the time he/she needs to receive the oncology treatment, which goes from the medical visit to the end of treatment, can be highly variable and the interaction with the other patients can strongly bias his/her length of stay in the clinic. Hence, an effective method for scheduling patient appointments may positively impact the performance of the clinic and patient satisfaction as well.
The literature background reveals that the COS problem can be viewed from two different perspectives, namely offline or online scheduling [2,3]. As for offline scheduling, the daily list of patients is known in advance and the scheduler usually generates the appointment schedule a few days before the treatments. In this case, a non-templated approach is usually adopted to optimize an objective function based on a priori information [2]. Instead, for online scheduling, the appointment time is communicated to the patient immediately after his request or shortly after (e.g., no later than 24 h) by employing a dynamic template. In general, a template is an appointment timetable in which the total number of slots, the length of each slot, and the characteristics of patients to be scheduled for each slot are specified [4]. In fact, in online scheduling, a series of vacant appointment slots of the designed template, preliminarily generated based on a specific criterion, have to be filled by the patient requests.
Another classification criterion concerns the chemotherapy treatment and depends on when the patients undergo the medical consultation. In next-day chemotherapy, the medical consultations are processed the day before the treatment. The scheduling problem consists of allocating patients to chairs, assigning them a nurse and defining the related treatment starting time. This strategy enables pharmacists to prepare the therapy in advance. However, the patient has to go to the clinic on two consecutive days and that could be not so practical if they live far away from the clinic. In the same-day chemotherapy strategy, the medical consultations are carried out on the same day of the infusion therapy. This strategy is quite well-diffused in real-world oncology clinics as it is preferred by patients [5] and prevents any waste of expensive drugs in case of deferral of patients or no-show at the infusion stage [6].
Several solving approaches were employed in the literature to cope with the COS problem. The contribution by Dobish [7] can be considered seminal research on the problem under investigation. The author adopted a next-day scheduling method based on a timetable for each day of the week. Similarly, Edwards et al. [8] made use of a specific template or ad hoc rules, based on the patient acuity level. From then on, most literature recognized the need to explicitly consider the patient flow to improve the performance of oncology units for solving the COS problem.
In this regard, Sadki et al. [9] studied the same-day appointment scheduling problem with two major resources, namely oncologists for consultation and beds for injection, and proposed a combination of heuristics based on the Lagrangian relaxation to minimize the patient waiting times and the makespan. Turkcan et al. [10] used mathematical programming models to hierarchically tackle both the planning and scheduling of chemotherapy patients to minimize the patient waiting time while considering the limited availability of nurses. Later, Heshmat et al. [11] improved the model proposed by Turkcan et al. [10] so that it could be solved in a smaller computational time and also for larger-sized instances. Condotta and Shakhlevich [12] exploited mathematical programming to generate a multilevel template, which aims to minimize the patient waiting time and nurse workload in an outpatient clinic.
Discrete event simulation and mathematical programming were used by Liang et al. [13] to compare the proposed appointment scheduling tool with the current practice under a series of operational measures such as patient waiting time, clinic total working time and resource utilization. Notably, they solved a linear programming model to schedule patient appointments according to a same-day offline strategy. Liang and Turkcan [14] distinguished between functional and primary care delivery models to provide chemotherapy treatments to cancer patients, depending on the availability of nurses. They consider a single-stage system where a set of patients have to be scheduled offline on the same day only for the infusion phase and proposed two multi-objective optimization models based on mathematical programming that ignored both oncology consultation and lab tests. Bouras et al. [15] introduced a mixed integer programming (MIP) model for reducing the patient waiting time of a same-day offline COS problem in a real-life oncology unit. They modeled the whole set of system stages, namely oncology consultation, drug preparation and injection, also considering the limited number of resources at the different stages. To reduce the number of binary variables and constraints, thus enhancing the computational efficiency of their COS approach, Heshmat et al. [16] devised a two-stage COS method, properly inspired by cellular manufacturing systems, which involved a clustering phase and a mathematical programming phase for the minimization of the total completion time referred solely to the injection stage of an oncology unit.
Another valuable contribution to the COS scenario is attributable to Hesaraki et al. [2], who focused on the infusion stage to generate an online scheduling method subject to the nursing constraint. They used integer programming to design a template of vacant appointment slots that follows a bicriteria objective based on the combination of weighted flow time and makespan. A different perspective emerges from the research by Huggins and Claudio [17]. They presented a mathematical model for the next-day COS problem that managed the chemotherapy patient appointments while taking into consideration the workload of nurses and pharmacists as a constraint of the optimization problem in a cancer clinic. Constraint programming was applied by Hahn-Goldberg et al. [18] to the next-day outpatient scheduling problem considering the online approach. A similar approach for the same-day case can be attributed to Huang et al. [19], who developed a chemotherapy outpatient scheduling template by reducing the violation between resource assignment and treatment requirements.
Recently, a research stream emphasized the need for managing uncertainty in healthcare scheduling problems [20,21]. Several sources of uncertainty may have a notable impact on the chemotherapy path of oncology outpatients, therefore deterministic models could represent a strong simplification [22]. Castaing et al. [23] presented a two-stage stochastic programming model for the next-day COS problem of an oncology unit located in the USA. Since this optimization method requires a prohibitive computational time to be solved, the authors introduced a heuristic algorithm to find approximate solutions in a reasonable time. Alvarado and Ntaimo [22] used a mean-risk stochastic programming model powered by a specific heuristic to schedule patient appointments and resources for reducing patient waiting time and nurse overtime. Mandelbaum et al. [24] exploited the principles of queueing theory for the offline appointment sequencing problem by engaging a large number of servers (chairs) and customers (patients) in a stochastic system wherein service duration and punctuality are subject to significant uncertainty. They proposed a data-driven approach based on the infinite-server queues whose effectiveness was proved by testing that approach against near-optimal algorithms.
Both in deterministic and in stochastic mathematical programming models, the time to converge drastically depends on the number of patients and the number of resources as well. Hence, heuristic or metaheuristic algorithms represent a valid alternative to achieve a perfect compromise between the quality of solutions and computational times in solving COS problems. To this end, Sevinc et al. [3] proposed a two-phase approach for the next-day COS problem. They used a specifically devised heuristic algorithm for handling the appointment scheduling for the laboratory tests, and two heuristics based on the multiple knapsack problem for the second phase in which patients have to be online assigned to the infusion seats. The work of Garaix et al. [25] represents a valuable contribution since a metaheuristic algorithm was adopted in the field of the stochastic COS problem. They developed a GRASP algorithm to generate sub-optimal lists of patients for consultation and injection phases in a same-day chemotherapy treatment scenario. Finally, Demir et al. [26] developed a heuristic method based on a progressive hedging algorithm, since they experienced high computational times to solve instances with a two-stage stochastic programming model focused only on the treatment stage.
The present paper, inspired by the health services provided by an oncology unit of a hospital located in Southern Italy, aims to solve the same-day offline stochastic COS problem, motivated by the activities of a real-life oncology department in which the medical consultations are performed on the same day as the chemotherapy treatments. Different from the literature, this research is the first to consider that the pharmacy collects the therapies in batches and a courier service delivers the batches to the oncology department. Our objective is to make sure that the time each patient spends in the system, i.e., the total flow time, is minimized. The aim of the proposed scheduling method is to enhance the daily experience of each patient by reducing their waiting time. Furthermore, the proposed research aims at reducing resource idle time and maximizing the number of patients scheduled in a day.
The main contributions of the present research are the following:
  • Adopting a stochastic scheduling strategy that is able to reduce the total flow time (i.e., idle times of patients among the stages) in a same-day COS problem;
  • Introducing a novel multi-stage simulation framework (based on discrete-time recursive equations [27,28]) in which the pharmacy is detached from the oncology department and drugs are delivered in batches;
  • Developing a new hybrid metaheuristic algorithm, namely Harmony Search (HS), to solve the COS problem for the minimization of patient waiting time. The proposed algorithm is ‘hybrid’ since heuristic solutions in the initial population, the local search and the reinitialization procedure are embedded in the metaheuristic algorithm;
  • Differently from the existing scheduling approaches (e.g., templated scheduling), the proposed method allows the healthcare manager to identify the optimal schedule in the space of the solution with reasonable computational time.
Table 1 aims to retrieve the main literary contributions for the optimization of the COS problem and adopts a series of classification criteria to stress the difference between the literature and the proposed study as well. The first two classification criteria refer to the way the medical consultation is run and to the scheduling strategy, respectively. A distinction between deterministic and stochastic approaches (type of model) is also indicated along with the adopted solving method. In each work, it can be observed that the solving methods were compared with the scheduling rule implemented in practice by the oncology unit. The objective function is defined as a Key Performance Indicator (KPI). The kind of resources explicitly involved in the model can be the following: oncologists for the consultation phase (ON), pharmacists for the drug preparation stage (PH) and nurses at the treatment stage (NU). Finally, the last column points out the models capable of running the drug transportation time and the transportation batch as well.
Notably, HS was compared with a specific Greedy Randomized Adaptive Search Procedure (GRASP) algorithm, since this is the unique metaheuristic algorithm already used in the literature for the COS problem. A benchmark of instances was generated and an extended comparison analysis was carried out to demonstrate the outperformance of the proposed optimization technique over the competitor. The rest of the paper is organized as follows. Section 2 describes the problem statement also including the basic assumptions and the objective function. The major components characterizing the proposed hybrid harmony search are dealt with in Section 3. Section 4 presents the numerical experiments and the output from the comparative analysis. A final discussion is reported in Section 5.

2. Problem Statement

The oncology department under consideration can be considered as the counterpart of a three-stage hybrid flow shop manufacturing system in which the first stage is related to the medical consultation, the second stage consists of the pharmacy laboratory and, finally, the third stage involves a set of chairs in parallel for the chemotherapy treatment [15,18].
The oncology unit disposes of O oncologists (o = 1, …, O), N nurses (n = 1, …, N) and C identical chairs (c = 1, …, C) for the treatment. The oncology unit collaborates with the pharmacy laboratory, whose capacity depends on D pharmacist technicians (d = 1, …, D) in charge of the drug preparation. Every day, a number of P patients (p = 1, …, P) need to be scheduled to receive oncology therapy. A referee oncologist assists the patient during the whole therapeutic path, in accordance with the care protocol [29]. Hence, the long/medium-term appointment-planning phase is managed by the referee oncologist, who decides upon the days any patient undergoes the therapy. For that reason, the set of patients to be treated every day is known a priori.
The sequence of steps that a patient encounters during the treatment day are the following. Once the patient arrives at the oncology department, he/she is registered in a welcome room. The patient waits until the referee oncologist becomes available. If the oncologist is available, the medical consultation starts and a decision on the chemotherapy is taken based on the health status of the patient and the blood tests executed the day before by the patient in the same hospital or an external laboratory. Therefore, there exists a deferral probability [25,30] that the patient p is not ready to receive the chemotherapy on the same day. In case the medical consultation is successful, the referee oncologist sends a request (i.e., a prescription) to the pharmacy, which includes the type and dose of the drug [31]. Once the prescription for the therapy arrives at the pharmacy, the pharmacist technicians can start the drug preparation. The pharmacy gathers the ready therapies in batches and makes use of a courier service to send the batches to the oncology department. Finally, once the drug arrives at the oncology center and both a nurse and a chair are available, the patient starts the treatment. After the therapy infusion is completed, the patient is discharged from the oncology ward.
Additionally, to thoroughly describe the problem under investigation regarding the ward we observed, the following assumptions, which are common to several literary contributions [2,25,26,32], can be summarized as follows:
  • The number of patients to be treated on a given day is known in advance as it arises from the planning phase, conforming to the patient care protocol decided by the oncologists;
  • Each patient is assigned to a referee oncologist for the medical consultation;
  • Cancellations and no-shows at the consultation session are disregarded;
  • The desk registration time is negligible;
  • The results of blood exams are immediately available for medical consultation since the exams are executed by the patient in the previous days;
  • Drug preparation devices never break down;
  • Each pharmacist technician can prepare a therapy at a time;
  • Pre-emption on the different activities is not allowed;
  • Nurses have identical skills, i.e., each patient can be treated by any available nurse;
  • Each nurse can prepare only one patient at a time;
  • A nurse can monitor four patients simultaneously at most;
  • The time any patient needs to leave the chair is negligible.
To model the uncertainties of the problem, the Sample Average Approximation framework was adopted [33]. This consists of generating a finite number of scenarios Ω in which stochastic parameters are independently sampled from the corresponding stochastic distributions, while deterministic parameters are kept unchanged for each scenario ω (ω = 1, ..., Ω). Six distinct sources of uncertainty characterize the problem under investigation: (i) the medical consultation time D c p ω ; (ii) the drug preparation time D t p ω ; (iii) the batch transportation time T D b ω ; (iv) the set-up time D s p ω ; (v) the treatment time D i p ω ; (vi) the deferral probability λ   p ω   , i.e., a patient p at scenario ω is deferred. In particular, λ   p ω   is derived from U   [ 0 ,   1 ] . If λ   p ω is lower than or equal to λ ¯ , that is the experimental value arising from the experimental observation, the patient is deferred, otherwise, she/he can undergo the treatment:
δ p ω = 1 0     i f   λ   p ω     λ ¯   o t h e r w i s e
The objective is to minimize the patient waiting time over the provided time horizon, which consists of one working day. The waiting time is the time in which the patient has to wait for:
  • The referee oncologist being available for the medical consultation;
  • The therapy being prepared by the pharmacy and delivered to the oncology unit;
  • A chair being available for the chemotherapy treatment;
  • A nurse being available to start the set-up operations and monitor the therapy infusion.
In order to minimize the patient waiting time, the total flow time hereinafter denoted as F, is used as the objective function. F is the total time spent by the patient in the oncology unit. It consists of the sum of the overall waiting time and the time needed for the medical consultation and treatment. Since these latter intervals of time depend on stochastic distributions of input data and then remain unchanged during the simulation, the minimization of the total flow time F directly implies the reduction of the total patient waiting time [2,34,35]. F can be calculated as follows:
F   = p = 1 P ( C p   S c p )
where C p is the treatment completion time of the patient p and S c p is the consultation starting time. The stochastic counterpart of the total flow time is the expected total flow time E(F), which depends on the set of scenarios Ω (ω = 1 ,..., Ω), as follows:
E ( F )   = 1 Ω ω = 1 Ω F ( ω )

3. The Hybrid Harmony Search

The COS problem can be considered a hybrid flow shop problem, which is NP-hard in the strong sense, even when there are two resources at the first stage [36]. As a result, only very small-sized instances can be optimally solved with reasonable computational time. Moreover, due to the stochastic configuration of the problem at hand, the computational time required to solve an instance dramatically increases with the number of scenarios [10,37]. As a result, either heuristic or metaheuristic algorithms are needed to solve the problem in a reasonable computational time [38].
A hybrid Harmony Search (HS) algorithm, which belongs to the class metaheuristic algorithms motivated by music harmony, is proposed here. HS is an effective and efficient evolutionary technique able to solve different kinds of engineering problems [39], which showed better performance than other well-known optimization methods [40]. Several research contributions also demonstrated that the evolutionary mechanism of HS is faster than genetic algorithms [41,42].
A harmony solution consists of an n-dimensional real-coded vector. Let us suppose a single harmony is denoted as x = ( x 1 , , x j , , x n ) such that each variable is defined in the domain [ L B j , U B j ] ℝ and f(x) is the related objective function value. Since the healthcare scheduling problem under investigation can be classified as a combinatorial issue, each real-coded solution has to be converted into a sequence of patients. To this end, we employed a well-known mechanism based on the smallest position value (SPV) rule [43], which allows for converting any real-valued harmony vector into a discrete job permutation. In brief, such a rule, which works by employing a sorting procedure, enables the algorithm to switch from a conventional scheme to a discrete one. For example, Table 2 shows a generic real-encoded harmony x corresponding to the permutation solution π = {7-6-2-1-8-4-3-5} after the SPV conversion is executed.
The computational procedure of HS is explicated by the pseudo-code in Algorithm 1. A preliminary initialization phase is needed to set the initial values of three control parameters, i.e., the harmony memory consideration rate (HMCR), the pitch adjustment (PAR) and the bandwidth (BW). Then, a set of randomly generated solutions (harmonies) are stored in the Harmony Memory (HM). The number of the harmony solutions contained in HM is denoted as harmony memory size (HMS). The generation of the initial population (i.e., the initial HM) may assume a strategic role in the searchability of an evolutionary algorithm. To enhance the quality of the initial HM, two harmonies are replaced by two well-known heuristics, namely Short Processing Time (SPT) and Long Processing Time (LPT), which consider only the treatment times.
Algorithm 1 Harmony Search
1:Step 1:Initialization and setting of control parameters, namely HMS, HMCR,
2:PAR, BW,   ( L B j , U B j )     j = 1 ,   ,   n ; iter = 0;
3:Step 2:Generate the initial population, i.e., the HM, and calculate the objective
4:function of each harmony vector.
5:Step 3: Improvise   a   new   harmony   x n e w as follows:
6:for i = 1: HMS
7:for j = 1: n
8:if rand < HMCR
9: x i j n e w = x a j where a (1, …, HMS)
10:if rand < PAR
11: x i j n e w = x i j n e w ±   rand   ·   BW
12:end
13:else
14: x i j n e w = L B j + rand   ·   ( U B j     L B j )
15:end
16:end
17:end
18:Step 4: Compute   the   objective   function   f x n e w ). Update evals and iter.
19:Step 5: Update   HM   by   x worst     x new if f( x new ) < f( x worst )
20:Step 6:if the exit criterion is satisfied
21: Stop   the   algorithm ;   Return   x best and f( x best )
22:else
23:Goto Step 3
24: end
After the initial HM is created, the decoding procedure is employed by the Harmony Search for evaluating the HM (see Section 3.3). A variable evals is updated to record the number of evaluations carried out by the algorithm. Then, a new harmony vector x new is stochastically generated. If the new candidate harmony performs better than the worst one x worst in the HM, the latter is replaced by the new one. In this fashion, the harmony memory is constantly updated. A variable iter is used to record the number of improvisations. To boost the searchability of the proposed metaheuristic, two computational techniques were embedded into the HS structure, denoted as Local Search and Reinitialization, properly described in the following subsections. Finally, the HS algorithm stops once one of the termination criteria is satisfied. We decided to implement two triggers, the former being the maximum number of evaluations (Max_ev), the latter depending on the maximum computational time (Max_ct).

3.1. Local Seach

In the local search, at each iteration, a harmony x r is randomly extracted from the current harmony memory, thus working as starting seed of this procedure. Two well-known perturbation methods, namely insertion and swap, are applied to the seed according to an adaptive probability equal to 1 − [(iter/Max_iter)], where Max_iter is equal to (P∙1000)/HMS. In brief, with the insertion method being more explorative than swap, it has a higher probability to be used at the early stages of the evolutionary path. Insertion consists of randomly selecting a digit and inserting that into a random position of the harmony vector. Swap means to exchange two randomly selected digits of the harmony vector. If the perturbed harmony x s performs better than the original one, the seed is replaced. The local search is outlined in Algorithm 2. Moreover, if the new harmony improves the best solution achieved so far, the new local optimum is updated and the worst solution of the harmony memory is replaced by the new best solution properly reinitialized.
Algorithm 2 Local Search
1:Step 1: Randomly   select   a   harmony   in   the   current   HM :   x r |r   int(U [1,HMS])
2:Step 2:flag_impr = 0
3:Step 3:for q = 1 : n
4:if   rand   < 1 − (iter/Max_iter)
5: x s    insertion( x r )
6:else
7: x s    swap( x r )
8:end
9:if   f x s ) < f( x r )
10: x r     x s ; f( x r )  f( x s )
11:if   f x s ) < F best
12:flag_impr = 1
13: x best     x s ; f( x best )  f( x s )
14: x s *   reinitialize( x s )
15: x worst     x s *
16: F worst    f( x s )
17:end
18:end
19: end

3.2. Reinitialization

Reinitialization is a novel strategy we propose to enhance the exploration ability of HS. Once a reference harmony is selected, it generates a random harmony and rearranges the digits so that the SPV rule yields the same permutation solution of the reference harmony. Regardless of whether the local search does not yield any improvement in the local optimum, the whole harmony memory is reinitialized. The reinitialization strategy aims at regenerating the information stored in each harmony vector; thus, reinitializing the current HM would reduce the risk of remaining prematurely trapped into a local optimum. Every permutation solution obtained by applying the SPV rule to the real encoded vector just depends on the sorted information and not on the specific values assumed by each digit. Hence, similarly to a well-known restart mechanism often embedded in the metaheuristic algorithms [44], reinitialization would allow the algorithm to improve the exploration ability over the space of solutions. For the sake of clarity, the reinitialization procedure is reported in Algorithm 3. Table 3 clarifies how a reference harmony x can be reinitialized by x rein , which in turn is obtained by sorting the information of a new randomly generated vector x r .
Algorithm 3 Harmony Reinitialization
1:Step 1:Select a harmony x
2:Step 2:Generate the corresponding permutation harmony by applying SPV on x:[~,   x perm ] = sort(x)
3:Step 3:Generate a random harmony x r
4:Step 4:Sort x r values: x r _ sort = sort( x r )
5:Step 5:Sort x r values through: x perm : x rein ( x perm ) = x r _ sort
6:Step 6:Reinitialize the harmony: x   x rein

3.3. Decoding Procedure

Any metaheuristic algorithm generates several candidate solutions for the problem under investigation to identify the best near-optimal solution. In the case of the COS problem, any solution is represented by a permutation sequence of patients π to be processed for every scenario ω. Consequently, a decoding procedure is needed to evaluate the expected total flow time associated with π . The decoding procedure for the multi-stage COS problem at hand entails two distinct phases: the Early-Start (ES) scheduling and the Late-Start (LS) scheduling. The former follows a regular scheduling strategy; every patient preliminarily assigned to a specific oncologist starts the visit as early as possible, when his/her referee oncologist is available for the medical consultation. Once all patients have been processed at the consultation stage, the First Come First Served (FCFS) policy is applied to schedule drug preparations at the pharmacy stage and again the patients at the treatment stage, conforming to the delivery time of the drugs arranged in batches. The latter phase aims to reduce patient waiting time. The LS approach works by adjusting the ES schedule based on a backward rule. In brief, the activities scheduled at the treatment stage remain the same while, going backward from the drug preparation to the consultation stage, the related operations are shifted as much as possible ahead, conforming to the provided constraints. As a result, the starting time of the medical consultation for some patients can be postponed, thereby favoring a consequent reduction of the total flow time for each scenario. At the same time, the chemotherapy outpatient schedule is generated by matching the consultation starting time with the patient arrival times. Finally, the expected total flow time E(F) can be computed by considering the single flow time contributions of each scenario ω (see Equation (3)).

4. Numerical Experiments and Analysis of Results

To prove the effectiveness of the proposed HS in solving the COS problem under investigation, several data sets of numerical instances were generated. We considered three classes of problems at varying problem sizes, namely small (P = 15), medium (P = 40) and large (P = 70). For each of them, a Design of Experiments (DOE) was performed by involving four factors (i.e., number of oncologists O, number of chairs C, drug batch size CAP) and the interval of the uniform distribution related to the batch delivery time U(TD) varied at two levels, low (L) and high (H), respectively. Hence, a total amount 2 4 = 16 configurations for each class of problem were considered. Since ten instances were randomly generated for each configuration, 3   · 16   · 10 = 480 runs were executed.
Table 4 reports the different factors/levels, whose values are fixed based on the benchmark problems addressed in the literature so far (please see [11,16,23,25,30,35,45] among others). Indeed, since both the drug transportation- and the batch size-related issues have never been investigated in the literature so far, their values were set based on a brief survey involving the medical staff. The number of nurses N was set by considering that the ratio N/C is usually fixed to 1/4 to respect the assumption that one nurse can monitor at most four patients simultaneously [2,6]. Finally, to balance the pharmacy capability on the problem size, a different number of pharmacist technicians D = {1,2,3} was assigned to each class of problems, respectively.
Due to the stochastic feature of the proposed COS problem, the number of scenarios Ω to evaluate any candidate solution was set to 300. The stochastic parameters of the COS problem under investigation were set as follows. At each scenario ω, every patient p was randomly assigned to a referee oncologist Op p . The medical consultation time Dc p ω of patient p at scenario ω depends on an N(22.83, 3.19) normal distribution. The deferral coefficient δ   p ω of patient p at scenario ω arises from λ   p ω     U   [ 0 ,   1 ] with λ ¯ equal to 0.20 [25]. The drug preparation time Dt   p ω was extracted from an uniform distribution U(3, 7). The delivery time TD b ω of batch b at scenario ω was also derived from a uniform distribution as in Table 4. The set-up time Ds p ω of patient p at scenario ω was derived from U(5, 15). Finally, the treatment time Di p ω was drawn from a gamma distribution Γ(1.9, 52.37).
The type of statistical distribution mentioned above refers to the results of an extensive time study carried out in a chemotherapy unit located in Southern Italy. Each metaheuristic algorithm was coded in Matlab®R2021b and executed on a 4GB RAM-2 processors virtual machine embedded on a workstation equipped with an INTEL i9-9900 3.6 GHz 10 core CPU, 32Gb DDR4 2,666MHz RAM and Win 10 PRO OS. The exit criteria were set based on preliminary tests as follows: Max_ev = 3000 and Max_ct = 300 s for P = 15; Max_ev = 9000 and Max_ct = 1000 s for P = 40; Max_ev = 9000 and Max_ct = 2500 s for P = 70.
Although the expected total flow time E(F) was the objective function of the COS problem under investigation, the Relative Percentage Deviation (RPD) function was handled to compare the results obtained by the tested optimization techniques.
RPD = ALG sol   BEST sol BEST sol · 100
where ALG sol is the E(F) value achieved by a certain algorithm, while BEST sol is the best-expected solution achieved by the algorithms related to the same instance.
This section deals with the numerical analyses we performed to demonstrate the ability of the proposed HS in solving the stochastic COS problem. First, a preliminary computational analysis to calibrate the control parameters of HS was carried out. Since the proposed metaheuristics employ both a set of heuristics for improving the initial population and a specific local search during the evolutionary path, their effect on the quality of solutions was tested. Finally, an extended comparative campaign was employed for assessing the effectiveness of the tested metaheuristic algorithm in the COS problem.

4.1. Calibration of the Hybrid Harmony Search

The effectiveness of any metaheuristic algorithm strongly depends on the values assigned to control parameters, which should assure a suitable balance between exploration and exploitation. To this end, this section aims to calibrate the hybrid HS. Conforming to the seminal paper of [46] and after a series of trial-and-error tests, we set the HMS to 60. The rest of the control parameters, namely HMCR, PAR and BW, were varied at three levels, as reported in Table 5, and a full factorial plan was engaged to select the most suitable control parameters. For each configuration and each class of problems, three instances were randomly generated based on the full-factorial DOE in Table 4.
To sum up, 3 3 ·   3   ·   3 = 243 runs were executed for calibration purposes and the RPD measure was adopted as the response variable. For the sake of brevity, the outputs from the ANOVA analysis, whose related model result was significant with a p-value = 0.000, were omitted, while the main effects plot is depicted in Figure 1. The selected values are as follows: HMCR = 0.90; PAR = 0.20; BW = 0.10.

4.2. Comparing Different Variants of HS

To support the choice of the proposed algorithm, three alternative configurations of HS were compared with the proposed metaheuristic. A benchmark of 15 instances involving three classes of problems and based on a full factorial experimental plan, as in Table 4, was engaged. The first configuration, denoted by HS_NH, consists of the HS with no heuristic solutions in the initial population. In the second variant of HS, named HS_NL, the local search is disabled, while in the last algorithm, denoted as HS_NHL, both heuristic solutions and local search are excluded.
Table 6 compares the different algorithms in terms of RPD for each instance. Moreover, regardless of the problem size, the global median on the RPDs ( RPD med ) and the maximum RPD ( RPD max ) are reported. As the reader can notice, the positive effect of heuristic solutions on the initial population is quite weak. On the other hand, the local search significantly affects the quality of solutions. However, the bold values in Table 6 confirm the outperformance of hybrid HS with respect to the rest of the competitors and justify the use of heuristic solutions in the initial population and the local search as well.

4.3. Extended Comparison Campaign

The two different metaheuristics, i.e., hybrid HS and GRASP, were compared based on a newly generated full factorial experimental plan, as indicated in Table 4. To sum up, three classes of problems at varying Ps were considered, each one involving 16-factor configurations and 10 numerical instances that were randomly generated. Hence, 480 runs were elaborated by each algorithm. For each class of problem, Table 7 reports the median RPD values for each configuration, computed over the provided 10 instances, each one entailing 300 scenarios.
The numerical outputs reveal the outperformance of HS over the GRASP algorithm. The minimum RPD values for each configuration are highlighted in bold and all of them are in the HS-related column. Regardless of the problem configurations, the median RPD ( RPD med ) and the maximum RPD ( RPD max ) support the primacy of HS over the GRASP algorithm. Looking at the RPD max values it is clear that the GRASP technique worsens as the complexity of the problem rises.
Finally, the HS algorithm was compared with the LPT rule, which is the strategy adopted by the staff of the oncology unit under investigation. A total of 20 instances, based on the real-life parameter values, were used to compare the LPT rule and HS algorithm. Table 8 shows the results in terms of RPDs. The experiments demonstrate that the HS algorithm outperforms the LPT by approximately 7% on the average RPD ( RPD ave ). These results are consistent with the comparison between the metaheuristic algorithm and the LPT method shown in the work of Garaix et al. [25].

5. Conclusions

5.1. Final Discussion

In this research, the same-day offline stochastic chemotherapy outpatient appointment scheduling problem, inspired by a real-world oncology department, was investigated. Differently from the rest of the literature on this topic, we stochastically modeled all the stages provided by the chemotherapy process and, in addition, several sources of uncertainty (e.g., deferrals and medical consultation times) were taken into account. Particularly, since the pharmacy is located far away from the treatment unit, we considered the real-life scenario in which a drug delivery service is a time-consuming task needed to take the therapies to the ward.
A stochastic scheduling approach was adopted to cope with the uncertainty of the problem. Since the problem under investigation can be assimilated into a hybrid flow shop scheduling problem with resource-related constraints, several idle times may occur among the stages. Therefore, to improve the quality of any appointment schedule, we implemented an LS scheduling strategy in the decoding algorithm for the minimization of the objective function, i.e., the expected total flow time.
The outpatient scheduling problem is extensively studied in the literature and most authors used mathematical programming applied to relaxed models for the generation of optimal solutions. Since the problem under investigation is NP-hard in the strong sense, we developed a hybrid Harmony Search named HS. To demonstrate both the efficacy and efficiency of the proposed metaheuristic, a comparative analysis involving a GRASP algorithm from the relevant literature on the same topic was carried out.
The analysis pointed out the effectiveness of the proposed hybrid HS algorithm. There are no instances in which the GRASP algorithm can perform better than HS. Since the GRASP algorithm works by successive constructions of a greedy randomized solution, which in turn is improved by a semi-greedy constructive procedure, the time required to build a solution is considerably high. Therefore, the weakness of GRASP in comparison with the other techniques can be mostly explained by the lower number of solutions it evaluates within Max_ct. In fact, the HS algorithm is able to perform almost 5000 evaluations more than GRASP in 2500 s.
The quality of the solutions assured by the hybrid HS, as well as its computational efficiency, was tested by the staff of the chemotherapy clinic, which decided to replace the LPT appointment strategy adopted so far with the proposed hybrid metaheuristic approach.
The numerical results demonstrate that the use of the proposed outpatient scheduling method may positively affect oncology units as follows:
  • The proposed method, which combines efficacy and computational efficiency, assures a significant improvement in terms of total flow time with respect to the LPT rule, which in turn is a scheduling strategy commonly adopted by healthcare managers;
  • From an economic viewpoint, solutions obtained by the hybrid HS allow for reducing the clinics’ idle time and the number of patients treated in a day as well;
  • Considering the patient's perspective, the proposed method yields a significant reduction in patient waiting time and on a global service level as well.

5.2. Limitations and Directions for Future Research

The present paper is characterized by assumptions that can be removed in future research. Firstly, one of the main assumptions is related to blood exams. In this paper, the patient executes the blood draw in the previous days, and then the results are immediately available for medical consultation. However, there are oncology units that manage the blood draws on the same day of the medical consultation and chemotherapy treatment. Therefore, in future research, the proposed scheduling approach may be tested in four-stage oncology units, wherein the durations of the blood exams and the related resources are considered.
Moreover, the hybrid HS was tested in a same-day oncology unit. It would be interesting to assess the effectiveness of this methodology in next-day oncology units, in which medical consultations and chemotherapy treatments are provided on different days.
Alternative metaheuristic algorithms, a multi-objective approach involving more objective functions or further constraints on the system modeling could be considered as new opportunities for future research in the chemotherapy outpatient scheduling topic. In particular, the reduction of overtime may be considered a new objective function of the problem. Finally, it could be valuable to separately evaluate the waiting time for therapy preparation, chair and nurse availability and their impact on the total flow time.

Author Contributions

Conceptualization, A.C., S.F. and V.P.; methodology, R.R.C., A.C. and S.F.; software, R.R.C., A.C.; validation, R.R.C., A.C. and S.F.; formal analysis, R.R.C., A.C. and S.F.; investigation, R.R.C., A.C., S.F. and V.P.; resources, A.C., S.F. and V.P.; data curation, R.R.C., A.C. and S.F.; writing—original draft preparation, R.R.C., A.C. and S.F.; writing—review and editing, R.R.C., A.C. and S.F.; visualization, A.C., S.F. and V.P.; supervision, A.C., S.F. and V.P.; project administration, A.C., S.F. and V.P.; funding acquisition, S.F. and V.P. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Azienda Ospedaliero Universitaria Policlinico Vittorio Emanuele Catania [59762022008]; Università di Catania [PIACERI 2020/22–GOSPEL/59722022261].

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Gupta, D.; Denton, B. Appointment scheduling in health care: Challenges and opportunities. IIE Trans. 2008, 40, 800–819. [Google Scholar] [CrossRef]
  2. Hesaraki, A.F.; Dellaert, N.P.; de Kok, T. Generating outpatient chemotherapy appointment templates with balanced flowtime and makespan. Eur. J. Oper. Res. 2019, 275, 304–318. [Google Scholar] [CrossRef]
  3. Sevinc, S.; Sanli, U.A.; Goker, E. Algorithms for scheduling of chemotherapy plans. Comput. Biol. Med. 2013, 43, 2103–2109. [Google Scholar] [CrossRef] [PubMed]
  4. Liu, N.; Van De Ven, P.M.; Zhang, B. Managing appointment booking under customer choices. Manag. Sci. 2019, 65, 4280–4298. [Google Scholar] [CrossRef] [Green Version]
  5. Lau, P.K.; Watson, M.J.; Hasani, A. Patients prefer chemotherapy on the same day as their medical oncology outpatient appointment. J. Oncol. Pract. 2014, 10, e380–e384. [Google Scholar] [CrossRef]
  6. Benzaid, M.; Lahrichi, N.; Rousseau, L.M. Chemotherapy appointment scheduling and daily outpatient–nurse assignment. Health Care Manag. Sci. 2020, 23, 34–50. [Google Scholar] [CrossRef]
  7. Dobish, R. Next-day chemotherapy scheduling: A multidisciplinary approach to solving workload issues in a tertiary oncology center. J. Oncol. Pharm. Pract. 2003, 9, 37–42. [Google Scholar] [CrossRef]
  8. Edwards, L.; Hermis, K.; LeGette, C.R.; Lujan, L.A.; Scarlett, C. Acuity-Based Scheduling: Outcomes in Ambulatory Oncology Centers. Clin. J. Oncol. Nurs. 2017, 21, 250–253. [Google Scholar] [CrossRef]
  9. Sadki, A.; Xie, X.; Chauvin, F. Appointment scheduling of oncology outpatients. In Proceedings of the 2011 IEEE International Conference on Automation Science and Engineering, Trieste, Italy, 24–27 August 2011. [Google Scholar] [CrossRef]
  10. Turkcan, A.; Zeng, B.; Lawley, M. Chemotherapy operations planning and scheduling. IIE Trans. Healthc. Syst. Eng. 2012, 2, 31–49. [Google Scholar] [CrossRef]
  11. Heshmat, M.; Nakata, K.; Eltawil, A. Modified formulation for the appointment scheduling problem of outpatient chemotherapy departments. In Proceedings of the 2017 4th International Conference on Industrial Engineering and Applications (ICIEA), Nagoya, Japan, 21–23 April 2017. [Google Scholar] [CrossRef]
  12. Condotta, A.; Shakhlevich, N.V. Scheduling patient appointments via multilevel template: A case study in chemotherapy. Oper. Res. Health Care 2014, 3, 129–144. [Google Scholar] [CrossRef] [Green Version]
  13. Liang, B.; Turkcan, A.; Ceyhan, M.E.; Stuart, K. Improvement of chemotherapy patient flow and scheduling in an outpatient oncology clinic. Int. J. Prod. Res. 2015, 53, 7177–7190. [Google Scholar] [CrossRef]
  14. Liang, B.; Turkcan, A. Acuity-based nurse assignment and patient scheduling in oncology clinics. Health Care Manag. Sci. 2016, 19, 207–226. [Google Scholar] [CrossRef] [PubMed]
  15. Bouras, A.; Masmoudi, M.; Saadani, N.E.H.; Bahroun, Z. A three-stage appointment scheduling for an outpatient chemotherapy unit using integer programming. In Proceedings of the 2017 4th International Conference on Control, Decision and Information Technologies (CoDIT), Barcelona, Spain, 5–7 April 2017. [Google Scholar] [CrossRef]
  16. Heshmat, M.; Nakata, K.; Eltawil, A. Solving the patient appointment scheduling problem in outpatient chemotherapy clinics using clustering and mathematical programming. Comput. Ind. Eng. 2018, 124, 347–358. [Google Scholar] [CrossRef]
  17. Huggins, A.; Claudio, D. A mental workload based patient scheduling model for a Cancer Clinic. Oper. Res. Health Care 2019, 20, 56–65. [Google Scholar] [CrossRef]
  18. Hahn-Goldberg, S.; Carter, M.W.; Beck, J.C.; Trudeau, M.; Sousa, P.; Beattie, K. Dynamic optimization of chemotherapy outpatient scheduling with uncertainty. Health Care Manag. Sci. 2014, 17, 379–392. [Google Scholar] [CrossRef] [PubMed]
  19. Huang, Y.L.; Bach, S.M.; Looker, S.A. Chemotherapy scheduling template development using an optimization approach. Int. J. Health Care Qual. Assur. 2019, 32, 59–70. [Google Scholar] [CrossRef]
  20. van den Broek d’Obrenan, A.; Ridder, A.; Roubos, D.; Stougie, L. Minimizing bed occupancy variance by scheduling patients under uncertainty. Eur. J. Oper. Res. 2020, 286, 336–349. [Google Scholar] [CrossRef]
  21. Marchesi, J.F.; Hamacher, S.; Fleck, J.L. A stochastic programming approach to the physician staffing and scheduling problem. Comput. Ind. Eng. 2020, 142, 106281. [Google Scholar] [CrossRef]
  22. Alvarado, M.; Ntaimo, L. Chemotherapy appointment scheduling under uncertainty using mean-risk stochastic integer programming. Health Care Manag. Sci. 2018, 21, 87–104. [Google Scholar] [CrossRef]
  23. Castaing, J.; Cohn, A.; Denton, B.T.; Weizer, A. A stochastic programming approach to reduce patient wait times and overtime in an outpatient infusion center. IIE Trans. Healthc. Syst. Eng. 2016, 6, 111–125. [Google Scholar] [CrossRef]
  24. Mandelbaum, A.; Momčilović, P.; Trichakis, N.; Kadish, S.; Leib, R.; Bunnell, C.A. Data-driven appointment-scheduling under uncertainty: The case of an infusion unit in a cancer center. Manag. Sci. 2020, 66, 243–270. [Google Scholar] [CrossRef]
  25. Garaix, T.; Rostami, S.; Xie, X. Daily outpatient chemotherapy appointment scheduling with random deferrals. Flex. Serv. Manuf. J. 2020, 32, 129–153. [Google Scholar] [CrossRef] [Green Version]
  26. Demir, N.B.; Gul, S.; Çelik, M. A stochastic programming approach for chemotherapy appointment scheduling. Nav. Res. Logist. (NRL) 2021, 68, 112–133. [Google Scholar] [CrossRef]
  27. Corsini, R.R.; Costa, A.; Fichera, S. Comparing production control policies in two-product supply chain dynamics. In Proceedings of the 2021 IEEE 17th International Conference on Automation Science and Engineering (CASE), Lyon, France, 23–27 August 2021. [Google Scholar] [CrossRef]
  28. Corsini, R.R.; Fichera, S.; Costa, A. Assessing the Effect of a Novel Production Control Policy on a Two-Product, Failure-Prone Manufacturing/Distribution Scenario. In Selected Topics in Manufacturing; Springer: Cham, Switzerland, 2022; pp. 1–20. [Google Scholar] [CrossRef]
  29. Corsini, R.R.; Costa, A.; Fichera, S.; Pluchino, A.; Parrinello, V. System Design of Outpatient Chemotherapy Oncology Departments through Simulation and Design of Experiments. Available online: https://www.tandfonline.com/doi/citedby/10.1080/17509653.2022.2134223?scroll=top&needAccess=true (accessed on 5 November 2022).
  30. Heshmat, M.; Eltawil, A. Solving operational problems in outpatient chemotherapy clinics using mathematical programming and simulation. Ann. Oper. Res. 2019, 398, 289–306. [Google Scholar] [CrossRef]
  31. Mazier, A.; Billaut, J.C.; Tournamille, J.F. Scheduling preparation of doses for a chemotherapy service. Ann. Oper. Res. 2010, 178, 145–154. [Google Scholar] [CrossRef]
  32. Baril, C.; Gascon, V.; Miller, J.; Bounhol, C. Studying nurse workload and patient waiting time in a hematology-oncology clinic with discrete event simulation. IIE Trans. Healthc. Syst. Eng. 2016, 6, 223–234. [Google Scholar] [CrossRef]
  33. Denton, B.; Viapiano, J.; Vogl, A. Optimization of surgery sequencing and scheduling decisions under uncertainty. Health Care Manag. Sci. 2007, 10, 13–24. [Google Scholar] [CrossRef] [PubMed]
  34. Li, W.; Chai, X. The medical laboratory scheduling for weighted flow-time. J. Comb. Optim. 2019, 37, 83–94. [Google Scholar] [CrossRef]
  35. Corsini, R.R.; Costa, A.; Fichera, S.; Pluchino, A. A Configurable Computer Simulation Model for Reducing Patient Waiting Time in Oncology Departments. Available online: https://www.tandfonline.com/doi/citedby/10.1080/20476965.2022.2030655?scroll=top&needAccess=true (accessed on 5 November 2022).
  36. Gupta, J.N.; Hariri, A.M.A.; Potts, C.N. Scheduling a two-stage hybrid flow shop with parallel machines at the first stage. Ann. Oper. Res. 1997, 69, 171–191. [Google Scholar] [CrossRef]
  37. Birge, J.R.; Louveaux, F. Introduction to Stochastic Programming, 2nd ed.; Springer Science & Business Media: Berlin, Germany, 2011. [Google Scholar]
  38. Costa, A.; Cappadonna, F.A.; Fichera, S. A dual encoding-based meta-heuristic algorithm for solving a constrained hybrid flow shop scheduling problem. Comput. Ind. Eng. 2013, 64, 937–958. [Google Scholar] [CrossRef]
  39. Manjarres, D.; Landa-Torres, I.; Gil-Lopez, S.; Del Ser, J.; Bilbao, M.N.; Salcedo-Sanz, S.; Geem, Z.W. A survey on applications of the harmony search algorithm. Eng. Appl. Artif. Intell. 2013, 26, 1818–1831. [Google Scholar] [CrossRef]
  40. Abdel-Raouf, O.; Metwally, M.A.B. A survey of harmony search algorithm. Int. J. Comput. Appl. 2013, 70, 1–10. [Google Scholar] [CrossRef]
  41. Lee, K.S.; Geem, Z.W.; Lee, S.H.; Bae, K.W. The harmony search heuristic algorithm for discrete structural optimization. Eng. Optim. 2005, 37, 663–684. [Google Scholar] [CrossRef]
  42. Omran, M.G.; Mahdavi, M. Global-best harmony search. Appl. Math. Comput. 2008, 198, 643–656. [Google Scholar] [CrossRef]
  43. Komaki, M.; Sheikh, S.; Teymourian, E. A Hybrid Harmony Search algorithm to minimize total weighted tardiness in the permutation flow shop. In Proceedings of the 2014 IEEE Symposium on Computational Intelligence in Production and Logistics Systems (CIPLS), Orlando, FL, USA, 9–12 December 2014. [Google Scholar] [CrossRef]
  44. Dao, S.D.; Abhary, K.; Marian, R. An innovative framework for designing genetic algorithm structures. Expert Syst. Appl. 2017, 90, 196–208. [Google Scholar] [CrossRef]
  45. Fichera, S.; Costa, A.; Corsini, R.R.; Parrinello, V. Application of lean techniques and simulation to improve efficiency of oncology department. Int. J. Serv. Oper. Manag. 2021, 1–25. [Google Scholar] [CrossRef]
  46. Geem, Z.W.; Kim, J.H.; Loganathan, G.V. A new heuristic optimization algorithm: Harmony search. Simulation 2001, 76, 60–68. [Google Scholar] [CrossRef]
Figure 1. Main effects plot for the calibration of the hybrid Harmony Search.
Figure 1. Main effects plot for the calibration of the hybrid Harmony Search.
Algorithms 15 00424 g001
Table 1. Comparison with the literature.
Table 1. Comparison with the literature.
ReferenceMedical ConsultationScheduling StrategyType of ModelSolving MethodKPILimited ResourcesDrug Transp.
ONPHNU
Alvarado and Ntaimo (2018) [22]Next-dayOfflineStochasticSPWT, WL
Bouras et al. (2017) [15]Same-dayOfflineDeterministicMPWT
Castaing et al. (2016) [23]Next-dayOfflineStochasticSP, HEWT, TCT
Condotta and Shakhlevich (2014) [12]Next-dayOfflineDeterministicMP, TWT, WL
Demir et al. (2021) [10]Same-dayOfflineStochasticSP, HEWT, CU, OT
Dobish (2003) [7]Next-dayOfflineDeterministicTWT, WL
Edwards et al. (2017) [8]Next-dayOfflineDeterministicTCU, P
Garaix et al. (2020) [25]Same-dayOfflineStochasticSP, GRASPM
Hahn-Goldberg et al. (2014) [18]Next-dayOnlineDeterministicCP, DTM
Hesaraki et al. (2019) [2]Same-dayOnlineDeterministicMP, DTFW, M
Heshmat et al. (2017) [11]Next-dayOfflineDeterministicMP, CLTCT
Heshmat et al. (2018) [16]Next-dayOfflineDeterministicMP, CLTCT
Huang et al. (2019) [19]Same-dayOfflineDeterministicCP, TWL
Huggins and Claudio (2019) [17]Next-dayOfflineDeterministicMPP
Liang and Turkcan (2016) [14]Same-dayOfflineDeterministicMPWT, WL, OT
Liang et al. (2015) [13]Same-dayOfflineDeterministicMPWL
Mandelbaum et al. (2020) [24]Same-dayOfflineStochasticIRWT, OT
Sadki et al. (2011) [9]Same-dayOfflineDeterministicLRWT, M
Sevinc et al. (2013) [3]Next-dayOnlineDeterministicHECU
Turkcan et al. (2012) [10]Same-dayOfflineDeterministicMPTCT
This studySame-dayOfflineStochasticHSF
Legend: CL: Clustering; CP: Constraint Programming; CU: Chair Utilization; DT: Dynamic Template; F: Total Flow time; FW: Weighted Flow time; GRASP: Greedy Randomized Adaptive Search Procedure; HE: Heuristics; HS: Hybrid Harmony Search; IR: Infinite-server Relaxation; LR: Lagrangian Relaxation; M: Makespan; MP: Mathematical Programming; OT: Overtime of resources; P: Number of Patients; SP: Stochastic Programming; T: Template; TCT: Total Completion Time; WL: Work Load; WT: Waiting Time.
Table 2. Illustrative example of encoded solution x and permutation solution   π .
Table 2. Illustrative example of encoded solution x and permutation solution   π .
π 12345678
x0.14−0.741.110.982.32−1.54−2.240.78
Table 3. Example of Harmony Reinitialization.
Table 3. Example of Harmony Reinitialization.
VectorsValues
x0.450.62−0.120.33
x perm 3412
x r 0.610.270.82−0.23
x rein 0.610.82−0.230.27
Table 4. Classes of problems and related parameters.
Table 4. Classes of problems and related parameters.
CLASSSmall (P = 15)Medium (P = 40)Large (P = 70)
Factor/LevelsLHLHLH
O234669
C51010151520
CAP242424
U(TD)U [8,12]U [18,22]U [8,12]U [18,22]U [8,12]U [18,22]
Table 5. Experimental plan for the calibration of the hybrid Harmony Search.
Table 5. Experimental plan for the calibration of the hybrid Harmony Search.
FactorDescriptionValues
HMSHM Size60
HMCRHM Consideration Rate0.50, 0.70, 0.90
PARPitch Adjustment Rate0.20, 0.50, 0.80
BWBandwidth0.001, 0.01, 0.10
Table 6. Design of HS: RPD values.
Table 6. Design of HS: RPD values.
InstanceHS [%]HS_NH [%]HS_NL [%]HS_NHL [%]
10.000.000.050.01
20.000.020.020.36
30.030.020.040.00
40.000.000.070.43
50.000.000.040.04
60.000.030.120.13
70.080.000.492.37
80.000.000.180.20
90.000.020.170.14
100.020.000.060.10
110.000.000.806.06
120.000.151.722.51
130.000.000.070.06
140.010.000.310.30
150.000.000.130.55
RPD med 0.010.020.280.88
RPD max 0.080.151.726.06
Table 7. Median RPDs and global indicators to compare HS and GRASP.
Table 7. Median RPDs and global indicators to compare HS and GRASP.
Config./Class and AlgorithmSmallMediumLarge
HSGRASPHSGRASPHSGRASP
10.00%0.13%0.00%0.47%0.00%0.84%
20.00%0.16%0.00%0.55%0.00%1.23%
30.00%0.11%0.00%0.41%0.00%0.23%
40.00%0.29%0.00%0.22%0.00%0.64%
50.00%0.19%0.00%0.55%0.00%0.68%
60.00%0.22%0.00%0.31%0.00%0.39%
70.00%0.22%0.00%0.14%0.00%0.72%
80.00%0.10%0.00%0.36%0.00%0.29%
90.00%0.30%0.00%0.37%0.00%0.33%
100.00%0.12%0.00%0.51%0.00%0.76%
110.00%0.19%0.00%0.18%0.00%0.54%
120.00%0.25%0.00%0.29%0.00%0.88%
130.00%0.18%0.00%0.19%0.00%0.76%
140.00%0.16%0.00%0.36%0.00%0.51%
150.00%0.14%0.00%0.35%0.00%0.28%
160.00%0.11%0.00%0.13%0.00%0.77%
RPD med 0.00%0.18%0.00%0.27%0.00%0.57%
RPD max 0.00%0.30%0.00%0.55%0.00%1.23%
Table 8. Comparison between LPT rule and HS algorithm.
Table 8. Comparison between LPT rule and HS algorithm.
InstanceLPT [%]HS [%]
15.120.00
26.360.00
312.900.00
48.660.00
56.900.00
63.900.00
73.010.00
83.220.00
95.780.00
103.060.00
1111.980.00
1211.270.00
135.690.00
149.840.00
1513.390.00
162.890.00
1710.370.00
185.560.00
194.580.00
204.310.00
RPD ave 6.940.00
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Corsini, R.R.; Costa, A.; Fichera, S.; Parrinello, V. Hybrid Harmony Search for Stochastic Scheduling of Chemotherapy Outpatient Appointments. Algorithms 2022, 15, 424. https://doi.org/10.3390/a15110424

AMA Style

Corsini RR, Costa A, Fichera S, Parrinello V. Hybrid Harmony Search for Stochastic Scheduling of Chemotherapy Outpatient Appointments. Algorithms. 2022; 15(11):424. https://doi.org/10.3390/a15110424

Chicago/Turabian Style

Corsini, Roberto Rosario, Antonio Costa, Sergio Fichera, and Vincenzo Parrinello. 2022. "Hybrid Harmony Search for Stochastic Scheduling of Chemotherapy Outpatient Appointments" Algorithms 15, no. 11: 424. https://doi.org/10.3390/a15110424

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop