iconOpen Access

ARTICLE

Quantum-Inspired Optimization Algorithm for 3D Multi-Objective Base-Station Deployment in Next-Generation 5G/6G Wireless Network

Yao-Hsin Chou1, Cheng-Yen Hua1, Ru-Wei Tseng1, Shu-Yu Kuo2,*

1 Department of Computer Science and Information Engineering, National Chi Nan University, Puli, 54561, Taiwan
2 Department of Information Management, National Yunlin University of Science and Technology, Douliu, 640, Taiwan

* Corresponding Author: Shu-Yu Kuo. Email: email

(This article belongs to the Special Issue: Heuristic Algorithms for Optimizing Network Technologies: Innovations and Applications)

Computers, Materials & Continua 2026, 87(2), 41 https://doi.org/10.32604/cmc.2025.075705

Abstract

The rapid growth of mobile and Internet of Things (IoT) applications in dense urban environments places stringent demands on future Beyond 5G (B5G) or Beyond 6G (B6G) networks, which must ensure high Quality of Service (QoS) while maintaining cost-efficiency and sustainable deployment. Traditional strategies struggle with complex 3D propagation, building penetration loss, and the balance between coverage and infrastructure cost. To address this challenge, this study presents the first application of a Global-best Guided Quantum-inspired Tabu Search with Quantum-Not Gate (GQTS-QNG) framework for 3D base-station deployment optimization. The problem is formulated as a multi-objective model that simultaneously maximizes coverage and minimizes deployment cost. A binary-to-decimal encoding mechanism is designed to represent discrete placement coordinates and base station types, leveraging a quantum-inspired method to efficiently search and refine solutions within challenging combinatorial environments. Global-best guidance and tabu memory are integrated to strengthen convergence stability and avoid revisiting previously explored solutions. Simulation results across user densities ranging from 1000 to 10,000 show that GQTS-QNG consistently finds deployment configurations achieving full coverage while reducing deployment cost compared with the state-of-the-art algorithms under equal iteration times. Additionally, our method generates well-distributed and structured Pareto fronts, offering diverse planning options that allow operators to flexibly balance cost and performance requirements. These findings demonstrate that GQTS-QNG is a scalable and efficient algorithm for sustainable 3D cellular network deployment in B5G/6G urban scenarios.

Keywords

3D network deployment; quantum-inspired optimization; B5G/6G; multi-objective optimization; coverage; deployment cost; urban wireless planning

1  Introduction

The accelerated evolution of wireless communications and the Internet of Things (IoT) has led to an exponential surge in data traffic. Addressing this capacity demand typically requires a denser deployment of base stations, which raises critical issues concerning network complexity and expensive construction costs. To meet these demands sustainably, next-generation wireless networks, particularly B5G and 6G, must focus on a critical balance between network performance (e.g., QoS, coverage rate [1], and RSSI) and sustainability (e.g., deployment cost, energy efficiency [2], and carbon footprint reduction). This is particularly challenging in dense urban and complex environments where the use of millimeter waves (mm Wave) in 5G/B5G, while offering high data rates, suffers from limited coverage and high susceptibility to interference from buildings. The complexity of these environments necessitates a 3D cellular deployment strategy [3], integrating macro-cells and various types of small cells in an Ultra-Dense Heterogeneous Network (UDHN) architecture [4]. The deployment problem is therefore inherently a Multi-Objective Optimization (MOO) problem, requiring the simultaneous maximization of performance indicators like RSSI and coverage rate, and the minimization of sustainability indicators such as deployment cost. Moreover, real-world constraints, such as the significant penetration loss caused by different building materials and the requirement for wireless backhaul connectivity between small cells and macro cells, must be explicitly considered in the deployment model. Previous metaheuristic algorithms, such as Particle Swarm Optimization (PSO) [5], Genetic Algorithm (GA) [6], and Non-dominated Sorting Genetic Algorithm II (NSGA-II) [7] have been widely applied to solve complex network deployment problems and achieved notable results. However, these algorithms often face significant limitations, like premature convergence in large-scale and high computational complexity.

Therefore, the multi-objective deployment problem necessitates an advanced optimization framework capable of meeting the stringent requirements of UDHN. This framework must offer superior search capability and robust diversity maintenance. Furthermore, it must be adept at balancing exploitation and exploration among base station locations to effectively map the entire Pareto optimal set. This paper applies the GQTS-QNG to the 3D base-station deployment problem for the first time, incorporating domain-specific encoding and modeling to support realistic B5G/6G urban environments. GQTS-QNG is inspired by the Quantum-inspired Tabu Search (QTS) algorithm, which has demonstrated strong performance in both classical combinatorial optimization problems [8] and real-world applications [9]. By integrating quantum mechanism, such as entanglement and superposition, GQTS-QNG enhances both global exploration and local exploitation, avoids premature convergence, and maintains solution diversity across generations. Consequently, the proposed method effectively addresses the limitations of existing metaheuristic algorithms, offering a more robust and sustainable solution for multi-objective network deployment optimization.

The main contributions of this paper are summarized as follows:

1.    To the best of our knowledge, this study is the first to introduce GQTS-QNG to the 3D base-station deployment problem in B5G/6G networks, demonstrating the algorithm’s applicability and potential in complex large-scale telecommunication planning tasks.

