Abstract
To solve the vehicle routing problem with simultaneous pickup–delivery and time windows (VRPSDPTW), a sine cosine and firefly perturbed sparrow search algorithm (SFSSA) is presented. Based on the standard sparrow search algorithm, the initial population uses tent chaotic mapping to change the population diversity; then, the discoverer location is updated using the sine cosine fluctuation range of the random weight factor, and finally the global population location is updated using the firefly perturbation strategy. In this study, SFSSA was compared with a genetic algorithm (GA), parallel simulated annealing algorithm (p-SA), discrete cuckoo search algorithm (DCS), and novel mimetic algorithm with efficient local search and extended neighborhood (MATE) adopting improved Solomon’s benchmark test cases. The computational results showed that the proposed SFSSA was able to achieve the current optimal solutions for 100% of the nine small-to-medium instances. For large-scale instances, SFSSA obtained the current optimal solutions for 25 out of 56 instances. The experimental findings demonstrated that SFSSA was an effective method for solving the VRPSPDTW problem.
1. Introduction
In today’s fiercely competitive market environment, in order to manage logistics systems more effectively, enterprises are optimizing strategic and operational decisions. One of the most effective operational decisions is to find the best vehicle routing, which can provide huge potential for reducing logistics costs and improving service levels []. The vehicle routing problem with simultaneous pickup–delivery and time windows (VRPSPDTW) has attracted widespread attention from researchers due to the integration of forward and reverse logistics processes in enterprises []. VRPSPDTW is an important extension of the classic vehicle routing problem (VRP). Simultaneous pickup and delivery (SPD) means that the vehicle not only needs to deliver goods to the customer, but also needs to pick up goods at the customer’s location. For example, the courier needs to not only deliver a package to a customer, but also bring back goods that must be mailed from the customer. The time window (TW) specifies the earliest and latest allowed service start times for each customer. This paper studies a hard time window, and there is no penalty for a breach of contract, that is, when the vehicle arrives earlier than the earliest allowed start of service time, it must wait until the time window opens, and vehicles are not allowed to arrive later than the latest allowed service start time. In VRPSPDTW, the distribution center has some homogeneous or heterogeneous vehicles used to serve customers scattered in different locations. These vehicles first deliver the goods from the distribution center to customers, load packages from the customers, and then return to the distribution center. In this entire process, the vehicle loading capacity limit or the time window limit of the customers and distribution center must be observed.
In solving problems like VRPSPDTW, the difficulty and computational effort will grow exponentially in the face of large volumes of customer data, and the VRPSDPTW problem has been shown to be a typical combinatorial NP-hard problem []. Accurate algorithms are able to find the optimal solution to this problem theoretically, but due to the long solving time and high computer memory requirements in practice, they are only suitable for solving small-customer-scale VRPSPDTW []. In recent years, scholars have focused on designing different heuristic algorithms to find the approximate optimal solution of the problem. Existing studies on VRPSPDTW are shown in Table 1.

