Next Article in Journal
Towards a Sustainable City with a Sensory Garden in the Context of Urban Well-Being
Previous Article in Journal
Advancing Sustainability Education through a Cross-Disciplinary Online Course: Sustainability and Human Rights in the Business World
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Geo-Economic Analysis Based on an Improved Ant Colony Optimization

1
Department of Geographic Information Engineering, Information Engineering University, Zhengzhou 450052, China
2
China Special Police College, Beijing 102211, China
*
Author to whom correspondence should be addressed.
Sustainability 2023, 15(6), 4758; https://0-doi-org.brum.beds.ac.uk/10.3390/su15064758
Submission received: 22 December 2022 / Revised: 3 March 2023 / Accepted: 4 March 2023 / Published: 7 March 2023

Abstract

:
This paper addresses the optimal path selection problem for economic corridors, which is a significant issue in the field of geo-economics. The paper has utilized the spatiotemporal characteristics of geo-economics and identified the development needs in this field to propose an improved ant colony optimization (ACO) strategy. The proposed strategy focuses on enhancing the heuristic function, functional area setting, and pheromone updating strategy. The heuristic factors and transfer probabilities have been improved to couple the path nature, which were based on an analysis of the factors that influence geo-economics. This improvement enhances the applicability of the ACO to path selection problems in macrospace. Additionally, the paper has differentiated the priority of path nodes by setting functional areas, which adds directionality to path selection. The improved ACO has been applied to analyze the optimal path in macroscopic economic space. The experimental validation was conducted in the Indo-Pacific region and economic corridors in China within this region, and corresponding potential geo-economic hubs were analyzed. The experimental results were validated using the Mann−Whitney U test and an evaluation method based on path effectiveness. The feasibility and objectivity of the proposed method were verified. This research provides a valuable exploration of the problem of path selection in macrospace and time and provides decision aid for the construction and adjustment development of a country’s geo-economic relations in a given region. It is a technical reference for establishing sustainable development strategies and national and regional economic planning. Overall, this work contributes significantly to the field of geo-economics and demonstrates the effectiveness of the proposed method through experimental validation.

1. Introduction

A geo-economy is the result of the effect of geographical conditions on the economy itself [1]. Geo-economic relations are the sum of economic relations between pairs of countries or organizations of countries influenced by geographical conditions. Geo-economic relations are formed when economically relevant flows of geo-economic factors move between economies. The interaction of geo-economic factors is constantly reshaping new geo-economies [2]. The process of geo-economic factor interaction is often influenced by the spatial location, resource endowment, economic strength, security and development needs of an economy. The flow paths of geo-economic factors can reflect the willingness and demand preferences of economies to establish economic interests in a given region. Economic corridors in the spatial sense are the core channels for the efficient clustering and diffusion of geo-economic factors in space. Selecting an appropriate economic corridor will not only promote the positive development of relations between economies but also have an important impact on the economic development of the economies and their influence in the region. Furthermore, economic corridors can strengthen economic linkages and spatial reorganization among the associated economies, thus promoting associations among these countries and generating economic regions with important value chains. Moreover, there are key nodes in economic corridors that play pivotal roles. For example, economic hubs serve as fulcrums for these economies and support the construction of networks of economic relations in the surrounding region. Economic hubs form around a particular region due to certain economic, technological, and social factors. Therefore, the selection of reasonable economic corridors and economic hubs is of great importance to the sustainable development of national and regional economies.
Existing studies on economic corridors have focused on spatial patterns [3,4,5,6], regional impacts [7,8,9], effectiveness assessment [10], and security and risk [11,12,13] analyses of economic corridors. The most commonly used research methods are empirical methods [14] and qualitative analysis methods [15]. These methods are characterized by strong subjective dependence, and the feasibility and correctness of their conclusions are largely influenced by the personal perceptions and judgments of the researchers involved. Moreover, these methods are often difficult to generalize. Other studies have introduced methods such as gravity models [16] and metacellular automata models [17], but they are used to analyze the impact or effectiveness of establishing economic corridors, and quantitative analysis methods or optimization algorithms have not been applied for the siting of economic corridors.
The process of path selection can be described as follows. Economic factors (e.g., traded goods) originate from the economy in which they are produced, are influenced by economic demands, and flow between economies as geo-economic factor flows (e.g., trade flows). During the flow process, various paths in a region can influence the effectiveness of flows. If there are multiple alternative paths, then a factor flow will gradually become concentrated along the fastest flow path, and the fastest path in the flow process will vary for different flows. The path with the largest flow-to-speed ratio is chosen as the optimal path. Key nodes in the optimal path can quickly promote the flow of factors; access important materials, information, and resources; and act as economic hubs. Path selection in the geo-economic factor flow process is very similar to the process of foraging by ants. When ants forage for food, they initially find their way at random, but later, many ants gradually become increasingly concentrated along the shortest path from the nest to food. Through this natural selection process, optimal path selection can be achieved.
Inspired by the foraging process of ant colonies, Dorigo M. proposed ant colony optimization (ACO) [18]. The ACO is a probabilistic algorithm used to find the optimal path by exchanging information among individuals who assist each other in finding the shortest path between the starting and ending points. As a heuristic algorithm [19,20], the ACO is an algorithmic framework. There are also other population intelligence optimization algorithms that simulate the behavior of groups of insects, herds of animals, flocks of birds, and other organisms. These groups of organisms search for food according to a cooperative approach. Members of a group change their search approach by learning from their own experience and that of other members to find the optimal solution. For example, particle swarm optimization (PSO) [21], which simulates the flight foraging behavior of a flock of birds, has the advantage of requiring few parameters that must be set and is mainly used to solve continuous optimization problems. In the artificial bee colony (ABC) algorithm [22], bees use information from other bees in the colony and neighboring bees to find the best food source. Moth-flame optimization (MFO) [23] is a novel SI algorithm that simulates the spiral movement of moths around light sources at night to perform optimization. Some scholars have proposed other intelligent optimization algorithms [24]. These algorithms are applied in problems to find optimal solutions. The movement process of geo-element flows involves finding paths in space, which is similar to the phenomenon of ant foraging, and the path planning problem is an NP-hard problem. Compared with other intelligent algorithms, the ACO has a faster convergence speed and solution accuracy and is widely used in various path decision problems. Therefore, the ACO is applied in this paper.
Of course, there are other algorithms in addition to the ACO, such as the A* algorithm [25] and Dijkstra’s algorithm [26], that can be applied to solve path selection problems. The A* algorithm establishes heuristic search rules in the search process as a way to measure the distance between a real-time search position and a target position so that the search direction is preferentially directed toward the target point, and the search efficiency is improved. Dijkstra’s algorithm [26,27] mainly solves the optimal path planning problem by traversing nodes one by one based on a greedy principle and then using a relaxation method to optimize the path selection process, before finally storing the optimal paths in a readable list. All these algorithms involve static planning methods under the condition that global information is known, and the set of constraints is often complex. In contrast, path planning in the socioeconomic domain is constrained by diverse factors, and it is difficult to accurately and comprehensively determine the constraints; therefore, it is difficult to meet the requirements of solving the optimal path problem for geo-economic factor flows. The ACO uses a positive feedback mechanism; provides strong robustness, good global optimization capability, and easy implementation on computers; exhibits high improvement flexibility according to the application scenario; can be integrated with other methods; and has displayed excellent performance in solving many optimization problems. Since the method works efficiently in graph and network space, it has been widely used in the field of spatial path analysis [28].
Many studies are currently improving the ACO to increase the performance and applicability of the algorithm in various application scenarios. The main improved aspects can be divided into four classes: structural improvement of the ACO [29], parameter optimization of the ACO, improvement of the pheromone initialization method, and improvement of the pheromone update rule. The main classic improvement methods consist of the max-min ant system (MMAS) and the ant colony system (ACS) and rank-based ant system (RAS). The MMAS [30] was proposed in 2000. In this algorithm, after each iteration, only the optimal ant updates the pheromone along the optimal path through which it passes, and the other ants do not participate in the update process, thus giving each path a chance to be selected and reducing the possibility of algorithm stagnation. The main feature of the ACS approach [31] is reflected by the fact that in addition to the global updating of the pheromone after each iteration, the ants support the local updating of the pheromone along local links during the iterative selection of the next node. Bullnheimer [32] proposed the RAS to alleviate the potential drawbacks associated with elite strategies.
In recent years, researchers have focused on enhancing ant colony algorithms for path planning problems. These improvements have been concentrated on three main areas: the pheromone update mechanism, parameter optimization of the ant colony algorithm, and the application of fused ant colony algorithms. In terms of the pheromone update mechanism, Gong [33] has proposed an adaptive adjustment of the pheromone intensity value, which helps to optimize the pheromone updating strategy. Sangeetha [34] has introduced a sigmoid gain function to enhance the ant colony system’s pheromone update mechanism during path planning, resulting in better exploitation. Concerning the parameter optimization of the ant colony algorithm, Zhang [35] developed a 3D-ACA algorithm and implemented it into an ice routing model to make decisions on a ship’s passing waypoints and sailing speeds along each waypoint. Zhu [36] introduced a hybrid ant colony optimization algorithm, which uses distance, demand, and time as heuristic factors to improve its applicability in various domains. Regarding the application of fused ant colony algorithms, Sui et al. [37] have proposed an ACO + PSO + A* algorithm model for multi-task path planning, which produces optimal collision-free path planning with shorter generation length and higher safety. Lyridis [38] has designed an improvement of ACO that incorporates fuzzy logic to address the multi-objective problem of USV path planning and obstacle avoidance. All of these improvements have made ACO more applicable and efficient in solving decision problems.
Additionally, some studies have improved the ACO for different application areas. For example, one study focused on relief channel selection and the improvement of the algorithm parameters [39]. Wei et al. [40] proposed an improved ACO for urban bus network optimization based on existing bus routes, and another group of researchers [41] proposed a path planning algorithm for unmanned surface vehicles based on the ACO. These improved methods have solved the algorithm efficiency problem and expanded the algorithm application field. However, most of them are oriented to mesoscopic spatial scales, such as those of cities and neighborhoods. Few studies have been conducted at macroscopic scales, such as global or regional scales.
Based on the above factors, the importance of this study can be clarified as follows. On the one hand, in terms of practical needs, economic corridors have a positive effect on the economic security and development of economies in a region. Selecting a reasonable economic corridor is an important way for economies to build good geo-relations in the region, but the existing methods used to select sites for corridors lack the support of intelligent algorithms for data analysis. On the other hand, in the context of the current state of research on path selection methods, the ACO provides an algorithmic framework for optimal path selection, but the classic algorithm needs to be improved for application in the geo-economic domain. Thus, it is necessary to study the ACO, explore the applicability of intelligent algorithms in the macro-socioeconomic field and provide technical support for economic development strategies at the country scale.
The main purpose of this paper is to improve the ACO, considering geo-economic elements such as geospatial relations, national relations, and economic and social factors [42], as well as the characteristics and requirements of path selection in macrogeographic space. Using the methodology proposed in this paper, valuable economic corridors and hub economies in a region can be identified, thus providing a new approach to geo-economic research.
In summary, the main contributions of this paper are as follows:
(1)
The construction of path networks based on macroeconomic relationships and physical path networks based on transportation systems yields a two-layer path network that can abstract complex relationships in the geo-economy;
(2)
The priority of path nodes is differentiated by setting functional areas, which adds directionality to path selection;
(3)
Heuristic factors and transfer probabilities are calculated based on geo-economic characteristics, which improves the applicability of the ACO to path selection problems in macrospace;
(4)
Eight valuable economic corridors, three potential economic hub countries and four ports in the Indo-Pacific region were identified, providing a referenceable method for the location of economic corridors and the identification of hub economies. This approach provides a decision aid for the construction, adjustment, and sustainable development of a country’s geo-economic relations in a given region.
The structure of the paper is arranged as follows. In Section 1, the research background is introduced, and the relevant literature is reviewed. In Section 2, the research area and research data are introduced. In Section 3, the construction method of a base network of geo-economic factor paths is studied, focusing on improving the ACO, mainly including the improvement of the heuristic function, functional area setting and pheromone updating strategy. In Section 4, experiments are conducted using open-source data to verify the feasibility of the improved ACO proposed in this paper and to analyze China’s potential economic corridors and geo-hubs in the Indo-Pacific region. In the Section 5, the discussion is presented.