2.    A problem-specific binary-to-decimal encoding and solution representation scheme is designed to model discrete 3D coordinates and multi-tier base-station types, ensuring GQTS-QNG can effectively operate in the spatial and propagation-constrained environment in B5G/6G deployment.

3.    Extensive simulations across multiple user-density scenarios validate that GQTS-QNG consistently achieves full coverage with competitive deployment cost and generates smooth Pareto fronts, confirming its stability, scalability, and practicality for next-generation network planning.

The remainder of this paper is organized as follows. Section 2 reviews the related work, including existing 3D cell deployment algorithms and the development of the GQTS-QNG. Section 3 presents the formulation of the 3D multi-objective network deployment problem, including the network model, objective variables, and mathematical definitions. Section 4 introduces the proposed method in detail, covering the encoding scheme, measurement, construct Pareto front, the quantum-Not gate operation, and the quantum matrix update. Section 5 describes the experimental setup, performance comparisons with benchmark algorithms, and self-analysis of the results. Section 6 concludes the paper.

2  Related Work

The optimization of cell (base station) deployment in Heterogeneous Networks (HetNet) has been extensively studied in recent years. For clarity, the related literature is divided into two categories: 3D cell deployment problems solved by metaheuristic algorithms, and application studies of the GQTS-QNG. The first category focuses on the complex 3D cell deployment problem, reviewing prior studies that employ metaheuristic algorithms to address key multi-objective metrics such as the number of base stations, energy efficiency, coverage, and deployment cost [10]. The notable metaheuristic approaches discussed above will be examined in detail in Section 2.1. The second category explores the application fields of the GQTS-QNG, which has demonstrated high efficiency in solving complex optimization problems across various domains. Building on these foundations, our proposed framework for 3D cell deployment strategy is fundamentally based on these studies and will be presented in Section 2.2.

2.1 3D Cell Deployment Problems

Previous metaheuristic optimization algorithms, including PSO [11] and Ant Colony Optimization (ACO) [12], have been widely applied to optimize sensor node placement and enhance network coverage in wireless and heterogeneous systems. These algorithms are grounded in swarm intelligence behavior, enabling collective learning and adaptive search across complex optimization landscapes. PSO models the social interaction and information sharing among particles to efficiently explore continuous search spaces. ACO simulates the pheromone-based communication of ants to construct optimal paths, demonstrating strong capabilities in network routing, clustering, and connectivity optimization. Grey Wolf Optimizer (GWO), inspired by the hierarchical hunting strategy of grey wolves, maintains a balance between exploration and exploitation to achieve competitive results. Collectively, these swarm-intelligence-based algorithms have provided a solid foundation for wireless network optimization.

In recent years, significant advancements in metaheuristic optimization have extended traditional (swarm intelligence based) algorithms through the integration of quantum-inspired mechanisms. These developments have led to the design of quantum-inspired optimization frameworks that enhance convergence efficiency and adaptability in complex deployment environments, such as QTS algorithm and Multi-Objective Quantum Tabu Search (MOQTS) [13]. Moreover, the classical GWO algorithm has been further refined through the incorporation of chaotic maps and adaptive control strategies, which improve the balance between exploration and exploitation, as illustrated by the Improved Chaotic Grey Wolf Optimization (ICGWO) algorithm [10]. The continuous evolution of these metaheuristic techniques provides robust and flexible models for addressing complex multi-objective challenges, particularly in three-dimensional base station deployment and the development of efficient and sustainable 5G/6G network architectures.

2.2 Global-Best Guided Quantum-Inspired Tabu Search with Quantum-Not Gate Algorithm

GQTS-QNG introduced a hybrid optimization framework that integrates the quantum state superposition principle with the tabu search mechanism, effectively combining the global exploration capability of quantum-inspired state encoding with the adaptive memory-based refinement process of tabu search. Through probabilistic solution encoding and dynamic tabu restrictions, QTS enhances population diversity and avoids premature convergence, achieving high-quality results in complex combinatorial problems such as financial portfolio optimization and reversible circuit design. Building upon this foundation, the GQTS-QNG algorithm extends the QTS framework to handle problems with multiple conflicting objectives. By incorporating quantum-inspired state encoding and a multi-objective evaluation process, GQTS-QNG effectively balances convergence precision and solution diversity. Its probabilistic search dynamics allow the algorithm to explore a broader search space while retaining elite solution characteristics through tabu-based memory control. This hybrid structure enables GQTS-QNG to produce well-distributed Pareto-optimal solutions and demonstrates strong potential for complex optimization applications.

3  Problem Formulation

In ultra-dense B5G/6G networks, the three-dimensional (3D) cell deployment problem is modeled as an MOO problem, where the goal is to determine the optimal placement of macro and small cells that maximizes network coverage rate, minimizes deployment cost, and maintains stable RSSI, thereby achieving sustainable and efficient network performance. The formulations presented in Eqs. (1)(27) are derived based on the model proposed in [14,15].

3.1 The Network Model