Table 1.
Existing studies on VRPSPDTW.
Three conclusions could be drawn about existing research through the literature analysis. Firstly, the most basic constraint is the vehicle load constraint or the distance constraint, and a multi-objective function with a minimum total cost (including distribution, time window, and distance cost) is often set as the optimization method. Secondly, there are relatively few relevant studies at home and abroad on VRPSPDTW, and there is a lack of effective solving algorithms. At present, the vast majority of VRP solving methods are meta-heuristic algorithms. In order to solve similar VRPSPDTW problems and face a large amount of customer data, the swarm intelligent optimization algorithm has some advantages in solving the problem. The majority of the research relies on Wang and Chen’s [] dataset to answer the problem, which is now the only worldwide commonly used test dataset for solving VRPSPDTW. Wang et al. [] were the first to give a solution example for VRPSPDTW. They developed a mathematical model with the primary goal of lowering allocation and driving costs and offered a co-evolutionary genetic algorithm. Its solution algorithm was primarily based on classic heuristic algorithms. Last, none of the known meta-heuristic algorithms in the literature can obtain the optimal solution for all 65 test cases, so scholars are still searching for more stable and efficient algorithms. Scholars have generally focused on designing different heuristic algorithm improvements, such as choosing to use the p-SA, MATE, and ACO-GA. There is less literature on the use of swarm intelligence algorithms. The first proposed swarm intelligence algorithm for solving the VRPSDPTW problem used the cuckoo search (CS) algorithm. In view of this, we proposed the use of the sparrow search algorithm (SSA) to solve the VRPSDPTW problem to extend the research ideas and directions regarding swarm intelligence algorithms.
The SSA achieves positional search by mimicking the foraging and anti-predatory behaviors of sparrows to find the local optimum of the partial NP-hard problem. In this paper, based on the original sparrow search algorithm, a tent chaotic sequence was introduced for the randomly generated sparrow population to rank the initial population. The SCA was introduced for the problematic aspect of the SSA that easily falls into the optimal solution, and a random weight factor was introduced here to balance the global search ability and improve the search ability of the algorithm. The FA perturbation strategy was introduced at the end of the algorithm, which had the advantage of finding the local optimal solution of the problem quickly while avoiding the risk of falling into the local optimal solution []. Currently, the SFSSA has been applied in solving dynamic vehicle path problems []. However, there is still a lot of research space regarding the solution of the VRPSDPTW variant of the problem. The main contributions of this paper are listed below.
From an algorithmic point of view, improvements to several parts of the sparrow search algorithm were proposed in order to enhance the search and merit-seeking capabilities of the original algorithm. Firstly, we introduced tent chaotic mapping in the initial process to improve the diversity of the initial population. Second, we proposed an SCA with random weight factors, VRPSPDTW, to improve the search efficiency at the discoverer position. Thirdly, we introduced a perturbation strategy step VRPSPDTW, which allowed flexibility in finding a more optimal solution without the algorithm falling into an optimal solution. Finally, we fused the improved parts into the SSA framework to propose an improved VRPSPDTW for the sparrow search algorithm.
From an instance perspective, the SFSSA showed excellent algorithmic performance in solving the VRPSPDTW problem based on the available benchmark test cases (Wang and Chen) []. The focus was on the 25 benchmark test cases in which SFSSA found the optimal solution at this stage.
The content of this article is organized as follows. Section 2 describes VRPSPDTW and its mathematical model. Section 3 provides a detailed explanation of the SFSSA. Section 4 compares the performance of the SFSSA with existing algorithms for solving VRPSPDTW. Section 5 draws corresponding conclusions.
2. VRPSPDTW Description and Mathematical Model
2.1. Problem Description
VRPSPDTW is simply characterized as a group of vehicles of the same type moving from the distribution center, servicing their allocated client set, and returning to the distribution center after the service is completed. Each customer’s demand and intended service window are known. The truck picks up the commodities needed by the customer at the distribution center and delivers them within the time frame specified by the customer. Simultaneously, the items are retrieved from the customer’s hands in accordance with the pickup conditions. A single vehicle visits each consumer only once. The aim is to determine how to decide the driving route for each vehicle so that the vehicle can cover all client requests with the fewest vehicles and the lowest driving cost, while meeting limits such as loading capacity and driving distance. Unlike classic VRP issues, this problem considers the pickup and delivery times of each customer point and allows for simultaneous pickup and delivery when arriving at the same customer point. The problem specifically involves a distribution center and a collection of customer points, each of which requires a specific number of goods to be delivered. To execute the delivery and pickup activities, the delivery staff must arrive at the customer location within a particular time range. At the same time, delivery vehicles have capacity constraints, which means that the number of items each vehicle may load is limited. This issue allows for the simultaneous collection and delivery of goods to a client point to improve efficiency.
This problem is defined in this paper as a directed graph , where represents a collection of all nodes, and 0 indicates a distribution center, containing distribution and collection centers. Customers are represented by nodes for distribution and collection. is a set of arcs that represents all of the edges of each node. A plausible delivery route in the directed graph must begin at node 0 and conclude at node . Furthermore, denotes the set of arcs that begin at node , while represents the set of arcs that end at node .
The goal of VRPSPDTW is to meet the needs of customers for pickup and delivery at the lowest possible cost while adhering to the following constraints:
- (1)
- When serving a customer, the unloading duty must be completed first.
- (2)
- Each customer uses just one vehicle for pickup and delivery.
- (3)
- All goods distributed to customers originate in the distribution center, and all goods collected from customers must be returned to the distribution center.
- (4)
- Only one truck can serve each customer, and each truck can only serve one way.
- (5)
- After finishing the task, all vehicles must leave the distribution center and return to the distribution center.
- (6)
- The trucks maintain a constant speed.
- (7)
- Vehicles must adhere to loading capacity, distribution center, and customer time-window limits.
2.2. Parameter Explanation
The following parameters were defined in this study based on the above description of the VRPSPDTW problem, as shown in Table 2.