2. Materials

2.1. Study Area

As a geopolitical concept, the Indo-Pacific region has become a region of international interest in recent years, with a number of scholars arguing that “the 21st century’s central economic nexus will be centered on the Indo-Pacific region” [43,44]. The US Indo-Pacific Strategy [45] released in 2019 and the competitive and cooperative behavior of countries in the region, such as the US, China, Japan, Australia, India and New Zealand, fully reveal the importance of the region in regard to the balance of power at a worldwide scale. China, Japan, South Korea, Australia, New Zealand and the 10 Association of Southeast Asian Nations (ASEAN) countries in the region account for approximately 30% of the global total population, economic volume and trade. Therefore, the establishment of a good geopolitical network in the Indo-Pacific region holds significant importance for China.
The scope of the Indo-Pacific region includes countries and political entities in the vicinity of the Indo-Pacific waters and is broader in scope than the Asia-Pacific region. That is, it incorporates the Indian Ocean littoral and Indian subcontinent countries in addition to those in the Asia-Pacific region [46]. It has been argued that the use of the term “Indo-Pacific” will change the traditional conception of the region [46]. Both geographic and geopolitical perspectives are combined, considering data availability, for 24 countries in the region, which comprise the study area of this paper and include the following: China, the United States, Japan, South Korea, Australia, the Philippines, Indonesia, Thailand, Singapore, New Zealand, India, Sri Lanka, the Maldives, Bangladesh, Nepal, Vietnam, Malaysia, Brunei, Laos, Cambodia, North Korea, Russia, Myanmar, and Mongolia (Figure 1). In addition, the Indian Ocean and Pacific Ocean sea lanes are important to both the geo-economy of the Indo-Pacific region and the world. According to China’s demand for maritime transportation discourse in the Indo-Pacific region and its strategic requirements for the layout of the “Maritime Silk Road” port network, two routes and the related ports in the South Pacific and the Indian Ocean, namely, the Indo-Pakistani route and the Southeast Asian route, are selected as the spatial scope of the economic hubs to be studied.
China is selected as the main research subject, the geographic object flow path network in the Indo-Pacific region is constructed based on the method proposed above, an improved ACO is applied to find the optimal path, and the spatial distribution characteristics of the economic corridors and nodes are analyzed to discover potential geo-economic hubs.

2.2. Data Sources