The network topology is modeled in a 3D coordinate space, consisting of a set of base stations, users, and buildings that may obstruct the signal path. The geometric relationship among these entities is illustrated in Fig. 1. Let N be the number of base stations (S), K is the number of users (U), B is the number of buildings, qN and kK, |N|=S and |K|=U denote the indices of the qth base station Sq and the kth user Uk, respectively. In addition, bB represents a building that lies between the base station and the user.

images

Figure 1: Illustration of the segmented 2D and 3D propagation paths between a base station, a building, and a user

To characterize the 3D propagation distance between a base station and a user, the total path is divided into two segments: (i) the distance from the base station to the outer wall of the building, and (ii) the distance from the inner wall of the building to the user. This decomposition allows the model to describe both outdoor-to-indoor and indoor-to-outdoor transmission scenarios. The total 3D distance can thus be expressed as Eq. (1), where D denotes the total distance, dq,b3D and db,k3D denote the partial distance (d) respective 3D link distances between the base station (q), the building (b), and the user (k).

Dq,k3D=dq,b3D+db,k3D(1)

Similarly, the 2D projection of the total propagation path is defined to represent the horizontal distance between the base station and the user as Eq. (2), where dq,b2D and db,k2D represent the corresponding 2D projected distances.

Dq,k2D=dq,b2D+db,k2D(2)

The complete 3D distance is then derived as the Euclidean distance between the base station and the user, which is expressed as a function of the 2D horizontal distance and the vertical height difference between the base station and the user as Eq. (3), where HqS and HkU denote the heights of the base station and the user, respectively.

Dq,k3D=(Dq,k2D)2+(HqSHkU)2(3)

3.2 Objective Variables

The optimal base-station deployment problem seeks to achieve a balanced trade-off solution among multiple conflicting objectives, among normal indicators of network deployment problem, including signal coverage [16,17], energy efficiency, and received signal strength. In this study, two primary objectives are considered: maximizing the average RSSI and maximizing coverage rate, while also minimizing the deployment cost. Let x denote the deployment solution, representing the decision variables associated with the placement and configuration of base stations. These objectives are inherently conflicting, achieving a higher coverage rate typically requires deploying more base stations, which consequently increases the overall cost, as shown in Eq. (4). Therefore, the problem is formulated as an MOO task that jointly optimizes these trade-offs.