Table 2.
Symbolic description in mathematical models.
2.3. Model Formulation
Scholars have concentrated on two objective functions in the present research on the VRPSPDTW problem, namely minimizing allocation costs and path costs. This paper’s research objective was also aligned with Wang and Chen’s [] optimization objectives. In summary, the VRPSPDTW model is as follows, based on the above parameter settings:
s.t.
The target function for minimizing the mathematical model’s allocation and driving costs is shown in Formula (1). Each client can only be assigned to one path, according to Formula (2). Formulas (3)–(5) show delivery vehicle , which starts in the distribution center, serves customers, and then returns to the distribution center. Formula (6) represents the flow conservation equation, which means that the delivery vehicle must leave after serving. Formula (7) represents the continuity of travel time for delivery vehicle . Formula (8) indicates that the service time must be within the customer’s left and right time frames, whereas Formula (9) indicates that the vehicle’s departure time from the distribution center must be within the distribution center’s left and right time frames. Formula (10) is for calculating the initial loading capacity. Formula (11) is for calculating the vehicle load after the first service, whereas Formula (12) calculates the vehicle load after any service other than the first. Formula (13) reflects the initial loading capacity of the vehicle at the distribution facility, which must not be greater than its maximum loading capacity. Formula (14) states that after completing any client service on the route, the vehicle’s carrying capacity shall not exceed its maximum loading capacity. Formula (15) represents the range of values for the decision variables.
3. Model Solving
3.1. Sparrow Search Algorithm
The sparrow search algorithm, based on the foraging characteristics and anti-predatory behavior of sparrows, is a new group intelligent optimization algorithm. Compared with other group intelligent optimization algorithms, the SSA has the characteristics of a high search accuracy, fast convergence, and robustness, and has certain advantages in dealing with large-scale optimization problems []. The mathematical model of sparrow population foraging is discoverer-follower-scout []. Individuals with more capable abilities are chosen as discoverers by the sparrow population, while others are followers. Simultaneously, individuals with a strong reconnaissance ability are chosen as scouts from the remaining population. If natural enemies are discovered, these sparrows forego their meal in order to assure individual safety. As a result, each individual sparrow has only one attribute: location, which represents the location where it obtains food. Each sparrow has a clear division of work and the following three behaviors: (1) continuing to hunt for food as a discoverer; (2) following the discoverer in search of food as a follower; and (3) as a scout, giving up food when natural adversaries appear.
Each sparrow’s position in the dimensional solution space is , and its fitness value is .
The following formula is used to update the position of each generation of discoverers:
where denotes the d-dimensional location of the i-th number of individuals in the population’s t-th generation, is a random number in the range , is a random number from the normal distribution, is a uniform random number in the range , and ST is a alert threshold.
The following is the formula for updating the follower’s position:
where indicates the poorest position in the current population, and represents the best position.
In each generation, a number of individuals are chosen at random from the population to execute warning behavior. The update formula is as follows:
where is a random number that follows the standard normal distribution, is a uniform random number in the range , and has an extremely modest value to ensure that the denominator is not unique.
3.2. Tent Chaotic Mapping
Tent chaotic mapping is especially well-suited for populating optimization algorithms, and employing tent chaotic mapping instead of random parameters allows the algorithm to create initial solutions with high variation in the search space []. A high-quality starting population improves the algorithm’s performance in terms of convergence speed and solution correctness. Tent chaotic mapping has also been applied to the salp swarm algorithm to improve its global search mobility for robust global optimization [].
In the basic sparrow search algorithm, the populations are generated by random distribution, and the initial populations are highly randomized, which does not guarantee the quality of the initial solutions. To improve the quality of the initial solutions and increase the population diversity, a random chaotic sequence generated by tent chaotic mapping was introduced to generate the initial sparrow population.
Tent chaotic mapping initialized the sparrow population through the following steps:
Step 1: Determine the value of parameter .
Step 2: Determine the range of the initial value sequence based on the optimization problem’s objective function and generate values at random within that range.
Step 3: Let .
Step 4: Let , which was calculated using Formula (19).
To ensure that the sequence formed by tent chaotic mapping was valid, , and the initial value could not match parameter .
Step 5: Save the sequence and enter the SFSSA’s main loop.
3.3. Improvement of SCA
The sine cosine optimization algorithm (SCA) is a swarm intelligence optimization algorithm with a simple structure and straightforward implementation that has a high generalization power and is applied in a variety of applications. In recent years, the SCA has solved practical problems in combination with other algorithms and achieved some research results, for example, in multi-target dynamic material distribution problems [] and robot path planning problems []. During the process of finding the optimal solution, the SCA uses randomly distributed solutions in the search space of sine and cosine to search for updates in a fast oscillatory manner, and the solution search converges with the sine and cosine oscillations []. The addition of stochastic inertia weights can balance the global convergence ability, make it easier for the algorithm to locate the global optimal solution, keep the algorithm from falling into a local optimum, and increase the search results’ stability.
After one cycle of food search, the discoverer sparrows are each in their own predatory posture in this paper’s algorithm. The revised SCA updated the existing sparrow position at this step to optimize the existing sparrow position. The steps for updating the discoverer sparrow position are as follows.
Step 1: The optimization value of the sparrow was calculated as the sum of the fitness values of the i-th individual sparrow after the last iteration. For each sparrow , the optimization value is as follows:
Step 2: We sorted the individual fitness values of the sparrows.
Step 3: The discoverer sparrow was chosen based on the best ranking value, and the position was updated using Equations (16) and (22). The position of the discoverer sparrow generated by the iteration replication is shown below.
Step 4: We saved each sparrow position before entering the SFSSA loop.
3.4. Disturbance Strategy Stage
The firefly algorithm is a heuristic algorithm inspired by the flickering behavior of fireflies. Through their own luminescence system for mutual attraction, the strength of luminescence becomes a signal to attract other fireflies, so that their weak luminescence weak moves towards the side of strong luminescence []. The firefly algorithm has been applied to solve engineering optimization problems due to its conceptual simplicity, ease of implementation, and good optimization performance [].
The following is the formula for the luminosity and attraction of fireflies:
The SSA updates all existing sparrow positions based on the FA’s luminescence qualities and attraction strength, and the position updating formula for sparrow being attracted to move toward sparrow is as follows:
The remaining part of the population comprises followers, and the follower position was updated by Equation (17); then, the warning individuals were selected based on the proportion, the risk population position was updated by Equation (18), and the new fitness value was calculated. The following are the steps for upgrading the firefly perturbation strategy:
Step 1: The firefly algorithm perturbation strategy was introduced. At this point, the sparrow search individuals in the population were equivalent to the firefly individuals, and the new fitness value was determined using Equation (26) based on the previous iteration’s position.
Step 2: The new fitness value was used as the maximum luminous brightness value of the individual firefly .
Step 3: We determined the search direction of the population by calculating the firefly luminous intensity and attractive intensity using Equations (23) and (24).
Step 4: We updated the population position with the firefly disturbance strategy (Formula (25)) and randomly perturbed the population at its most advantageous position.
Step 5: We determined the population’s fitness value following disruption.
Step 6: We reserved the optimal sparrow population position and started the SFSSA loop.
3.5. SFSSA Step Process
VRPSPDTW is an NP-hard problem, which was solved in this paper using the SFSSA technique. The superiority of the SFSSA in solving emergency material distribution and dynamic vehicle path problems is described in [,]. The SFSSA uses tent chaotic mapping on the basis of the original technique to disturb the initial sparrow population and make it more homogeneous. The SCA method was introduced at the discoverer location to improve the search space area of the ideal solution using the sine and cosine characteristics, as the discoverer needed to identify the optimal food position. Random inertia weights were applied to the SCA to increase the algorithm’s capacity to locate the optimum. Finally, the FA perturbation approach was implemented to disrupt the optimal position of the sparrow population in order to increase the algorithm’s search capabilities. The algorithm’s major steps are as follows:
Step 1: The sparrow population is . We initialized the parameters , , , and and the iteration number.
Step 2: Using tent chaotic mapping, we generated uniformly distributed initial sparrow individuals and then repeated Steps 1–5 from Section 3.2.
Step 3: The algorithm’s main loop computed and compared the fitness value of each sparrow, as well as the current fitness value, to identify the ideal sparrow position, denoted as .
Step 4: To determine the discoverer location, we performed Steps 1–4 from Section 3.3.
Step 5: Taking the position of a follower, if , the position of each individual follower sparrow had to be updated using Formula (17).
Step 6: For the scout position, if , the position of each individual sparrow had to be updated using Formula (18).
Step 7: According to Equations (16)–(18), the positions of the discoverer, follower, and scout sparrows were updated; the fitness value was recalculated; and the current optimal fitness value and the worst fitness value were selected.
Step 8: For the perturbation approach, we performed Steps 1–6 from Section 3.4.
Step 9: We determined whether the algorithm’s termination condition was satisfied and halted the loop if it was; otherwise, we proceeded to Step 3.
Step 10: We returned the global best solution .
4. Algorithm Testing and Analysis
4.1. Basic Test Examples
This paper used the standard international algorithm proposed by Wang and Chen [] in 2012 in order to verify the effectiveness of the SFSSA in solving the VRPSDPTW problem. The algorithm was based on Solomon’s algorithm [] to improve the generated VRPSDPTW problem, which contained nine small- and medium-scale examples (customer sizes 5, 10, and 25, respectively) and 56 large-scale cases (customer size 100). The arithmetic produced six different datasets: Rdp1, Rdp2, Cdp1, Cdp2, RCdp1, and RCdp2. In the test cases Rdp1 and Rdp2, customer locations were randomly dispersed; in the test cases Cdp1 and Cdp2, customer locations were somewhat concentrated; and in the test cases RCdp1 and RCdp2, customer locations were a mixed type of dispersed and concentrated.
4.2. Test Environment
The test set was based on this paper’s experimental operating environment of an 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70 GHz, 16 GB memory, and Windows 11 operating system MATLAB R2020b simulation experimental operating platform. Since the solutions obtained from each run of the algorithm were different, to ensure the accuracy of the algorithm, it was run 20 times independently on each dataset, and the optimal values of the run results were recorded for the comparison of the algorithms’ performance.
4.3. Parameter Setting
The key parameters of the SFSSA are as follows: The discoverers are a group with outstanding ability compared to the whole population, generally making up 10–20% of the population number, so the takes a value of 0.2. The sparrows that are aware of the danger are vigilantes from the whole population and occupy about 10% of the population size, so takes the value of 0.1. ST is the safety threshold, which means that the remaining sparrows are in a safe state, and this parameter takes a value of 0.8. and are the values of the inertia weights; generally takes a value range of and generally takes a value range of . Other parameters of the SFSSA are: the number of populations (NIND = 5000) and the maximum number of iterations (MAXGEN = 100). The other test algorithm parameters are shown in Table 3.