The international organization, port and trade data used in the experiments were mainly sourced from official websites and current widely used global trade databases, such as the International Organization Data of the Ministry of Commerce of the People’s Republic of China (http://www.mofcom.gov.cn/aarticle/Nocategory/200611/20061103878826.html, accessed on 1 December 2022.), the United Nations Statistics Division (https://www.un.org/development/desa/zh/about/desa-divisions/statistics.html, accessed on 1 December 2022.), PortNet (http://ports.com/, accessed on 1 December 2022.), Global Routes and Ports Data (https://www.sofreight.com/ports/au, accessed on 1 January 2023.), the World Bank Data website (https://data.worldbank.org.cn, accessed on 1 October 2022.), the China Customs Statistics Platform (https://www.customs.gov.cn, accessed on 1 November 2022.), the United Nations Comtrade Database (United Nations Comtrade Database, UN Comtrade) [47], the World Trade Organization Data [48], and the Atlas of Economic Complexity (AEC) [49] established by Harvard University.

3. Methods

The choice of paths for geographic object flows is a macroscopic problem at the national, regional and global scales, and the geo-economic system is complex and variable. Thus, various spatiotemporal objects and pathfinding conditions in geo-economics need to be abstracted and simplified.

3.1. Framework

Optimal path selection for geo-economic factor flows, oriented to the macroscopic intereconomy relationships in geographic space, interest demands, and characteristics of various types of physical transportation corridors, can improve the ACO and make it applicable to the problem of optimal path selection for economic corridors.
The method proposed in this paper includes three steps (Figure 2). First, based on the regional geographical conditions and spatial characteristics of economies, nodes of economies and various transportation routes are identified in the region, forming a collection of paths and establishing a regional path network with a hierarchical structure. The abstraction of the complex real world is achieved with a certain degree of innovation. Then, according to the characteristics of economic corridors and economic hubs, the starting and ending points oriented to the economic development needs of specific geopolitical bodies are set, the heuristic factors of the ACO are improved, and the elite ant strategy is introduced so that the algorithm can be applied to solve path selection problems in macroscopic socioeconomic fields. This approach is innovative in terms of the applicability of the algorithm in various domains. Finally, the filtered optimal paths and the nodes along the paths are statistically and analytically analyzed to support the identification of macroeconomic corridors and specific economic hubs. The method used to draw conclusions through mathematical and rational analyses is somewhat innovative.

3.2. Construction of the Path Network

The path network is constructed by forming a path set of all optional paths in the region to provide a basis for optimal path selection. The set of optional paths in the region consists of all existing and possible paths between economies in the region. One or more paths may exist between two economies, and there are multiple types of paths, such as land transportation routes and pipelines, sea routes, aircraft routes, and underground pipelines (cables). Different geo-economic factors vary for different types of paths (Table 1).
Various types of paths exist between economies, and the path network composition is highly complex; thus, to abstractly express information from the complex real world without losing key information, it is necessary to abstract and comprehensively evaluate various paths based on the spatial locations of economies, the nature of paths, and the types of nodes. Furthermore, it is necessary to define and constrain the elements in a path network to construct the path network foundation.
(1)
A path network consists of nodes (economies) and the edges (paths) between nodes; the nodes in the path network are divided into two levels: parent nodes P and child nodes S . The parent nodes are independent economies, which mainly include countries in the region. Child nodes are stations in the transportation system, including ports, airports, transportation stations, etc., within the spatial scope of parent nodes to which they belong.
(2)
For parent nodes P i , P j , the set of parent layer paths consisting of parent nodes P _ d can be expressed as:
P _ d = {   ( P i , P j ) , i = 1 , 2 ; j = 1 , 2 ; i j }
(3)
Each parent node is associated with several child nodes (denoted as S i i ), and there may be several different paths between two adjacent parent nodes. After traversing all the child nodes, the set of sublevel paths S _ d is obtained and can be expressed as:
S _ d = {   ( S i i , S j j ) , i = 1 , 2 ; j = 1 , 2 ; i = 1 , 2 ; j = 1 , 2 ; i j ; i j }
In Equation (2) S i i is the i th child of parent node P i , and S j j is the j th child of parent node P j .
A schematic diagram of the hierarchically nested path network is shown in Figure 3. Figure 3 showcases the parent node P and child node S, which are interconnected through a comprehensive relational path. Each child node corresponds to a different path type between the parent nodes, forming a hierarchical path network.

3.3. Algorithm Design

3.3.1. Algorithm Flow

The ACO simulates the foraging process of ants: ants leave a certain concentration of pheromone along their path when foraging, and because ants traverse the shortest path often, this path has a high concentration of pheromone, leading future ants to prefer it; this process is a positive feedback mechanism, so the shortest path, which has a high concentration of pheromone, will eventually become dominant [50]. The ACO is improved in this paper based on the path network characteristics and path selection requirements of geo-element flows (Figure 4).
The solution procedure is as follows:
(1)
Parameter initialization. First, the relevant parameters are initialized. Then, it is necessary to read the data into the program, set the target point of the selected path, and determine φ i j ( t ) according to Equation (3). Moreover, M is defined as the maximum iteration number.
(2)
Establishment of the solution space. Ants are placed at the start nodes. For Ant k (k = 1, 2,..., m), the next node to which it travels is calculated according to Equation (9) until ants have traveled to all nodes.
(3)
Updating of pheromones. After traversal of all nodes, the total length of the route is calculated, and the shortest path among those at the current iteration is recorded. The pheromone concentrations on the paths are updated according to Equations (10) and (11).
(4)
Judgment of termination. First, it is necessary to determine whether the maximum number of iterations is reached. If not, the procedure enters the second step with Ant K; otherwise, the values of K and M are compared. If K does not equal M, the procedure proceeds to the second step with the next ant, numbered K + 1; otherwise, the obtained optimal solution is evaluated according to Equations (12) and (13). Second, the current optimal solution needs to be assessed based on whether it meets the established preference conditions. If not, the parameters are reset, and the procedure enters the next round of iterations until the optimal solution is reached; otherwise, the current optimal solution is output as the final optimal solution.

3.3.2. Path Search Target Settings

The path search target is based on two mechanisms:
(1)
The spatial location of the end node is well defined, i.e., from a specific economy to a target economy that is at a specified spatial location. If the optimal path from Vietnam to Sri Lanka is found, the spatial location of the destination “Sri Lanka” is clear, and then the path selection process is guided by the spatial location.
(2)
The function of the destination is determined, i.e., the path ends at an economy with a specific function, e.g., from Vietnam to an economy that “provides crude oil”. Then, a functional judgment of the next node is required in the path selection process, and this process is guided by the above function. In reality, the selection and construction of macroeconomic corridors is a national strategic issue with a high cost and high impact and has considerable requirements for the universality and utilization of the selected paths; therefore, the node concentration areas that meet the functional requirements are designated as functional areas. Nodes in these functional areas have a high probability of being selected, which makes pathfinding somewhat tedious but purposeful. Depending on whether the path between nodes i and j falls within the search zone at moment t, different values may be set, as follows:
φ i j ( t ) = m ( m > 1 ) ( i ,   j ) S n ( n 1 ) ( i ,   j ) S ,

3.3.3. Heuristic Function Improvement

Suppose that there is Ant k (k = 1, 2, …, m). During movement, the state transfer probability for the ant is calculated based on the concentration of pheromones on each path and the corresponding information. ( P i j k t) denotes the transfer probability of Ant k moving from node i to node j at moment t, that is,
p i j k ( t ) = τ i j ( t ) α η i j ( t ) β s a l l o w e d k τ i s ( t ) α η i s ( t ) β 0 , j a l l o w e d k , j a l l o w e d k ,
In Equation (4), a l l o w e d k is the set of the next nodes that Ant k is allowed to choose when located at node i, which is a key factor in the ant’s path construction process. τ i j t is the pheromone concentration on path (i, j) at moment t. The starting pheromone concentration τ i j 0 = 0 in all sections. η i j t is the heuristic function, also known as visibility, which indicates the expectation of ants moving from node i to j. α is the information heuristic factor, which indicates the relative importance of trajectories and reflects the role of the information accumulated by ants during their movements in the selection of paths. The larger the value of this variable is, the more likely the ant is to choose the paths used by other ants and the higher the tacit understanding among ants. β is the degree of importance of the heuristic factor, which indicates how much importance the heuristic information is given when an ant chooses a path during its movement process. The larger the value of this variable is, the closer the state transfer probability method is to a greedy method.
In the ACO, the heuristic function is η i j t = 1 d i j , and d i j represents the spatial distance between two adjacent nodes, which is inversely proportional to the transfer probability and can be used to find the shortest path. A geo-economic factor flow in path selection is influenced by the attractiveness of the path and the length of the path, where the attractiveness of the path is mainly associated with the relationship between economies and the nature of the path. The length of the path is the spatial distance (center distance) between economies or the physical length of a certain type of path (such as the length of a route between two ports). Therefore, in this paper, the heuristic function is improved to couple the path nature, intereconomy distance and intereconomy relationship so that the path search process of ants is governed by directionality. The relevant heuristic factors and descriptions are as follows:
(1)
s u r i j : path nature heuristic factor. The nature of geographic object flow paths refers to the type of physical paths between two economies, such as land routes, sea routes, aircraft routes and underground pipelines. The different natures of paths influence the types of geo-economic goods that can be transported and the efficiency of their delivery. As there are various types of geographic objects, e.g., energy, information, and commodities, different types of geographic objects correspond to different path classes. For example, oil is usually transported by pipeline or sea, digital information is transported via fiber optic cables, and grain is shipped. There are differences in the flow rate or efficiency of different paths. Geo-economic factors tend to be transported along the most efficient routes, and s u r i j is calculated as follows:
s u r i j = a s c l a s s i j ,
In Equation (5), s c l a s s i j is the transport performance, and a is the match between the geo-economic factor type and the relevant subbase.
(2)
d i s i j : distance cost heuristic factor. The spatial distance between economies directly affects the cost and time of geographic object flows in the process of movement. As there are multiple path types, the distance is judged differently for different paths. For example, for sea routes, the distance between two ports is considered. In the case of land transport, the distance between the nearest stations of the two economies is considered. In the case of air routes, the closest route between the two economies is chosen, and for underground pipelines, the shortest distance between the borders of the economies is chosen. For similar geographic objects and path types, the greater the distance is, the higher the cost. Since low cost is sought in path selection, the inverse of the distance between two nodes is used here and calculated as follows:
d i s i j = 1 d i j ,
In Equation (6), d i j is the spatial distance between two nodes.
(3)
r e l a i j : relationship heuristic factor. This factor drives ants to prefer nodes with high relationship rating values for the originating economy and adjacent nodes. The relationship rating comes from two perspectives: the relationship between the originating economy and the j-th node and the relationship between the i-th and j-th nodes. The higher the combined relationship rating of these two factors is, the more attractive the nodes are for geographic objects. Thus, the relationship heuristic factor consists of three main parameters; one is the relationship rank value ( r e l a d e i j ) between the originating economy and each nodal economy, which can be quantified as a rank based on the relationship status between the economies as friendly, cooperative, average or conflicting. The second is the number of pairs of adjacent nodal economies that are members of the same intergovernmental international organization ( o r g i j ). The greater the number of international organizations of the same affiliation is, the greater the political and economic consensus between the two economies. The third is the maturity of the existing paths between two adjacent nodes ( f a c i j ). If paths exist between two economies, then the more mature they are, and the better the relationship between the two economies. Maturity can be measured by the normalized geographic object flow value, which is calculated as follows:
r e l a i j = a · r e l a d e 1 j + b · o r g i j + c · f a c i j ,
In Equation (7), a, b and c are the weights of each of the 3 parameters.
Based on the above heuristic factors, it follows that:
[ η i j t ] β = [ s u r i j t ] γ · [ d i s i j t ] ω · [ r e l a i j t ] δ ,
In summary, the improved transfer probabilities are as follows:
p i j k ( t ) = τ i j ( t ) α s u r i j ( t ) γ d i s i j ( t ) ω r e l a i j ( t ) δ ϕ ( t ) s a l l o w e d k τ i j ( t ) α s u r i s ( t ) γ d i s i s ( t ) ω r e l a i s ( t ) δ 0 , j a l l o w e d k , j a l l o w e d k ,
In Equation (9), α, γ, ω, and δ are factor weights.

3.3.4. Pheromone Updating Strategy

To avoid scenarios with too much residual pheromone, causing the residual information to overwhelm the new information, the residual information is updated with pheromone after each ant has taken a step or completes the traversal of all nodes. Pheromone updating strategies often require a balance between group intelligence and individual strengths. Pheromone renewal involves two processes: pheromone release and volatilization. Release means that the colony will release pheromones along the path that it travels. Volatilization mimics the pheromone properties of nature, and over time, the pheromone intensity of each route will decrease due to volatilization. To accelerate the convergence of the algorithm, the pheromone is updated using an elite ant strategy to increase the probability of the optimal route being discovered. The elite ant strategy is an improvement of the original ACO approach and is designed to provide an additional pheromone increment to the optimal path after each completed iteration [51]. The pheromone updating strategy is given in the following equation:
τ i j   ( t + n ) = ( 1 ρ )   τ i j   ( t ) + k = 1 m Δ τ i j k + e Δ τ i j k ρ ( 0 , 1 ) ,
In Equation (10), τ i j ( t + n ) is the original pheromone residue on road segment ( i , j ) , ρ is the pheromone volatilization factor, and ( 1 ρ ) is the information residue factor. Δ τ i j k denotes the pheromone increment for the k-th ant on road section ( i , j ) . Thus, k = 1 m Δ τ i j k is the sum of the pheromones released by all ants, Δ τ i j k is the additional pheromone added along the optimal path, and e is the incremental weight.
The ant pheromone updating method is based on the ant quantity system local updating strategy that was proposed by Dorigo M.; in this approach, the pheromone level is updated along a path after each step the ant takes, which can effectively prevent ants from converging on the same path [25]. This method is expressed in the following equation:
Δ τ i j k = Q L b e s t                 i , j     T b e s t 0                             i , j     T b e s t ,
In Equation (11), Q is the pheromone intensity, L b e s t is the optimal route, and T b e s t is the set of nodes associated with the optimal route.
Since the path constructed by each ant is not necessarily a feasible solution but rather a “component” of a feasible solution, the phenomenon of no feasible solution can be avoided by increasing the number of ants (large ant population), which is also one of the strategies used in the application of ACOs.

3.4. Testing and Evaluation

3.4.1. Testing Method

The Mann−Whitney U test, sometimes called the Mann−Whitney−Wilcoxon test or the Wilcoxon rank sum test, is used to test whether two samples are from the same population. The Mann−Whitney U test is used to determine whether the path samples obtained from the algorithm in this paper are significantly different from randomly selected samples. The multiple preferred paths derived using the method introduced in this paper are used as the experimental group (sample), and the randomly generated paths in the region are used as the control group (sample), with the length of paths and corresponding trade flows as the quantitative statistical attributes of a sample. If the variability in the two groups of samples is significant, the method proposed in this paper is considered credible.
The test steps are as follows:
(1)
The preferred and random paths are grouped, the length of and trade flow along each path are calculated, and the data are assessed to see if they are normally distributed.
(2)
The two sets of sample data are mixed, and the ranks are arranged in ascending order based on dataset size.
(3)
The rank sum of the two samples R 1 and R 2 is calculated.
(4)
The Mann−Whitney U test statistics U 1 and U 2 are obtained.
U 1 = R 1 n 1 ( n 1 + 1 ) 2 U 2 = R 2 n 2 ( n 2 + 1 ) 2
In Equation (12), n1 and n2 are the sizes of the samples.
(5)
A judgment is made. The minimum value between U 1 and U 2 is compared with the significant value U α . If U min < U α , there is a difference between the two samples, i.e., the optimal path derived with the method proposed in this paper is advantageous.

3.4.2. Evaluation Method

This paper focuses on the effectiveness of the algorithm based on the role and impact of the optimal path in the geo-economy. It is evaluated from two perspectives: the amount of trade flows along the optimal path and the coverage of the nodes on the optimal path.
(1)
The economic utility of the optimal path in this paper is evaluated based on the difference in factor flows on the optimal path derived in this paper and the preferred path derived with other methods.
F l o w P _ d = i = 1 , j = 1 n F low ( i , j )
R = F l o w P _ d b e s t F l o w P _ d o t h e r
In Equations (13) and (14), F l o w P _ d is the total element flow on any one path, i , j are the two nodes at the ends of the path, and n describes the total number of nodes on a path. In Equation (12), F l o w P _ d b e s t is the total element flow on the preferred path derived with the method proposed in this paper, F l o w P _ d o t h e r is the total element flow on any one path determined with other methods, and R is the ratio of the element flows on two paths. If R > 1 , the preferred path derived with the proposed method is advantageous; otherwise, another path is best.
(2)
The coverage of a path node reflects the extent of the path’s influence in the region.
cov = n N _ a l l
r = cov b e s t cov o t h e r
In Equations (15) and (16), n is the total number of nodes along a preferred path, N _ a l l is the number of all nodes in the region, and cov is the node coverage. cov b e s t is the node coverage along the preferred path with the method proposed in this paper, cov o t h e r is the node coverage along any one path derived with other methods, and r is the ratio of the node coverage obtained with the proposed method to that obtained with another method. If r > 1 , the preferred path derived by the proposed method is advantageous; otherwise, it has no advantage.

4. Results and Analysis

In the experiments, China is selected as the research subject, the path network of China’s geo-economic factor flows in the Indo-Pacific region is constructed, the improved ACO is applied to find the optimal paths of geo-economic factor flows, the optimal paths are analyzed, and the characteristics of key nodes in the path are assessed to identify potential economic corridors and economic hubs in the Indo-Pacific region.
The data used in this study cover 24 countries within the focus study area and 332 ports, and they are comprised of 3 main parts. The spatial data include the geographic coordinates of the center point of the spatial range of the economies, and the distance between two ports is calculated as the distance of the route between the two points. The relationship data assess the basic relationship value between two economies comprehensively by considering the number of international organizations that the two economies belong to and the official classification of the definition of the relationship between the economies (such as strategic partnerships). Additionally, the import and export trade volume is used as an assessment value for the economic relationship exchange. The path characteristics data provide a quantitative assessment based on the type and number of channels between two economies.
In terms of algorithm parameters, we have set α = 1 and β = 2, with a population of 150 ants and a maximum of 150 iterations.

4.1. Path Network Construction and Experimental Results

4.1.1. Path Network Construction

A path network is constructed from two levels, as follows:
(1)
At the macroeconomic level, the macro-, abstract and integrated regional economic relations and comprehensive transportation system are used as the background; the main economies in the region, in this case, countries, are selected as the parent nodes P; and the center points of the national spatial scope are used as the node positioning points to build an abstract path network based on intercountry economic and trade relations (Figure 5). Figure 5 represents the path network consisting of 24 nodes constructed based on the spatial location of 24 national center points in the study area.
(2)
At the level of physical facilities such as transportation routes and transportation stations, a physical path network based on transportation systems is constructed using facilities such as ocean routes, pipelines, railroads and ports in the region. Since China’s economic and trade interactions in the Indo-Pacific region depend mainly on maritime transport [52], the ports are used as subnodes, and maritime routes are used as optional paths to build a maritime route-based, specific path network (Figure 6). It illustrates the path network built on 332 ports by considering the existing routes in the key areas of the study region. We have chosen schematic diagrams to depict the path network for the sake of a better display scale.
A network of hierarchically nested paths is formed from the above approach and provides the set of all optional paths. On the basis of this path network, the optimal path is found using the ACO.

4.1.2. Experimental Results

Before using the ACO for optimal path selection, the starting and ending nodes of each path are set according to the two methods of start- and end-point setting in the approach described above. The first method is spatial location guidance. The starting point is China, and the path termination nodes are the other 23 countries in the study area, which can correspond to 23 generated geo-economic flow paths. In the second approach, functional guidance, two important Chinese ports, Guangzhou Port and Shanghai Port, are selected as the starting points, and the nodes at the western edge of the Indian Ocean that are choke points for ocean routes, namely, the Cape of Good Hope and the west coast region of the Gulf of Aden, are selected as end points.
The first approach yields an integrated, macroeconomic corridor in the context of economic relations, effectively representing China’s economic relations in the region. The second approach yields an economic corridor in the context of maritime transportation interests, effectively representing China’s specific economic and trade corridors in the Indo-Pacific region.
The starting point of a geo-economic factor flow is often set according to the subject of the study; for example, since the subject in this study is China, the starting point is set to China, and the starting point of a route path is determined from among China’s important ports that service India-Pakistan routes and Southeast Asia routes.
The experimentally derived preferred paths are further processed to remove directly connected paths and merge duplicate paths to identify China’s macroeconomic corridors in the Indo-Pacific region (Table 2) and the preferred paths based on ports in the Indo-Pacific region. (Table 3).

4.2. Tests and Evaluations of the Experimental Results

4.2.1. Test

The results of the Mann−Whitney U test described above are shown in Table 4.
In Table 4, the p values of 0.012 and 0.016 for the length and trade flow sample groups, respectively, indicate statistically significant results. The Cohen’s d values that characterize the magnitude of the differences are 1.495 and 1.3, respectively, indicating that the magnitude of the differences is large.

4.2.2. Evaluations

Based on the approach proposed in Section 3, the trade flow characteristics on the economic corridor can be used as an indicator to evaluate the performance of the economic corridor. Additionally, the coverage of the nodes derived from the two methods is compared from the perspective of the corridor’s influence range.
All eight corridor trade flows derived from the method proposed in this paper display an increasing trend (Figure 7). The Figure 7 presents the trade flow trends of the eight Eco-corridors (Eco-corridor 1 to Eco-corridor 8), which correspond to the eight corridors listed in Table 2. The curves display the total trade flow trends of each corridor in the last five years. The upward trend of all eight curves suggests that corridors have had a positive impact on trade flows.
Several ACO variants have been proposed in the literature. Owing to their superior performance over other alternatives, the most popular ACO algorithms are Rank-based Ant System (AS-Rank), Max-Min Ant System (MMAS) and Ant System with elitist strategy (EAS) which used in this paper. We compare the algorithm in this paper with AS-Rank and MMAS.
We used the AS-Rank and MMAS in the same study area and select parameters that have not been improved as heuristic factors. Then preferred paths are identified (Table 5), and the trend of trade flow changes on the paths can be represented accordingly (Figure 8). The Figure 8 illustrates the trends of the total trade flows of the Eco-corridors derived from two algorithms, AS-Rank and MMAS. The Eco-corridor 1’ to Eco-corridor 8’ and Eco-corridor I to Eco-corridor VIII refer to the corridors listed in Table 3. The increases in the relevant trade flows on the preferred paths identified with the AS-Rank and MMAS over the past 5 years are not obvious. The R ,which is the ratio of the flows on the preferred paths derived from different algorithms., can be calculated. Values of the R_ASRank and R_MMAS are 2.6 and 1.6, respectively, which preferred path derived with the proposed method is advantageous; it can be verified that the economic corridors identified in this paper provide obvious economic utility. By comparing the economic trade performance of the optimal paths derived from different variants, we find that what really affects the application of the algorithm in the geo-economic domain is the ability to choose the appropriate heuristic factors and to determine the appropriate transfer probabilities.
The resulting number of path nodes identified using the proposed method in this paper is 74%, while those of the two ACO variants are 57% and 60%. This result suggests that the economic corridors derived with the method proposed in this paper have a wide range of influence.

4.3. Economic Corridor Analysis

China’s economic corridors in the Indo-Pacific region exhibit two characteristics. First, the spatial distribution pattern of the corridors is consistent with the direction of spatial trade extension. For example, the China-Vietnam-Cambodia-Malaysia-Singapore corridor is arranged according to spatial distance, from near to far. Second, the number of nodes varies from path to path. Paths with a large number of nodes, such as China-Vietnam-Brunei-Indonesia-Australia-New Zealand, pass through four nodes between the start and end points; paths with a comparatively smaller number of nodes, such as China-Korea-Japan, have only one node in between the start and end points. The number of nodes is somewhat related to the economic volume of the economy.
Next, the screened economic corridors are analyzed from three aspects in conjunction with the actual situation.
In terms of relationship connectivity patterns, a number of countries have direct links with China, including Vietnam, Myanmar and the Republic of Korea; Sri Lanka, the Maldives, the Philippines, and Malaysia have indirect associations. Directly connected and interconnected countries play different roles in the corridors. Directly connected countries generally have relatively sensitive geopolitical relations with China, and they have stronger economic influences or economic contact with China and the potential to become economic hubs. Interconnected countries, on the other hand, have a greater potential role in the extension of China’s economic development space, as directly connected countries can be used as corresponding points of contact. These interconnected economies should be taken seriously in future trade, investment and other economic transactions.
In terms of spatial distribution characteristics, the countries in the corridor that are directly connected to China are relatively close to China in terms of spatial distance, and they all border China by land or sea, indicating that China will be most influenced and constrained by neighboring countries when developing its geo-economic network in the Indo-Pacific region. Other countries are mostly noncontiguous and relatively distant in space, and they often need to pass through other nodal countries when establishing a relationship channel with China. Thus, it appears that geographic location still plays an important role in geo-economics and is an influential factor in China’s expansion in the Indo-Pacific region.
In terms of economic and trade exchanges, countries in the economic corridor are more important in China’s foreign trade. The importance of these corridors in China’s foreign economy can be assessed based on the trade volume share of countries in the abovementioned eight economic corridors with China from 2017 to 2021. Four economic corridors accounted for approximately 20% of China’s trade in the Indo-Pacific region from 2017 to 2021, and one corridor was close to 50% (Figure 9). Moreover, the goods traded between China and the countries in the Indo-Pacific region mainly fall within the following sectors: agricultural products, mechanical and electronic equipment industries, and mineral resources. Notably, Vietnam and Myanmar, which are in the economic corridor, are ranked 6th and 10th, respectively, in terms of agricultural trade value as China’s agricultural trade partners.
The main partners for E&E import trade with China are concentrated in the “peninsular countries” of Southeast Asia, with dense economic corridors, such as Vietnam-Cambodia-Malaysia, Myanmar-Bangladesh, Myanmar-Lao, and People’s Dem. Rep.-Thailand. This concentrated pattern is due to the abundant labor population and relatively low labor costs in peninsular Southeast Asian countries, which have led to the transfer of manufacturing industries to Southeast Asian countries [53], with an important contribution to China’s construction of the “21st Century Maritime Silk Road” [7].
Through the economic corridor analysis, we can explore the economies in the region that can be linked, and form development axes from these economies, which is conducive to the formation of a large-scale economic development space with strong linkages in the region.

4.4. Economic Hub Analysis

An economic hub is an economy that plays a communicative role in an economic corridor or region. When an economy is linked to other economies in a specific spatial and temporal context, it often requires the participation or support of specific economies, and if certain economies are always “needed”, then they are considered to play the role of a geohub. These geohubs can be countries, political centers, seaports, land border crossings, etc., and they are usually key nodes (nodal) in the paths of geo-economic relations. In contrast to the definition of nodal in Cohen’s Geopolitics [54], the key node here is primarily oriented toward a specific economy, usually a country or region where that economy plays an important linking role in the development of regional economic relations. These nodes have certain advantages relative to other economies in terms of geographical location, socioeconomics, infrastructure, closeness of relationships and cultural perceptions. Additionally, they could become a geo-economic concern for China. Based on the hierarchical nature of China’s pathway network in the Indo-Pacific region, the following analysis is conducted from the perspectives of both hub countries and hub ports.

4.4.1. Hub Countries

The nodes in each of China’s preferred paths in the Indo-Pacific region are counted. Nodes with higher occurrence rates generally play a more pivotal role in the region and are often of greater positive significance to China’s economic development in the Indo-Pacific region.
The statistical analysis shows that the rate of being an intermediate node along a path varies considerably from country to country (Figure 10); the probabilities are as follows: Vietnam at 32%, Myanmar at 16%, South Korea at 12%, and Cambodia and Indonesia at 8%. These results indicate that the nodal roles of Vietnam, Myanmar and South Korea are relatively obvious and that these countries have value as economic hubs as China develops its geo-economy in the Indo-Pacific region.
In terms of spatial relations, Vietnam, Myanmar and South Korea all border China, and they are located at the intersection of two geographical features, i.e., the sea and land, with corresponding different modes of transport. Among them, Vietnam and Myanmar are Southeast Asian peninsular countries, are located between China and the South Pacific and Indian Ocean, and can integrate the combined advantages of land and sea transportation. South Korea is located in Northeast Asia; it borders China by sea, and it plays a hub role in the Northeast Asian region and the Western Pacific region. In terms of spatial relations, these three pivotal countries could have a positive effect on the expansion of China’s geopolitical relations in the Indo-Pacific region. It is evident that geo-spatial distance and spatial relations continue to have a direct impact and influence on the geo-economy.
In terms of the access base, the railway lines to be built between China and Vietnam and China and Myanmar are located in the middle of the Pan-Asian High-Speed Eastern Railway network, which runs from Vietnam through Cambodia, Thailand, Malaysia and, finally, Singapore. It is an important transportation artery for China’s ASEAN countries, linking geo-access to Southeast Asia. The China-Myanmar International Railway on the western route of the Trans-Asian Railway and the China-Myanmar Oil and Gas Pipeline, which is the fourth-largest energy import corridor, are the main geopolitical corridors between China and Myanmar and important nodes in the expansion of the geopolitical relations network in Southeast Asia. Vietnam is also actively building various transnational infrastructures as the basis for economic corridors [55]. The closest route between South Korea and China is only 102 nautical miles and includes approximately 12 ports and 15 shipping routes, making communication among countries convenient in all areas.

4.4.2. Hub Ports

The geo-economic relational network of the Indo-Pacific region relies heavily on the sea as a link. Ninety percent of China’s international trade is conducted by sea, with most of the navigable routes passing through the Indian Ocean and the South China Sea and 80% of oil and gas vessels passing through the Strait of Malacca. Similarly, the economy of China, which is a global manufacturing center, is dependent on the import of materials and minerals via maritime transport. The countries in Southeast Asia can exert control over the connecting routes between the Indian and Pacific Oceans, and port construction in these countries is vital for maritime geostrategic security. Therefore, the economic corridors of China in the Indo-Pacific region are geared toward the need for security and stable development, and the characteristics of China’s trade in the Indo-Pacific region are integrated to identify port hubs with certain potential.
In the port path analysis using the ACO, the range of relevant countries along the Southeast Asian route and the Indo-Pak route within the Indo-Pacific region is used to constrain a functional zone; the delivery performance parameters are mainly selected based on the evaluation of parameters such as the tonnage and berth of a port; the spatial distance is the length of the sea route between two ports; and the association relationships are based on the relationship data from the country where a port is located.
From the experiment, the ports with hub potential along the two routes are the Bontang LNG Terminal in Indonesia, Kota Kinabalu in Malaysia, Galle Harbor in Sri Lanka and Cochin in India.
In terms of spatial distribution, most of the ports are on China’s corridor linking the Indian Ocean and the South Pacific, located at the entrance and exit of the Kra Isthmus, with good spatial connectivity to other countries and a certain radiation effect on surrounding areas. The port of Bontang LNG Terminal, also known as Makassar, is located at the southern entrance to the eastern side of the Makassar Strait in eastern Indonesia, which is a major transportation route between Asia and Australia. This port is a distribution center for internal and external trade in northeastern Indonesia. The port of Kota Kinabalu is located on the west coast of Gaya Bay, on the northwest coast of Saba, in the northern part of the island of Kalimantan, Malaysia, and on the southern side of the South China Sea. Galle is located on the southwest coast of Sri Lanka, bordering the northern side of the Indian Ocean, and it is the main port in southern Sri Lanka. The port of Cochin is located on the southwestern coast of India, facing the Arabian Sea, and it has an excellent harbor with well-developed water transport. It is one of the main ports on the Indo-Pak route.
In terms of existing port conditions, of the five ports mentioned above, Kota Kinabalu and Cochin are currently medium-sized ports, and Port Galle and Bontang LNG Terminal are both smaller ports. However, most ports have the capacity for large ships. Among them, Cochin Port has nearly 20 berths throughout the territory, with an annual throughput of approximately 5 million tons, and its international container depot is the largest container trans-shipment center in India. Kota Kinabalu is the main port in Sabah, Malaysia. There are nine berths in the port area, and they can accommodate 30,000-ton tankers. Additionally, the port’s warehouses and other supporting facilities are relatively complete. Galle is the main port in southern Sri Lanka, with three berths at the main quay and two ten-thousand-ton vessels. Galle and Bontang LNG Terminal are currently not directly available as ports for cargo ships, and they need to be further upgraded and developed based on the local natural conditions.
Tapping into the port hubs could aid in the creation of an economic corridor linking China to the Indian Ocean and promote China’s economic and trade development. The Chinese government’s “One Belt, One Road” project, the Maritime Silk Road, focuses on building a network of ports through the construction and expansion of ports and the development of industrial zones in port cities, from the eastern coastal cities of China through the South China Sea, the Indian Ocean and the Mediterranean Sea, connecting with the Atlantic Ocean to European ports and forming a major artery through Eurasia. By investing in the construction of ports in the countries bordering the Indian Ocean, China is strengthening its cooperation with the countries in the region and building a network of geo-economic relations that will contribute to sustainable development.

5. Discussion

The main results of this research are oriented to the real problem of economic corridor selection. From the perspective of optimal path selection for economic factor flows, the optimal path, as an economic corridor in the region, can be identified by improving the ACO-based path network for the macro-region. Economic corridors include macroscopic economic corridors in the context of intercountry relations and physical economic corridors in the context of transportation corridor facilities. Countries and ports in the corridors with economic hub values are identified. In the geo-economic analysis of China in the Indo-Pacific region, the methodology developed in this paper is used to identify eight valuable economic corridors, three potential economic hub countries and four ports.
The relevance of this paper is to provide methodological and analytical concepts for the siting of cross-border economic corridors at the macroscopic scale and to provide a decision aid for the sustainable development of the national geo-economy.
The main innovations of this paper are as follows:
(1)
An improved ACO suitable for solving path selection problems in macroscopic socioeconomic spaces is proposed. The ACO is improved in terms of constructing hierarchical path networks and heuristic functions. The hierarchical network takes into account the needs of both the economic relationship paths and the specific physical paths of a country. The improvement of the heuristic function fully considers the realistic characteristics of geo-economics and various factors, such as the distance, relationship, and efficiency of multiple possible routes between two nodes. By setting functional areas, path selection is characterized by a certain direction and priority, which is in line with realistic requirements. The improved ACO improves the applicability of the algorithm in geo-economic application scenarios, and its feasibility is verified through experiments.
(2)
A method for mining geographic hubs is explored. The frequency of node occurrences along the preferred path is used to mine geographic hubs. That is, if a node appears several times along the preferred path of a particular economy, then to some extent, the node plays a pivotal role in trade, transport or national relations and has the potential to become an economic hub for the sustainable development of the region.
(3)
The experimental results are evaluated from two perspectives: the flow of corridor economic factors and the coverage of corridor nodes. Thus, the feasibility of the method can be assessed, and the utility of economic corridors in the geo-economy can be verified.
Compared with previous methods, the proposed method provides the following advantages, but it also has some limitations.
(1)
The ACO finds the shortest path among a large number of feasible paths via the movement pattern of the whole colony, i.e., the goal is to find the shortest path, but the path strategy for geo-economic factor flows is not the “shortest is the best” strategy. Therefore, it is necessary to define the optimal path according to the requirements of the macro-socioeconomic field. The improved ACO and similar optimization algorithms have improved evaluations of optimal paths and involve provincial (continental) relief corridors [46], public economic environment monitoring and management [56], and heavy-haul railway networks [57], but they are still not applicable for solving the intercountry economic corridor selection problem. In this paper, the heuristic factors are determined by coupling the path nature, the relationship between economies, and the trade distance to determine the priority in path selection according to the realistic needs of economic corridors.
(2)
The nodes in the classic ACO and ACO variants are all at the same level, and there is a lack of constraints on nodes and paths at different levels. Although some studies have considered the problem of the nesting of levels [41,58], the constraints between different levels are not clearly defined. In this paper, the method of geo-element flow path selection considers the attribution relationship between parent−child nodes, and a network with two levels is developed from the macro-abstract relationship perspective and the concrete physical path perspective.
(3)
The classic ACO and ACO variants do not consider the priority differentiation of some specific nodes after setting the transfer probability. Although some studies have defined “hot zones” [59] and “reasonable areas” [60], the setting of hot zones is fixed and cannot be flexibly set according to different “ant” preferences, which is not in line with the general logic of path selection in the geo-economic field. In this paper, the functional zones are set according to the development needs of the economy, and there are different functional zones for different needs.
There are also some limitations to the research in this paper:
(1)
In conducting the experimental analysis, the physical paths were verified and analyzed mainly using the marine transportation system as an example, without considering other types of paths, such as railroads, oil and gas pipelines, and fiber optic channels. This paper also does not address mixed paths, such as the case in which an economy is used as a traffic switching node from land-based to maritime transport. Therefore, in future research, it is necessary to expand the existing analysis to improve the diversity and comprehensiveness of node types and channel types.
(2)
In the port-based geo-economic relation analysis, there may be some countries with missing ports due to problems such as lack of data completeness or lagging updates for individual countries. However, this issue does not exclude the existence of hub potential at these ports. Therefore, further refinement of the data is required to identify other possible key nodes and geographic hubs.
The importance of this study can be summarized as follows:
(1)
By constructing the path network, setting functional areas, and optimizing the heuristic factors, the applicability of the ACO is improved for solving path selection problems in macro-space.
(2)
The method for selecting reasonable economic corridors and economic hubs is of great importance to the sustainable development of national and regional economies. The paper provides a referenceable method for the location of economic corridors and the identification of hub economies and can assist as a decision aid in the construction, adjustment and sustainable development of geo-economic relations among countries in a region.
The findings of this paper are as follows. Path networks based on macroeconomic relationships and physical path networks based on transportation systems can be used to abstract complex paths in geo-economics and provide a path network basis for path selection at different levels. Functional areas in the ACO can be set to determine the priorities of path nodes and add directionality to optimal path selection. The optimization of parameters in the ACO allows the algorithm to be applied to path selection problems in macroscopic space. The improved ACO is used to derive eight valuable economic corridors, three potential economic hub countries and four ports for China in the Indo-Pacific region. The comparison with the ACO variants and the analysis of realistic economic characteristics verify the effectiveness of the method proposed in this paper. It can be argued that the research presented in this paper provides a referenceable method for the location of economic corridors and the identification of hub economies, which can provide decision aid for the construction, adjustment and sustainable development of geo-economic relations among countries in the studied region.
It is crucial to explore more advanced optimization algorithms for decision-making in economic and social fields. While this paper focuses on the ant colony algorithm, there exist other advanced optimization algorithms that can solve complex decision problems, such as custom heuristics and metaheuristics, hybrid algorithms, and adaptive algorithms. In future research, it is important not only to explore the applications of these algorithms in the socioeconomic field but also to combine them to take advantage of their different strengths in solving decision problems. There are many domains where advanced optimization algorithms have been used as solution approaches, including online learning [61], scheduling [62,63,64], multi-objective optimization [65], transportation [66] and so on. From the application of these algorithms in various fields, it is clear that they have the potential to effectively solve complex decision problems. In the socioeconomic field, applying advanced optimization algorithms could help reduce the uncertainty brought by social factors in decision-making and improve decision accuracy. Looking ahead, there is a need to investigate how these algorithms can be used in the socioeconomic field to address complex decision-making problems. This could involve adapting existing algorithms or developing new ones specifically designed for this purpose. Overall, the application of advanced optimization algorithms could pave the way for more accurate and effective decision-making in the socioeconomic field.

Author Contributions

Conceptualization, W.Z.; methodology, W.Z. and Y.W.; validation, N.J. and W.Z.; formal analysis, W.Z. and Y.W. survey, W.Z. and X.Z.; resources, W.Z.; data collation, X.Z.; writing—original manuscript preparation, W.Z.; writing—review and editing, W.Z. and X.Z.; visualization, W.Z. and X.Z.; supervision, N.J.; project management, N.J.; funding acquisition, N.J. All authors have read and agreed to the published version of the manuscript.

Funding

National Key Research and Development Program of China, No. 2021YFB3900900; Major projects of the National Social Science Fund of China, No. 20&ZD138.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

International Organization Data of the Ministry of Commerce of the People’s Republic of China (http://www.mofcom.gov.cn/aarticle/Nocategory/200611/20061103878826.html, accessed on 1 December 2022.), the United Nations Statistics Division (https://www.un.org/development/desa/zh/about/desa-divisions/statistics.html, accessed on 1 December 2022.), PortNet (http://ports.com/, accessed on 1 December 2022.), Global Routes and Ports Data (https://www.sofreight.com/ports/au, accessed on 1 January 2023.), the World Bank Data website (https://data.worldbank.org.cn, accessed on 1 October 2022.), the China Customs Statistics Platform (https://www.customs.gov.cn, accessed on 1 November 2022.).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Scholvin, S. Geographical conditions and political outcomes. Comp. Strategy 2016, 35, 274–283. [Google Scholar] [CrossRef]
  2. Hu, W.; Ge, Y.; Hu, Z.; Ye, S.; Yang, F.; Jiang, H.; Hou, K.; Deng, Y. Geo-economic linkages between China and the countries along the 21st-century maritime silk road and their types. Int. J. Environ. Res. Public Health 2022, 19, 2946. [Google Scholar] [CrossRef] [PubMed]
  3. Yu, Y.; Yu, G. Research on the development of geo-channel between China and neighboring countries in the context of “One Belt, One Road”. J. Shandong Agric. Eng. Coll. 2017, 34, 54–57. [Google Scholar]
  4. Yu, Y.; Yu, G. Study on the spatial pattern of geo-corridors between China and neighboring countries in the context of “One Belt, One Road”. J. Tonghua Norm. Univ. 2017, 38, 33–36. [Google Scholar]
  5. Li, Y. Study on the Spatio-Temporal Evolution and Evolutionary Mechanism of the Geo-Economic Environment in the China-India-Myanmar Junction; Yunnan Normal University: Kunming, China, 2021. [Google Scholar]
  6. Wu, A.; Wu, J. Analysis of China’s strategic channel for oil import security. J. Chang. Univ. (Soc. Sci. Ed.) 2006, 3, 82–85. [Google Scholar]
  7. Wu, L.; Qin, Q.; Zhang, D.; Cheng, S. The Indian Ocean corridor and its impact on China’s geo-economic environment. Adv. Geosci. 2018, 37, 1510–1520. [Google Scholar]
  8. Liang, M.; Xu, J.; Zhang, M.; Peng, Y. The role mechanism of cross-border corridors in energy geopolitics. Int. Pet. Econ. 2021, 29, 1–8. [Google Scholar]
  9. Hutasavi, S.; Chen, D. Estimating district-level electricity consumption using remotely sensed data in eastern economic corridor, Thailand. Remote Sens. 2021, 13, 4654. [Google Scholar] [CrossRef]
  10. Zhao, J.; Sun, G.; Webster, C. Does China-Pakistan economic corridor improve connectivity in Pakistan? A protocol assessing the planned transport network infrastructure. J. Transp. Geogr. 2022, 100, 103327. [Google Scholar] [CrossRef]
  11. Zhang, J.; Ge, Y.; Li, Y.; Zou, Q.; Jiang, Y.; Chen, H.; Chen, X. Zonation-based landslide hazard assessment using artificial neural networks in the China-Pakistan Economic Corridor. Front. Earth Sci. 2022, 10, 927102. [Google Scholar] [CrossRef]
  12. Liang, M.; Zhao, Y.; Ren, C.; Peng, Y.; Zhang, Q. Risks and coping strategies of China’s oil and gas import corridors in the new era. Oil Gas Storage Transp. 1–13.
  13. Xie, B.; Yue, R. Geopolitical perspective on the security of the 21st Century Maritime Silk Road corridor. Southeast Asia 2015, 5, 3–7. [Google Scholar]
  14. Marchang, R. BCIM economic corridor an integral part of BRI for regional cooperation: Positioning India’s North-East and act east policy. J. Asian Secur. Int. Aff. 2021, 8, 249–269. [Google Scholar] [CrossRef]
  15. Khan, M.I.; Xu, Q. An assessment of environmental policy implications under the China-Pakistan economic corridor: A perspective of environmental laws and sustainable development. Sustainability 2021, 13, 1223. [Google Scholar] [CrossRef]
  16. Abula, K.; Abula, B. An analysis of gravity model based on the impact of China’s agricultural exports—A case study of western and Central Asia along the economic corridor. Acta Agric. Scand. B Soil Plant Sci. 2021, 71, 432–442. [Google Scholar] [CrossRef]
  17. Tontisirin, N.; Anantsuksomsri, S. Economic development policies and land use changes in Thailand: From the eastern seaboard to the eastern economic corridor. Sustainability 2021, 13, 6153. [Google Scholar] [CrossRef]
  18. Dorigo, M.; Maniezzo, V.; Colorni, A. Ant system: Optimization by a colony of cooperating agents. IEEE Trans. Syst. Man Cybern. B (Cybern.) 1996, 26, 29–41. [Google Scholar] [CrossRef] [Green Version]
  19. Huang, G.; Gao, X.; Jin, S.; Tan, F. Research and application of ant colony based algorithm for shortest path problem. Comput. Eng. Appl. 2007, 13, 228+233–235. [Google Scholar]
  20. Zhang, J.H.; Xu, X.H. A new evolutionary algorithm—The ant colony algorithm. Syst. Eng. Theory Pract. 1999, 3, 85–88+110. [Google Scholar]
  21. Kennedy, J.; Eberhart, R. Particle swarm optimization. Proceedings of ICNN’95—International Conference on Neural Networks, Perth, WA, Australia, 27 November 1995–1 December 1995; IEEE: New York, NY, USA, 1995; pp. 1942–1948. [Google Scholar]
  22. Karaboga, D.; Basturk, B. A powerful and efficient algorithm for numerical function optimization: Artificial bee colony (ABC) algorithm. J. Glob. Optim. 2007, 39, 459–471. [Google Scholar] [CrossRef]
  23. Mirjalili, S. Moth-flame optimization algorithm: A novel nature-inspired heuristic paradigm. Knowl. Based Syst. 2015, 89, 228–249. [Google Scholar] [CrossRef]
  24. Zamani, H.; Nadimi-Shahraki, M.H.; Gandomi, A.H. Starling murmuration optimizer: A novel bio-inspired algorithm for global and engineering optimization. Comput. Methods Appl. Mech. Eng. 2022, 392, 114616. [Google Scholar] [CrossRef]
  25. Nannicini, G.; Delling, D.; Liberti, L.; Schultes, D. Bidirectional A  ∗  search for time-dependent fast paths. In Experimental Algorithms. WEA 2008. Lecture Notes in Computer Science; McGeoch, C.C., Ed.; Springer: Berlin/Heidelberg, Germany, 2008; pp. 334–346. [Google Scholar]
  26. Dijkstra, E.W. A note on two problems in connexion with graphs. Numer. Math. 1959, 1, 269–271. [Google Scholar] [CrossRef] [Green Version]
  27. Le, Y.; Gong, J. An efficient implementation of Dijkstra’s shortest path algorithm. J. Wuhan Univ. Surv. Mapp. Sci. Technol. 1999, 3, 209–212. [Google Scholar]
  28. Blum, C. Ant colony optimization: Introduction and recent trends. Phys. Life Rev. 2005, 2, 353–373. [Google Scholar] [CrossRef] [Green Version]
  29. Deng, J.J.; Zhang, L.; Wu, D. Structural optimization design based on improved ant colony algorithm. J. Phys. Conf. Ser. 2022, 2173, 012079. [Google Scholar] [CrossRef]
  30. Stützle, T.; Hoos, H.H. MAX–MIN ant system. Future Gener. Comput. Syst. 2000, 16, 889–914. [Google Scholar] [CrossRef]
  31. Dorigo, M.; Gambardella, L.M. Ant colonies for the travelling salesman problem. Biosystems 1997, 43, 73–81. [Google Scholar] [CrossRef] [Green Version]
  32. Bullnheimer, B.; Hartl, R.F.; Strauß, C. A New Rank Based Version of the Ant System-A Computational Study. Cent. Eur. J. Oper. Res. Econ. 1997, 7, 25–38. [Google Scholar]
  33. Gong, C.; Yang, Y.; Yuan, L.; Wang, J. An improved ant colony algorithm for integrating global path planning and local obstacle avoidance for mobile robot in dynamic environment. Math. Biosci. Eng. MBE 2022, 19, 12405–12426. [Google Scholar] [CrossRef]
  34. Sangeetha, V.; Krishankumar, R.; Ravichandran, K.S.; Cavallaro, F.; Kar, S.; Pamucar, D.; Mardani, A. A Fuzzy Gain-Based Dynamic Ant Colony Optimization for Path Planning in Dynamic Environments. Symmetry 2021, 13, 280. [Google Scholar] [CrossRef]
  35. Zhang, C.; Zhang, D.; Zhang, M.; Zhang, J.; Mao, W. A three-dimensional ant colony algorithm for multi-objective ice routing of a ship in the Arctic area. Ocean Eng. 2022, 266, 113241. [Google Scholar] [CrossRef]
  36. Zhu, S.; Fu, H.; Li, Y. Optimization Research on Vehicle Routing for Fresh Agricultural Products Based on the Investment of Freshness-Keeping Cost in the Distribution Process. Sustainability 2021, 13, 8110. [Google Scholar] [CrossRef]
  37. Sui, F.; Tang, X.; Dong, Z.; Gan, X.; Luo, P.; Sun, J. ACO+PSO+A*: A bi-layer hybrid algorithm for multi-task path planning of an AUV. Comput. Ind. Eng. 2023, 175, 108905. [Google Scholar] [CrossRef]
  38. Lyridis, D.V. An improved ant colony optimization algorithm for unmanned surface vehicle local path planning with multi-modality constraints. Ocean. Eng. 2021, 241, 109890. [Google Scholar] [CrossRef]
  39. Xi, J.; Mu, K.; Ding, T.; Zhang, C.; Guo, H. A macroscopic and hierarchical location model of regional road traffic disaster relief material repository. Adv. Mech. Eng. 2019, 11. [Google Scholar] [CrossRef] [Green Version]
  40. Wei, Y.; Jiang, N.; Li, Z.; Zheng, D.; Chen, M.; Zhang, M. An improved ant colony algorithm for urban bus network optimization based on existing bus routes. ISPRS Int. J. Geo Inf. 2022, 11, 317. [Google Scholar] [CrossRef]
  41. Cui, Y.; Ren, J.; Zhang, Y. Path planning algorithm for unmanned surface vehicle based on optimized ant colony algorithm. IEEJ Trans. Electr. Electron. Eng. 2022, 17, 1027–1037. [Google Scholar] [CrossRef]
  42. Ismail, M.; Husnain, S.M. Recalibrating impact of regional actors on security of China–Pakistan Economic Corridor (CPEC). Fudan J. Humanit. Soc. Sci. 2022, 15, 437–462. [Google Scholar] [CrossRef]
  43. Siddiqa, A.; Haider, S.A. Strategic overlays in the Indo-Pacific: Implications for South Asia. Asia Soc. Sci. ACOd. 2022, 6, 1–15. [Google Scholar] [CrossRef]
  44. Nagy, S.R. US-China strategic competition and converging middle power cooperation in the Indo-Pacific. Strateg. Anal. 2022, 46, 260–276. [Google Scholar] [CrossRef]
  45. U.S. Department of State. A Free and Open Indo-Pacific: Advancing a Shared Vision; U.S. Department of State: Washington, DC, USA, 2019. [Google Scholar]
  46. Brewster, D. Dividing lines: Evolving mental maps of the Bay of Bengal. Asian Secur. 2014, 10, 151–167. [Google Scholar] [CrossRef]
  47. United Nations. UN Comtrade Database. Available online: https://comtrade.un.org/ (accessed on 13 March 2021).
  48. WHO. WTO Data. Available online: https://data.wto.org/en (accessed on 1 November 2022).
  49. Growth Lab. Atlas of Economic Complexity. Available online: https://atlas.cid.harvard.edu/ (accessed on 1 December 2022).
  50. Zhang, G.; Hu, X.; Chai, J. A review of path planning algorithms and their applications. Mod. Mach. 2011, 5, 85–90. [Google Scholar]
  51. Dorigo, M.; Stützle, T. Ant colony optimization: Overview and recent advances. In Handbook of Metaheuristics. International Series in Operations Research & Management Science; Gendreau, M., Potvin, J.Y., Eds.; Springer: Boston, MA, USA, 2010; pp. 227–263. [Google Scholar]
  52. Zhao, S. Higher Education Press; Higher Education Press: Beijing, China, 2010. [Google Scholar]
  53. Cross-Border Search. Analysis of Bilateral Trade between China and Southeast Asia and Major Imports from Southeast Asia [EB/OL]. Available online: https://www.sohu.com/a/439090967_120904002 (accessed on 1 October 2022).
  54. Cohen, S.B. Geopolitics: The Geography of International Relations; Rowman & Littlefield: London, UK, 2015. [Google Scholar]
  55. Dang, T.T.; Nguyen, T.O.; Tran, N.D.; Nguyen, D.T. Transport infrastructure connectivity through the Mekong–India economic corridor: A case study of india and vietnam. FOCUS J. Int. Bus. 2022, 9, 22–45. [Google Scholar] [CrossRef]
  56. Ji, H.; Li, Z. A decision model for public economic environment monitoring and management decision using improved ant colony algorithm. J. Environ. Public Health 2022, 2022, 4096566. [Google Scholar] [CrossRef]
  57. Xiang, X.; Zhu, X. An optimization strategy for improving the economic performance of heavy-haul railway networks. J. Transp. Eng. 2016, 142, 04016003. [Google Scholar] [CrossRef]
  58. Khan, S.; Baig, A.R. Ant colony optimization based hierarchical multi-label classification algorithm. Appl. Soft Comput. 2017, 55, 462–479. [Google Scholar] [CrossRef]
  59. Chen, Y. Research on vehicle path optimization problem based on improved ant colony algorithm. Comput. Appl. Res. 2012, 29, 2031–2034. [Google Scholar]
  60. Xu, H.; Pu, P.; Duan, F. Dynamic vehicle routing problems with enhanced ant colony optimization. Discrete Dyn. Nat. Soc. 2018, 2018, 1–13. [Google Scholar] [CrossRef] [Green Version]
  61. Zhao, H.; Zhang, C. An online-learning-based evolutionary many-objective algorithm. Inf. Sci. 2020, 509, 1–21. [Google Scholar] [CrossRef]
  62. Dulebenets, M.A. A novel memetic algorithm with a deterministic parameter control for efficient berth scheduling at marine container terminals. Marit. Bus. Rev. 2017, 2, 302–330. [Google Scholar] [CrossRef] [Green Version]
  63. Dulebenets, M.A. An Adaptive Polyploid Memetic Algorithm for scheduling trucks at a cross-docking terminal. Inf. Sci. 2021, 565, 390–421. [Google Scholar] [CrossRef]
  64. Kavoosi, M.; Dulebenets, M.A.; Abioye, O.F.; Pasha, J.; Wang, H.; Chi, H. An augmented self-adaptive parameter control in evolutionary computation: A case study for the berth scheduling problem. Adv. Eng. Inform. 2019, 42, 100972. [Google Scholar] [CrossRef]
  65. Pasha, J.; Nwodu, A.L.; Fathollahi-Fard, A.M.; Tian, G.; Li, Z.; Wang, H.; Dulebenets, M.A. Exact and metaheuristic algorithms for the vehicle routing problem with a factory-in-a-box in multi-objective settings. Adv. Eng. Inform. 2022, 52, 101623. [Google Scholar] [CrossRef]
  66. Rabbani, M.; Oladzad, A.N.; Akbarian, S.N. Ambulance routing in disaster response considering variable patient condition: NSGA-II and MOPSO algorithms. J. Ind. Manag. Optim. 2022, 18, 1035–1062. [Google Scholar] [CrossRef]
Figure 1. Scope of the study area. Note: This map is based on the standard map of GS (2021)5450 from the standard map service website of the Ministry of Natural Resources of China, with no modification to the base map.
Figure 1. Scope of the study area. Note: This map is based on the standard map of GS (2021)5450 from the standard map service website of the Ministry of Natural Resources of China, with no modification to the base map.
Sustainability 15 04758 g001
Figure 2. Framework of the study.
Figure 2. Framework of the study.
Sustainability 15 04758 g002
Figure 3. Schematic diagram of the nested paths of the geographic object flow hierarchy.
Figure 3. Schematic diagram of the nested paths of the geographic object flow hierarchy.
Sustainability 15 04758 g003
Figure 4. A schematic diagram of the improved ACO.
Figure 4. A schematic diagram of the improved ACO.
Sustainability 15 04758 g004
Figure 5. Intercountry path network in the study area.
Figure 5. Intercountry path network in the study area.
Sustainability 15 04758 g005
Figure 6. Port route network (from https://www.elane.com accessed on 1 February 2023.).
Figure 6. Port route network (from https://www.elane.com accessed on 1 February 2023.).
Sustainability 15 04758 g006
Figure 7. Annual growth rate of corridor trade flows derived from the improved ACO introduced in this paper (based on 2017 trade flows).
Figure 7. Annual growth rate of corridor trade flows derived from the improved ACO introduced in this paper (based on 2017 trade flows).
Sustainability 15 04758 g007
Figure 8. Annual growth rate of corridor trade flows derived with another ACO variant (based on 2017 trade flows).
Figure 8. Annual growth rate of corridor trade flows derived with another ACO variant (based on 2017 trade flows).
Sustainability 15 04758 g008
Figure 9. Share of the trade volume in the Indo-Pacific region for countries in the economic corridors.
Figure 9. Share of the trade volume in the Indo-Pacific region for countries in the economic corridors.
Sustainability 15 04758 g009
Figure 10. Statistical diagram of China’s geo-economic relationships among nodes in the “Indo-Pacific” region.
Figure 10. Statistical diagram of China’s geo-economic relationships among nodes in the “Indo-Pacific” region.
Sustainability 15 04758 g010
Table 1. Classification of geographic object flow path bases.
Table 1. Classification of geographic object flow path bases.
Geospatial ClassType of PathType of Geo-Economic Factor
OnshoreRailways, roads, and pipelinesCommodities, oil, and gas
SeaVessel routesCommodities
AerialAircraft routesCommodities
UndergroundPipelines; electrical and fiber optic cablesOil, gas, and information
Table 2. Economic corridors in the Indo-Pacific region.
Table 2. Economic corridors in the Indo-Pacific region.
S/NEconomic Corridors
1China-Vietnam-Brunei Darussalam- Indonesia- Australia-New Zealand
2China-Vietnam-Cambodia-Malaysia-Singapore
3China-Vietnam-Philippines
4China-Myanmar-Bangladesh
5China-Myanmar-Lao, People’s Dem. Rep.-Thailand
6China-Myanmar-Sri Lanka-Maldives
7China-Rep. of Korea-Japan
8China-Rep. of Korea-United States of America
Table 3. Preferred paths based on ports in the Indo-Pacific region.
Table 3. Preferred paths based on ports in the Indo-Pacific region.
S/NPreferred Paths
1China-Bont LNG Terminal-Cochin-Destination
2China-Kota Kinablu-Destination
3China-Bont LNG Terminal-Lankaw-Destination
4China-Cochin-Galle-Destination
Table 4. Mann−Whitney U test results.
Table 4. Mann−Whitney U test results.
Variable NameVariable ValueSample SizeMedianStandard DeviationStatisticpCohen’s d
Economic corridors84,068,738.9324,167,259.539100.0121.495
LengthRandom corridors911,068,921.9174,052,252.494
Economic corridors8758.416702.663610.0161.143
Trade flowRandom corridors9237.626201.488
Table 5. Preferred paths derived from the AS-Rank and MMAS of ACO.
Table 5. Preferred paths derived from the AS-Rank and MMAS of ACO.
S/NPreferred Paths
AS-Rank1’China- Lao, People’s Dem. Rep.-Thailand-Cambodia-Malaysia
2’China- Lao, People’s Dem. Rep.-Cambodia-Brunei Darussalam-Indonesia
3’China- Lao, People’s Dem. Rep.-Viet Nam-Brunei Darussalam
4’China-Myanmar-Sri Lanka-Maldives
5’China-Lao, People’s Dem. Rep.-Thailand-Malaysia-Singapore
6’China- Lao, People’s Dem. Rep.-Thailand
7’‘China- Lao, People’s Dem. Rep.-Cambodia-Viet Nam
8’China-Nepal-India
MMASIChina-Lao, People’s Dem. Rep.-Vietnam-Brunei Darussalam-Indonesia
IIChina-Lao, People’s Dem. Rep.-Vietnam-Brunei Darussalam-Australia
IIIChina-Lao, People’s Dem. Rep.-Thailand-Cambodia-Brunei Darussalam
IVChina-Lao, People’s Dem. Rep.-Thailand-Cambodia-Malaysia-Singapore
VChina-Lao, People’s Dem. Rep.-Thailand-Cambodia-Vietnam
VIChina-Myanmar-Sri Lanka-Maldives
VIIChina-Rep. of Korea-Japan
VIIIChina-Vietnam-Indonesia-Australia-New Zealand
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.

Share and Cite

MDPI and ACS Style

Zhao, W.; Jiang, N.; Wei, Y.; Zhao, X. Geo-Economic Analysis Based on an Improved Ant Colony Optimization. Sustainability 2023, 15, 4758. https://0-doi-org.brum.beds.ac.uk/10.3390/su15064758

AMA Style

Zhao W, Jiang N, Wei Y, Zhao X. Geo-Economic Analysis Based on an Improved Ant Colony Optimization. Sustainability. 2023; 15(6):4758. https://0-doi-org.brum.beds.ac.uk/10.3390/su15064758

Chicago/Turabian Style

Zhao, Wenshuang, Nan Jiang, Yuanyuan Wei, and Xinke Zhao. 2023. "Geo-Economic Analysis Based on an Improved Ant Colony Optimization" Sustainability 15, no. 6: 4758. https://0-doi-org.brum.beds.ac.uk/10.3390/su15064758

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