f(x){MAXfcoverage(x)MINfcost(x)(4)

subject to:

crq>1,crq={1,if a2=1BCa0,a101,if a2=1CCa0,a201,if a2=1DCa0,a301,if Sq is a Macro cell0,otherwise(5)

In Eq. (5), crq represents the number of users or small cells covered by the qth base station, indicating its ability to establish communication links between macro and micro cells. When crq>1, it implies that the base station satisfies the basic connectivity requirement, which is an essential condition for evaluating other objective functions. Ca0 denotes the macro cell, while other Ca0,ai terms (i=1,2,3) correspond to small cells, if Ca0,ai=1, means it’s connected by Ca0. The sets B, C, and D represent collections of cells of different types and hierarchical levels.

S1+S2+S3+S4=N(6)

In Eq. (6), Si is a different type of base station, N represents the sum of each type of base stations.

Rq,k>100 dB(7)

2m=HkU(8)

To be closer to reality, we have some constraint such as Eqs. (7) and (8). In Eq. (7), Rq,k represents the RSSI from the q-th cell or base station to the k-th user, dBm is the usual unit of RSSI. In Eq. (8), HkU represents the k-th user’s height is fixed at 2 m.

These objectives collectively aim to improve service quality while maintaining network efficiency and sustainability.

3.2.1 Received Signal Strength Indicator, RSSI

The average RSSI across all users is defined in Eq. (9), where Rq,k represents the received power between base station Sq and user Uk, Ts represents the transmit power expressed in dBm. Besides, in Eq. (10), THD is the coverage distance threshold, which varies for each base station, depending on its type-specific radius, for example, the THD of the Macro cell is 200 m and THR is minimum acceptable RSSI to make sure that the received signal is valid.

fRSSI=k=1KRq,kK,Rq,k={TSPq,k,ifCq,k=10,otherwise(9)

Cq,k={1,Dq,k3D<THDandRq,k>THR0,otherwise(10)

The total path loss Pq,k between the base station Sq and user Uk is modeled as a composite formulation that composed of three primary attenuation components, collectively representing both propagation and environmental losses. After determining the basic propagation condition, either line-of-sight (LOS) or non-line-of-sight (NLOS), these components are combined to represent the comprehensive signal degradation in a three-dimensional urban environment. The formulation consists of the Base Propagation Loss pq,kbp, Penetration Loss pq,kpl, and Indoor Loss pq,krk,which are defined in Eqs. (11) and (12).

Pq,k=pq,kbp +pq,kpl +pq,krk(11)

pq,k={pq,kmc,if Sq is a macro cellpq,ksc,if Sq is a small cell(12)

(a) Macro Cell Model

The macro cell model characterizes large-scale signal propagation between a macro base station and a user under both LOS and NLOS conditions. In wireless communication systems, LOS conditions indicate that a direct propagation path exists between the transmitter and receiver without any physical obstruction, resulting in a more stable signal and lower attenuation. In contrast, NLOS conditions occur when the direct signal path is blocked by obstacles such as buildings or other structures, leading to additional signal degradation caused by reflection, diffraction, and scattering. These two propagation modes are fundamental in determining the appropriate path loss formulation, as they represent distinct environmental propagation behaviors. The path loss of macro cells, denoted as pq,kmc, is determined according to the propagation condition and formulated as shown in Eq. (13), where Dq,k3D represents the three-dimensional distance between base station Sq and user Uk, and Dq,k2D denotes the corresponding two-dimensional horizontal distance.

The breakpoint distance THdbp, defined in Eq. (17), separates the two LOS regions in the model. When the transmission distance is shorter than the breakpoint (Dq,k2DTHdbp), the LOS path loss is computed using Eq. (15) to calculate the Path Loss. Conversely, when the distance exceeds THdbp, Eq. (16) is applied to determine the corresponding loss. Under the NLOS condition, we define the formulation to calculate the Path Loss, as shown in Eq. (18). In these equations, F represents the frequency band of each base station.

pq,kmc={pq,kmc_LOS,if Dq,k3D is LOSpq,kmc_NLOS,if Dq,k3D is NLOS(13)

pq,kmc_LOS={pq,kmc_LOS1,Dq,k2D THdBPpq,kmc_LOS2,Dq,k2D THdBP(14)

pq,kmc_LOS1=28+22log10(Dq,k3D)+20log10(F)(15)

pq,kmc_LOS2=28+40log10(Dq,k3D)+20log10(F)9log10((THdBP)2+(HqSHkU)2)(16)

THdBP=4(HqS1.5)(HkU1.5)Fc(17)

pq,kmc_NLOS=max(pq,kmc_NOS,13.54+39.08log10(Dq,k3D)+20log10(F)0.6(HkU1.5))(18)

(b) Small Cell Model

The small cell model characterizes the short-range propagation between a small base station (q) and user’s equipment (k) under both LOS and NLOS conditions. The path loss for small cells, denoted as Pq,ksc, is predicated upon the specific propagation environment, as articulated in Eq. (19). This model adopts a two-segment LOS structure that distinguishes between the near-field and far-field regions according to the breakpoint distance THBP, which is defined in Eq. (20). Specifically, when the horizontal distance between the transmitter and receiver (Dq,k2D) is less than or equal to the breakpoint distance (Dq,k2DTHdbp), the LOS path loss is calculated utilizing Eq. (21); otherwise, Eq. (22) is applied. The NLOS path loss, shown in Eq. (23), is determined as the maximum of the LOS and NLOS components, thereby effectively capturing the stronger signal attenuation resulting from obstruction.

In this model, Dq,k3D and Dq,k2D represent the three-dimensional and two-dimensional distances between the small base station Sq and the user Uk, respectively. The term THdbp serves as the breakpoint distance, which depends on the antenna heights of both Sq and Uk, as well as the carrier frequency. Compared with the macro cell model, the small cell formulation reflects the characteristics of low-power and low-antenna-height deployments, where short transmission distances and urban obstacles dominate signal attenuation. As such, this model provides a more accurate estimation of the received signal power in dense and heterogeneous network environments.

pq,ksc={pq,ksc_LOS,if Dq,k3D is LOSpq,ksc_NLOS,if Dq,k3D is NLOS(19)

pq,ksc_LOS={pq,ksc_LOS1,Dq,k2D THdBPpq,ksc_LOS2,Dq,k2D THdBP(20)

pq,ksc_LOS1=32.4+21log10(Dq,k3D)+20log10(F)(21)

pq,ksc_LOS2=32.4+40log10(Dq,k3D)+20log10(F)9.5log10((THdBP)2+(HqSHkU)2)(22)

pq,ksc_NLOS=max(pq,ksc_NLOS,35.3log10(Dq,k3D)+22.4+21.3log10(F)0.3(HkU1.5))(23)

(c) Penetration and Indoor Path Loss

The total path loss pq,k between base station Sq and user Uk is modeled as a composite formulation comprising three primary attenuation components that collectively capture both propagation and environmental losses. In addition to the base propagation loss described earlier, the model incorporates penetration and indoor loss components to account for additional signal degradation caused by building materials and indoor obstacles. These components are essential to accurately represent the comprehensive attenuation characteristics of a three-dimensional urban environment, particularly when user equipment is located inside buildings or behind structural barriers.

The penetration loss pq,kpl represents the signal attenuation that occurs when radio waves penetrate through one or more building walls, as shown in Eq. (24), where Pb denotes the penetration probability of the i-th building along the transmission path, and Lm is the material loss factor in decibels. The logarithmic term models the cumulative attenuation effect as the signal passes through multiple obstacles, accounting for the stochastic distribution of building materials and thicknesses.

Furthermore, the indoor path loss component pq,krk represents the additional attenuation due to indoor propagation when a user is located inside a building, as shown in Eq. (25). Where dq,k2D denotes the two-dimensional horizontal distance between the base station and the indoor user. This formulation assumes that indoor signal strength decays approximately linearly with distance due to multiple reflections and diffraction effects within indoor environments. Together, the penetration and indoor path loss terms complement the base propagation loss to capture a realistic three-dimensional urban signal attenuation model.

pq,kpl=510log10i=1N(Pb×10Lm10)(24)

pq,krk=0.5×dq,k2D(25)

3.2.2 Signal Coverage Indicator

In cellular network planning, ensuring that users maintain continuous and reliable connectivity is one of the fundamental design goals. Among various performance indicators, the coverage rate plays a crucial role, as shown in Eq. (26). It quantifies the proportion of users that are effectively served by at least one base station.

For each user Uk, a coverage indicator crk is assigned a value of 1 if the user is within the coverage area of any base station; otherwise, it is set to 0. The overall coverage performance fcoverage is obtained by averaging these indicators across K, all users.

fcoverage=k=1KcrkK,crk={1,ifq=1NCq,k00,otherwise(26)

3.2.3 Base Station Deployment Cost

The deployment cost is a critical factor from the operator’s perspective, as it directly affects both the economic efficiency and the scalability of network expansion. Even under the same total cost, the coverage and RSSI performance may vary significantly depending on the placement and type of deployed base stations. Therefore, in addition to maximizing coverage and signal quality, cost optimization must also be considered to achieve a balanced and sustainable network design. The total deployment cost of the network is primarily determined by the number and types of base stations installed. Let E=eMC,eSC1,eSC2,eSC3 be the set of deployment cost coefficients for different cell types, where eMC denotes the cost of a macro cell, and eSC1,eSC2, and eSC3 represent the costs of small cells of types 1, 2, and 3, respectively.

fcost=a0=1N1eMC+a1=1N2eSC1+a2=1N3eSC2+a3=1N4eSC3(27)

In Eq. (27), this formulation captures the cumulative deployment cost of heterogeneous base stations, allowing the optimization model to balance financial expenditure against network performance objectives such as coverage and received signal strength.

4  Proposed Method

The proposed method integrates GQTS-QNG into the 3D base-station deployment problem through four steps. A binary-to-decimal encoding scheme maps network configurations into discrete search states. A multi-objective fitness function evaluates coverage and deployment cost. A Quantum-Not gate operator enhances search diversity and helps escape local optima, while the Q-matrix update mechanism reinforces high-quality solutions using global-best guidance and tabu memory.

4.1 Encoding Scheme

In this study, the spatial deployment of base stations is represented through a binary encoding scheme designed to facilitate efficient evolutionary optimization. Each base station (Sq) is encoded as a 22-bit binary string, as shown in Fig. 2.

images

Figure 2: Encode method

The deployment region is defined as a 1000×1000 m2 area, discretized into 1024 grid points per axis, corresponding to the range representable by 10 bits (210 = 1024). The first 10 bits represent the x-coordinate, the subsequent 10 bits encode the y-coordinate. After binary-to-decimal conversion, any coordinate value greater than 1000 is interpreted as an empty assignment, meaning no base station is placed at that position. This design preserves the flexibility to leave certain grid points vacant, which is essential for cost-aware deployment decisions. This mechanism naturally filters out redundant base station placements and therefore supports cost-aware search behavior.

The final 2 bits encode the base-station type, where the binary patterns 00, 01, 10, and 11 correspond to Macro Cell, Small Cell 1, Small Cell 2, and Small Cell 3, respectively. Base stations may be located on outdoor utility poles, rooftops, or indoor ceilings throughout the environment.

4.2 Measurement

After the encoding stage, each candidate deployment configuration is generated through a measurement procedure based on the Q-matrix, QjtR22×N, where N denotes the maximum number of deployable base stations. Each column, j, corresponds to one potential base station, and each row, t represents one bit in the 22-bit encoding scheme (10 bits for the X-coordinate, 10 bits for the Y-coordinate, and 2 bits for the station type).

At initialization, all probability values Qjt in the Q-matrix are set to 0.5, indicating equal probability of selecting bit 0 or 1. During measurement, a random number r(0,1) is generated for each bit, and the measurement rule converts the probability representation into a binary solution matrix xijt as:

xijt={1,if r<Qjt,0,otherwise.(28)

Here, xijt denotes the t-th bit of j-th base station for i-th candidate solution. Applying this rule to all bits yields the binary deployment configuration for each particle.

This probabilistic sampling mechanism allows GQTS-QNG to explore diverse solution states in early iterations and gradually concentrate probability mass on promising patterns as the Q-matrix evolves, enabling an effective balance between exploration and exploitation in high-dimensional combinatorial search spaces.

4.3 Construct Pareto Front

After the measurement stage, each candidate deployment solution xi is evaluated according to two primary objectives: the coverage rate f1(xi) and the deployment cost f2(xi), as formulated in Eq. (29). The optimization target is to maximize the coverage rate while minimizing the deployment cost, forming a bi-objective optimization model.

To assess comparative performance among solutions, the dominance relation is employed as defined in Eq. (30). Specifically, a solution x1 is said to dominate another solution x2 if it is no worse across all objectives and strictly better in at least one objective.

By applying this dominance criterion, GQTS-QNG identifies a set of non-dominated solutions that constitute the Pareto front. Solutions on the Pareto front represent effective trade-offs between maximizing network coverage and minimizing deployment expenditure, offering multiple feasible deployment configurations for 3D base-station planning under varying network design priorities.

optimized f(xi)={f1(xi),f2(xi)}(29)

x1 dominates x2{ j ε{1,2}, fj(x1)fj(x2),andj ε{1,2}, fj(x1)>fj(x2).(30)

4.4 Quantum-Not Gate Operation

To enhance exploration capability and prevent premature convergence, a Quantum-Not gate mechanism is incorporated into GQTS-QNG. The purpose of this operator is to enable the algorithm to escape local optima by reversing selected probability amplitudes in the Q-matrix.

In each iteration, the global-best solution Xgb and the worst solution of the current population Xlw are compared bit-wise. When the local search tendency becomes excessively biased toward inferior configurations, i.e., when the probability of selecting the worst solution exceeds that of the best solution, the Quantum-Not gate is triggered. Specifically, if the relationship between the two solutions satisfies the conditions in Eq. (31), the transition probability Qjt of the t-th bit in the j-th base station is inverted to guide the search direction away from suboptimal regions and toward high-quality solutions.

if{Xjtgb=1 & Xjtlw=0 & Qjt<0.5Xjtgb=0 & Xjtlw=1 & Qjt>0.5,Qjt=1Qjt(31)

In each generation, the Quantum-Not gate evaluation is conducted, and when the condition in Eq. (31) is met, the probability inversion is triggered to guide solutions closer to the gbest region and prevent local stagnation. This conditional inversion mechanism increases the probability of selecting promising solution states while suppressing inferior search directions, enabling rapid deviation from local optima and accelerating convergence toward the global best solution.

4.5 Q-Matrix Update

The core concept of the GQTS-QNG update rule follows a principle, promote promising states while discouraging inferior ones, where the algorithm favors promising solution patterns and suppresses inferior ones. For each bit position, if the two solutions differ, the probability value in the Q-matrix is adjusted by a rate θ according to Eq. (32): probabilities move closer to the global-best pattern when it is preferred, and away when it is not. Through repeated updates, the probability distribution gradually shifts toward configurations associated with high-quality solutions, allowing the algorithm to progressively converge toward the optimal deployment while avoiding inferior regions of the search space.

Compared with previous QTS variants, the proposed GQTS-QNG introduces a global-best guided update rule and a Quantum-Not gate operator. The global-best guidance accelerates convergence toward the Pareto front by steering solutions toward promising regions, while the Quantum-Not gate mechanism allows the algorithm to escape from local optima when a better solution is found. Collectively, these mechanisms enable GQTS-QNG to efficiently find Pareto-optimal solutions while maintaining diversity in the multi-objective setting.

Qjt={Qjt+θ ,if Xjtgb=1 & Xjtlw=0Qjtθ ,if Xjtgb=0 & Xjtlw=1Qjt,if Xjtgb=Xjtlw(32)

5  Experimental Results

This section evaluates the performance of the GQTS-QNG algorithm in realistic 3D urban deployment scenarios. We first introduce the simulation settings and parameter configurations, followed by performance comparisons with state-of-the-art algorithms under equal evaluation times. Finally, we analyze the obtained Pareto-optimal solutions to illustrate the scalability and decision flexibility of GQTS-QNG across different user densities, where the global-best guidance and Quantum-Not gate mechanisms jointly contribute to maintaining convergence stability and solution diversity.

5.1 Environment Setting

The experiments are conducted in a 1000×1000 m2 three-dimensional urban environment consisting of 50 buildings with mixed construction materials. The building composition follows realistic city infrastructure characteristics, where each building consists of approximately 30% multi-pane glass and 70% cement materials. Both buildings and users are randomly distributed within the simulation area, and all spatial units are represented in meters. Additional simulation parameters are summarized in Table 1 and the penetration loss of different materials are shown in Table 2. The system evaluates both indoor and outdoor propagation effects with material-based penetration loss. A total of 1000 to 10,000 mobile users are deployed, with increments of 1000 users per simulation. User devices are positioned 2 m above either the ground level or the corresponding indoor floor level to emulate realistic handheld user heights.

images

images

For base station deployment, the placement configuration in this study follows the settings proposed in [14], and the detailed base station parameters are summarized in Table 3. Neighboring base stations of the same type are assigned different carrier frequencies to prevent co-channel interference. Outdoor base stations are installed either on utility poles at a height of 8 m or on rooftop locations proportional to building heights, while indoor base stations are deployed at a height of approximately 3 m relative to each floor level, consistent with indoor floor heights. The proposed deployment strategy adopts a bi-objective optimization formulation, aiming to maximize network coverage while minimizing deployment cost. When two solutions exhibit equivalent values in both objectives, the RSSI is employed as a secondary tie-breaking criterion to distinguish solution quality.

images

The GQTS-QNG algorithm is configured with 10 particles and executed for 10,000 generations with θ=0.0004. All simulations are implemented in C++ and executed on a workstation equipped with an Intel Core i9-14900 CPU, 32 GB DDR4 RAM, and Windows 11 operating system.

5.2 Comparison with State-of-the-Art Multi-Objective Algorithms

To evaluate the effectiveness of the proposed GQTS-QNG approach, we compare its performance with well-known algorithms, including VA-GA [14], VA-NSGA-II [14], GA [6], and NSGA-II [7]. All algorithms are executed with the same evaluation times of 100,000 to ensure a fair comparison. Because the baseline results were originally presented in graphical form, the comparative performance values were approximated from the published plots.

This work focuses on a single representative 3D low-loss environment to enable a controlled and analytically tractable comparison, whereas the baseline study reports averaged results over several deployment scenarios. This setting isolates algorithmic effects from environmental variability, ensuring that performance improvements stem from optimization capability rather than scenario differences.

Figs. 3 and 4 present the coverage rate and deployment cost comparison results, respectively. The results indicate that GQTS-QNG consistently achieves the highest coverage across all user densities, demonstrating superior network reachability and robustness in low-loss 3D propagation environments. In addition, GQTS-QNG exhibits the slowest cost growth trend as the number of users increases, implying that the method is more cost-efficient in selecting base station locations.

images

Figure 3: Coverage rates comparison of GQTS-QNG and multi-objective algorithms under different user densities. GQTS-QNG consistently maintains higher coverage across all scenarios, demonstrating strong robustness as the number of users increases

images

Figure 4: Deployment cost comparison under increasing user densities. GQTS-QNG achieves significantly lower deployment cost than the other methods, and the cost trend increases steadily as the number of users grows

5.3 Self Analysis

The proposed GQTS-QNG algorithm demonstrates strong capability in identifying deployment configurations that simultaneously achieve a high coverage rate and a low deployment cost. To further assess its robustness and scalability, Pareto fronts obtained under user-demand levels ranging from 2000 to 10,000 users are overlaid for comparison, as shown in Fig. 5. The results indicate that GQTS-QNG consistently identifies solutions that achieve full coverage across all demand levels, highlighting its ability to maintain service quality under increasing network load. In addition, the Pareto frontiers shift outward smoothly as the number of users increases, reflecting the natural growth in deployment cost required to sustain high coverage in denser environments. A slight cost inversion is observed between the 8000- and 10,000-user scenarios because the 8000-user Pareto solutions deploy more macro cells, leading to a higher total cost despite having fewer users.

images

Figure 5: Pareto fronts of GQTS-QNG under different user densities. GQTS-QNG consistently achieves full coverage while maintaining a smooth cost-coverage trade-off as user numbers increase

Across all scenarios, GQTS-QNG generates a continuous spectrum of Pareto-optimal solutions rather than converging to a single point, demonstrating stable convergence behavior and strong multi-objective optimization capability. This solution diversity is particularly valuable for practical network planning, as it enables operators to flexibly select deployment strategies that balance cost and performance according to budget constraints and service requirements.

6  Conclusion

In this work, we demonstrate the first application of the GQTS-QNG framework to a 3D base-station deployment problem. The proposed method demonstrates strong search dynamics by effectively balancing global exploration and solution refinement through global-best guidance and the quantum-Not gate operator. Experimental results show stable convergence behavior and consistent discovery of diverse non-dominated deployment configurations, highlighting GQTS-QNG’s ability to maintain solution diversity and avoid premature concentration in limited regions of the search space. Across a wide range of user densities, our method successfully identifies full-coverage deployment solutions while maintaining favorable cost characteristics and generating smooth and well-distributed Pareto fronts, demonstrating scalability and robustness in high-dimensional discrete environments. These outcomes validate GQTS-QNG as a promising and effective quantum-inspired optimization framework for complex 3D planning tasks. Future work will extend GQTS-QNG to a wider range of 3D city models, including dense metropolitan regions, mixed urban–suburban layouts, and indoor-dominant environments, to further assess its adaptability across heterogeneous spatial and architectural conditions.

Acknowledgement: The authors acknowledge the support from the National Center for Theoretical Sciences, Taiwan.

Funding Statement: This work was supported by the National Science and Technology Council, Taiwan, under Grants 113-2221-E-260-014-MY2 and 114-2119-M-033-001.

Author Contributions: The authors confirm contributions to the paper as follows: Yao-Hsin Chou proposed the model architecture and supervised the project; Cheng-Yen Hua performed the system implementation and analyzed the experimental results; Ru-Wei Tseng wrote the draft manuscript; Shu-Yu Kuo assisted in model construction and critically reviewed the manuscript. All authors participated in the model discussion. All authors reviewed the results and approved the final version of the manuscript.

Availability of Data and Materials: All data generated or analyzed during this study are included in this published article.

Ethics Approval: Not applicable.

Conflicts of Interest: The authors declare no conflicts of interest to report regarding the present study.

References

1. Yoon Y, Kim YH. An efficient genetic algorithm for maximum coverage deployment in wireless sensor networks. IEEE Trans Cybern. 2013;43(5):1473–83. doi:10.1109/tcyb.2013.2250955. [Google Scholar] [PubMed] [CrossRef]

2. Ge X, Tu S, Mao G, Lau VK, Pan L. Cost efficiency optimization of 5G wireless backhaul networks. IEEE Trans Mob Comput. 2018;18(12):2796–810. doi:10.1109/tmc.2018.2886897. [Google Scholar] [CrossRef]

3. Ge X, Tu S, Mao G, Wang CX, Han T. 5G ultra-dense cellular networks. IEEE Wirel Commun. 2016;23(1):72–9. doi:10.1109/mwc.2016.7422408. [Google Scholar] [CrossRef]

4. An J, Yang K, Wu J, Ye N, Guo S, Liao Z. Achieving sustainable ultra-dense heterogeneous networks for 5G. IEEE Commun Magaz. 2017;55(12):84–90. doi:10.1109/mcom.2017.1700410. [Google Scholar] [CrossRef]

5. Ni Q, Du H, Pan Q, Cao C, Zhai Y. An improved dynamic deployment method for wireless sensor network based on multi-swarm particle swarm optimization. Nat Comput. 2017;16(1):5–13. doi:10.1007/s11047-015-9519-0. [Google Scholar] [CrossRef]

6. ZainEldin H, Badawy M, Elhosseini M, Arafat H, Abraham A. An improved dynamic deployment technique based-on genetic algorithm (IDDT-GA) for maximizing coverage in wireless sensor networks. J Ambient Intell Human Comput. 2020;11(10):4177–94. doi:10.1007/s12652-020-01698-5. [Google Scholar] [CrossRef]

7. Deb K, Pratap A, Agarwal S, Meyarivan T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans Evol Comput. 2002;6(2):182–97. doi:10.1109/4235.996017. [Google Scholar] [CrossRef]

8. Chiang HP, Chou YH, Chiu CH, Kuo SY, Huang YM. A quantum-inspired tabu search algorithm for solving combinatorial optimization problems. Soft Comput. 2014;18(9):1771–81. doi:10.1007/s00500-013-1203-7. [Google Scholar] [CrossRef]

9. Kuo SY, Chou YH, Chen CY. Quantum-inspired algorithm for cyber-physical visual surveillance deployment systems. Comput Netw. 2017;117(1):5–18. doi:10.1016/j.comnet.2016.11.013. [Google Scholar] [CrossRef]

10. Shaikh MS, Wang C, Xie S, Zheng G, Dong X, Qiu S, et al. Coverage and connectivity maximization for wireless sensor networks using improved chaotic grey wolf optimization. Sci Rep. 2025;15(1):15706. doi:10.1038/s41598-025-00184-2. [Google Scholar] [PubMed] [CrossRef]

11. Ghazzai H, Yaacoub E, Alouini MS, Dawy Z, Abu-Dayya A. Optimized LTE cell planning with varying spatial and temporal user densities. IEEE Trans Veh Technol. 2015;65(3):1575–89. doi:10.1109/tvt.2015.2411579. [Google Scholar] [CrossRef]

12. Liu X, He D. Ant colony optimization with greedy migration mechanism for node deployment in wireless sensor networks. J Netw Comput Appl. 2014;39(1):310–8. doi:10.1016/j.jnca.2013.07.010. [Google Scholar] [CrossRef]

13. Chou YH, Hua CY, Chen HP, Hsu ET, Jiang YC, Kuo SY. Adapting developing quantum circuit synthesis with a multi-objective quantum-inspired optimization. In: Proceedings of the 2024 IEEE International Conference on Quantum Computing and Engineering; 2024 Sep 15–20; Montreal, QC, Canada. p. 559–60. [Google Scholar]

14. Chien WC, Jeon G, Cho HH. Multi-objective optimization of 3D cell deployment in sustainable B5G/6G networks: balancing performance and sustainability. IEEE Trans Netw Serv Manag. 2025;22(4):3077–91. doi:10.1109/tnsm.2025.3545622. [Google Scholar] [CrossRef]

15. 3GPP. Study on channel model for frequencies from 0.5 to 100 GHz (3GPP TR 38.901 version 14.3.0 release 14). 3rd Generation Partnership Project (3GPP). TR 38.901 [Online]; 2021 [cited 2025 Oct 20]. Available from: https://www.etsi.org/deliver/etsi_tr/138900_138999/138901/14.03.00_60/tr_138901v140300p.pdf. [Google Scholar]

16. Nguyen TG, So-In C, Nguyen NG. Barrier coverage deployment algorithms for mobile sensor networks. J Internet Technol. 2017;18(7):1689–99. [Google Scholar]

17. Ding F, Zhang D, Song A, Li J. A coverage and repair optimization algorithm for hybrid sensor networks. J Internet Technol. 2018;19(3):909–17. [Google Scholar]


Cite This Article

APA Style
Chou, Y., Hua, C., Tseng, R., Kuo, S. (2026). Quantum-Inspired Optimization Algorithm for 3D Multi-Objective Base-Station Deployment in Next-Generation 5G/6G Wireless Network. Computers, Materials & Continua, 87(2), 41. https://doi.org/10.32604/cmc.2025.075705
Vancouver Style
Chou Y, Hua C, Tseng R, Kuo S. Quantum-Inspired Optimization Algorithm for 3D Multi-Objective Base-Station Deployment in Next-Generation 5G/6G Wireless Network. Comput Mater Contin. 2026;87(2):41. https://doi.org/10.32604/cmc.2025.075705
IEEE Style
Y. Chou, C. Hua, R. Tseng, and S. Kuo, “Quantum-Inspired Optimization Algorithm for 3D Multi-Objective Base-Station Deployment in Next-Generation 5G/6G Wireless Network,” Comput. Mater. Contin., vol. 87, no. 2, pp. 41, 2026. https://doi.org/10.32604/cmc.2025.075705


cc Copyright © 2026 The Author(s). Published by Tech Science Press.
This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
  • 361

    View

  • 83

    Download

  • 0

    Like

Share Link