Table 3.
Experimental parameters for testing algorithms.
4.4. Algorithm Comparison
4.4.1. Comparison of Small- and Medium-Scale Calculations
Wang and Chen [] used the CPLEX algorithm and the GA to test the feasibility and effectiveness of the VRPSPDTW problem and assessed the optimal results for nine small and medium-sized cases, including three cases with a customer size of 10, three cases with a customer size of 25, and three cases with a customer size of 50. Based on existing research, comparison experiments were carried out while adhering to vehicle load and time-window limits. In this study, the experimental findings of the SFSSA were compared and analyzed with the best results produced by the GA, p-SA, DCS algorithm, and MATE.
Table 4 displays the example’s experimental outcomes. NV and TD denote the number of delivery vehicles and total delivery paths, respectively, among the five algorithm trial results. The algorithms’ ideal solutions are represented in bold. The NV and TD findings revealed that the SFSSA method, together with the GA and the DCS algorithm, reached the currently known optimal solution while solving small-scale VRPSDPTW issues in this work. As a result, the proposed method’s effectiveness in tackling the problem of small-scale consumers with time windows and simultaneous pickup and delivery was validated.

Table 4.
Comparison of GA, p-SA, DCS, MATE, and SFSSA results (small and medium-sized examples).
4.4.2. Comparison of Large-Scale Examples
In this study, we compared the proposed SFSSA method to existing algorithms for solving VRPSPDTW in the literature, which include the GA [], p-SA [], DCS [], and MATE []. This section’s analysis focused on consumer location distribution using the Solomon algorithm [] as refined by Wang and Chen []. The black bolded numbers represent the best solutions found so far. Table 5 compares the results of the SFSSA to those of other algorithms for the examples of randomly dispersed customer locations (Rdp), moderately concentrated customer locations (Cdp), and mixed dispersed and concentrated customer locations (RCdp).

Table 5.
Comparison of GA, p-SA, DCS, and SFSSA results (large-scale examples).
According to our analysis of the result data in Table 5, the GA achieved 11 better NV values and 4 better TD values than the other algorithms in the instance of Rdp. When compared to the other algorithms, the p-SA method obtained 17 better NV values and 2 better TD values. When compared to the other algorithms, the DCS method obtained 16 better NV values and 2 better TD values. When compared to the other algorithms, the MATE method produced 22 better NV values and 6 better TD values. When compared to the other algorithms, the SFSSA method obtained 12 better NV values and 9 better TD values. When compared to the other algorithms, the ACO-DR method obtained four higher NV values and seven higher TD values. By comparing the overall experimental results of all algorithms, we found that the SFSSA method outperformed the GA, p-SA, DCS, and MATE approaches in solving TD values.
Secondly, in the case of Cdp, the GA obtained 14 better NV values and 9 better TD values than the other algorithms. The p-SA obtained 14 better NV values and 8 better TD values compared to the other algorithms. The DCS algorithm obtained 14 better NV values and 10 better TD values compared to the other algorithms. The MATE method obtained 17 better NV values and 11 better TD values compared to the other algorithms. The SFSSA obtained 15 better NV values and 13 better TD values compared to the other algorithms. According to the results in the table, the GA, DCS, MATE, and SFSSA approaches all obtained the same results in the Cdp2 instance. The SFSSA achieved better results compared to the other algorithms.
Finally, in the case of RCdp, the GA method outperformed the other algorithms in six NV values and four TD values. The p-SA outperformed the other algorithms in 10 NV values and 1 TD value. The DCS algorithm outperformed the other algorithms in 11 NV values and 0 TD values. The MATE algorithm produced 16 NV values and 4 TD values that outperformed the other methods. The SFSSA outperformed the other algorithms in seven NV values and eight TD values. The table findings showed that the SFSSA method had no benefit over the p-SA, DCS algorithm, or MATE in solving NV values. The SFSSA, on the other hand, was a relatively good approach for solving TD values. Overall, the SFSSA outperformed the other algorithms when tackling small and medium-sized VRPSPDTW problems.
In summary, the SFSSA outperformed the other algorithms in addressing VRPSPDTW issues on both a small-to-medium and large scale.
5. Conclusions
The sparrow search algorithm is a swarm intelligence algorithm based on the optimization of the social characteristics of a group, simulating sparrow foraging and anti-predatory behavior by continuously updating individual positions. Compared to traditional algorithms, the sparrow search algorithm has the characteristics of a simple structure, easy implementation, fewer control parameters, and better local search capabilities. This paper investigated VRPSPDTW and designed the SSA for the first time to solve this problem. Based on the standard SSA, the population diversity for the initial population was improved using tent chaotic mapping. The discoverer position was changed using the sine cosine optimization algorithm (SCA) with a random weight factor. Further, the firefly algorithm’s (FA) perturbation approach was employed to update the global population position. By using the SSA to solve all 65 instances of Wang and Chen’s [] improved Solomon example, and comparing the calculation results of the GA, p-SA, DCS, and MATE methods, we found that in the small-to-medium-scale cases, the NV and TD values obtained by the SFSSA were the same as those obtained by the GA and DCS algorithm, and all of the algorithms achieved the current optimal solution. In the large-scale instance, 25 results from the SFSSA reached the current optimal solutions. This demonstrated the effectiveness of the proposed SFSSA in solving the VRPSPDTW problem.
In future research, extensions to the VRPSPDTW problem should be considered.
In this paper, we solved a mathematical model based on that proposed by Wang and Chen, where the vehicle travel speed was a constant variable. In real life, traffic congestion is bound to occur, and the objective function we considered was the minimum cost problem. In the future, the objective function will consider the variable-speed problem, which can be included to form a variable-speed VRPSPDTW problem.
There is currently a strong focus on sustainability and low-carbon issues, and in the future a low-carbon VRPSPDTW problem model could be built by considering vehicle carbon emissions in the target function.
The research on VRPSPDTW problems are all based on the minimum cost as the objective function, the future can be considered to add the objective function of the shortest time and the shortest distance to form a multi-objective VRPSPDTW problem. The VRPSPDTW problem has room for further research regarding the mathematical model proposed by Wang and Chen. Additionally, our proposed SFSSA was not optimal, and there is room for further research on the algorithm, objective function, and test cases of the VRPSPDTW problem.
Author Contributions
Writing—original draft preparation, Z.L. and W.W.; writing—review and editing, J.Z., J.H., J.W., S.L. and Y.S.; supervision, X.R. All authors have read and agreed to the published version of the manuscript.
Funding
This research was funded by the Scientific and Technological Project in Henan Province, grant number 232102211004; the Doctoral Foundation of Henan Polytechnic University, grant number B2021-43; and the Social Science Grand Research of the Hebei Education Department, number ZD202105.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
Conflicts of Interest
The authors declare no conflict of interest.
References
- Wang, C.; Guo, Y.; Liu, C.; Wang, G.M. Vehicle routing problem with simultaneous delivery and pickup problem solving by backtracking search optimization algorithm. Comput. Integ. Manuf. Syst. 2019, 25, 2237–2247. [Google Scholar]
- Wu, H.G.; Gao, Y.L. An ant colony optimization based on local search for the vehicle routing problem with simultaneous pickup–delivery and time window. Appl. Soft Comput. 2023, 139, 110203. [Google Scholar] [CrossRef]
- Lai, M.Y.; Cao, E.B. An improved differential evolution algorithm for vehicle routing problem with simultaneous pickups and deliveries and time window. Eng. Appl. Artif. Intell. 2010, 23, 188–195. [Google Scholar]
- Li, J.; Duan, Y.R.; Hao, L.Y.; Zhang, W.W. Hybrid optimization algorithm for vehicle routing problem with simultaneous delivery-pickup. J. Front. Comput. Sci. Technol. 2022, 16, 1623–1632. [Google Scholar]
- Wang, H.F.; Chen, Y.Y. A genetic algorithm for the simultaneous delivery and pickup problems with time window. Comput. Ind. Eng. 2012, 62, 84–95. [Google Scholar] [CrossRef]
- Wang, C.; Mu, D.; Zhao, F.; Sutherland, J.W. A parallel simulated annealing method for the vehicle routing problem with simultaneous pickup-delivery and time windows. Comput. Ind. Eng. 2015, 83, 111–122. [Google Scholar] [CrossRef]
- Wang, C.; Liu, C.; Mu, D.; Gao, Y. VRPSPDTW problem solving by discrete cuckoo search. Comput. Integ. Manuf. Syst. 2018, 24, 570–582. [Google Scholar]
- Liu, S.C.; Tang, K.; Yao, X. Memetic search for vehicle routing with simultaneous pickup-delivery and time windows. Swarm Evol. Comput. 2021, 66, 100927. [Google Scholar] [CrossRef]
- Wang, J.H.; Zhou, Y.; Wang, Y.; Zhang, J.; Chen, C.L.P.; Zheng, Z.B. Multiobjective vehicle routing problems with simultaneous delivery and pickup and time windows: Formulation, instances, and algorithms. IEEE Trans. Cybern. 2015, 46, 582–594. [Google Scholar] [CrossRef]
- Chaieb, M.; Sassi, D.B. Measuring and evaluating the home health care scheduling problem with simultaneous pick-up and delivery with time window using a Tabu search metaheuristic solution. Appl. Soft Comput. 2021, 113, 107957. [Google Scholar] [CrossRef]
- Zhou, H.; Qin, H.; Zhang, Z.Z.; Li, J.L. Two-echelon vehicle routing problem with time windows and simultaneous pickup and delivery. Soft Comput. 2022, 26, 3345–3360. [Google Scholar] [CrossRef]
- Zakaria, C.; Wajdi, T.; Nathalie, S.; Ilias, M. The Integrated Production-Inventory-Routing Problem with Reverse Logistics and Remanufacturing: A Two-Phase Decomposition Heuristic. Sustainability 2022, 14, 13563. [Google Scholar]
- Liu, X.C.; Wang, D.J.; Yin, Y.Q.; Cheng, T.C.E. Robust optimization for the electric vehicle pickup and delivery problem with time windows and uncertain demands. Comput. Oper. Res. 2023, 151, 106119. [Google Scholar] [CrossRef]
- Agrali, C.; Lee, S. The multi-depot pickup and delivery problem with capacitated electric vehicles, transfers, and time windows. Comput. Ind. Eng. 2023, 179, 109207. [Google Scholar] [CrossRef]
- Santos, M.J.; Jorge, D.; Ramos, T.; Barbosa-Póvoa, A. Green reverse logistics: Exploring the vehicle routing problem with deliveries and pickups. Omega 2023, 118, 102864. [Google Scholar] [CrossRef]
- Zhang, K.; Li, M.; Wang, J.G.; Li, Y.C.; Lin, X. A Two-stage Learning-based method for Large-scale On-demand pickup and delivery services with soft time windows. Transport. Res. C-EMER. 2023, 151, 104122. [Google Scholar] [CrossRef]
- Chen, L.; Ma, H.; Wang, Y.; Li, F. Vehicle Routing Problem for the Simultaneous Pickup and Delivery of Lithium Batteries of Small Power Vehicles under Charging and Swapping Mode. Sustainability 2022, 14, 9883. [Google Scholar] [CrossRef]
- Li, J.; Guo, H.; Zhou, Q.; Yang, B. Vehicle Routing and Scheduling Optimization of Ship Steel Distribution Center under Green Shipbuilding Mode. Sustainability 2019, 11, 4248. [Google Scholar] [CrossRef]
- Ren, X.Y.; Chen, S.; Wang, K.Y.; Tan, J. Design and application of improved sparrow search algorithm based on sine cosine and firefly perturbation. Math. Biosci. Eng. MBE 2022, 19, 11422–11452. [Google Scholar] [CrossRef]
- Ren, X.Y.; Chen, S.; Ren, L.Y. Optimization of regional emergency supplies distribution vehicle route with dynamic real-time demand. Math. Biosci. Eng. MBE 2023, 20, 7487–7518. [Google Scholar] [CrossRef]
- Gu, Q.H.; Jiang, B.J.; Chang, Z.Z.; Li, X.X. An improved sparrow search algorithm for solving large-scale optimization problems. Contr. Decis. 2023, 38, 1960–1968. [Google Scholar]
- Xue, J.K.; Shen, B. A novel swarm intelligence optimization approach: Sparrow search algorithm. Syst. Sci. Control Eng. 2020, 8, 22–34. [Google Scholar] [CrossRef]
- Lv, X.; Mu, X.D.; Zhang, J.; Wang, Z. Chaos sparrow search optimization algorithm. J. Beijing Univ. Aeronau. Astronaut. 2020, 47, 1712–1720. [Google Scholar]
- Tawhid, M.A.; Ibrahim, A.M. Improved salp swarm algorithm combined with chaos. Math. Comput. Simu. 2022, 202, 113–148. [Google Scholar] [CrossRef]
- Wang, M.R.; Ye, C.M.; Peng, D.J. Multi-period dynamic multi-objective emergency material distribution model under uncertain demand. Eng. Appl. Artif. Intel. 2023, 117, 105530. [Google Scholar]
- Paikray, H.K.; Das, P.K.; Panda, S. Optimal multi-robot path planning using particle swarm optimization algorithm improved by sine and cosine algorithms. Arab. J. Sci. Eng. 2021, 46, 3357–3381. [Google Scholar] [CrossRef]
- Rizk-Allah, R.M.; Hassanien, A.E. A comprehensive survey on the sine-cosine optimization algorithm. Artif. Intell. Rev. 2022, 56, 4801–4858. [Google Scholar] [CrossRef]
- Li, J.; Wei, X.Y.; Li, B.; Zeng, Z.G. A survey on firefly algorithms. Neurocomputing 2022, 500, 662–678. [Google Scholar] [CrossRef]
- Zare, M.; Ghasemi, M.; Zahedi, A.; Golalipour, K.; Mohammadi, S.K.; Mirjalili, S.; Abualigah, L. A global best-guided firefly algorithm for engineering problems. J. Bionic Eng. 2023, 1–30. [Google Scholar] [CrossRef]
- Solomon, M.M. Algorithms for the vehicle routing and scheduling problems with time window constraints. Oper. Res. 1987, 35, 254–265. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).