首页 > 最新文献

Networks and Spatial Economics最新文献

英文 中文
Revealing the Community Structure of Urban Bus Networks: a Multi-view Graph Learning Approach 揭示城市公交网络的社群结构:多视图图学习法
Pub Date : 2024-05-18 DOI: 10.1007/s11067-024-09626-2
Shuaiming Chen, Ximing Ji, Haipeng Shao

Despite great progress in enhancing the efficiency of public transport, one still cannot seamlessly incorporate structural characteristics into existing algorithms. Moreover, comprehensively exploring the structure of urban bus networks through a single-view modelling approach is limited. In this research, a multi-view graph learning algorithm (MvGL) is proposed to aggregate community information from multiple views of urban bus system. First, by developing a single-view graph encoder module, latent community relationships can be captured during learning node embeddings. Second, inspired by attention mechanism, a multi-view graph encoder module is designed to fuse node embeddings in different views, aims to perceive more community information of urban bus network comprehensively. Then, the community assignment can be updated by using a differentiable clustering layer. Finally, a well-defined objective function, which integrates node level, community level and graph level, can help improve the quality of community detection. Experimental results demonstrated that MvGL can effectively aggregate community information from different views and further improve the quality of community detection. This research contributes to the understanding the structural characteristics of public transport networks and facilitates their operational efficiency.

尽管在提高公共交通效率方面取得了巨大进步,但人们仍然无法将结构特征无缝纳入现有算法。此外,通过单视角建模方法全面探索城市公交网络结构也受到限制。本研究提出了一种多视图图学习算法(MvGL),以聚合来自城市公交系统多视图的社区信息。首先,通过开发单视图图编码器模块,可以在学习节点嵌入时捕捉潜在的社区关系。其次,受注意力机制的启发,设计了一个多视图图编码器模块来融合不同视图的节点嵌入,旨在全面感知更多城市公交网络的社区信息。然后,利用可微分聚类层更新社区分配。最后,一个定义明确的目标函数综合了节点层面、社区层面和图层面,有助于提高社区检测的质量。实验结果表明,MvGL 可以有效聚合来自不同视图的群落信息,进一步提高群落检测的质量。这项研究有助于了解公共交通网络的结构特征,提高其运营效率。
{"title":"Revealing the Community Structure of Urban Bus Networks: a Multi-view Graph Learning Approach","authors":"Shuaiming Chen, Ximing Ji, Haipeng Shao","doi":"10.1007/s11067-024-09626-2","DOIUrl":"https://doi.org/10.1007/s11067-024-09626-2","url":null,"abstract":"<p>Despite great progress in enhancing the efficiency of public transport, one still cannot seamlessly incorporate structural characteristics into existing algorithms. Moreover, comprehensively exploring the structure of urban bus networks through a single-view modelling approach is limited. In this research, a multi-view graph learning algorithm (MvGL) is proposed to aggregate community information from multiple views of urban bus system. First, by developing a single-view graph encoder module, latent community relationships can be captured during learning node embeddings. Second, inspired by attention mechanism, a multi-view graph encoder module is designed to fuse node embeddings in different views, aims to perceive more community information of urban bus network comprehensively. Then, the community assignment can be updated by using a differentiable clustering layer. Finally, a well-defined objective function, which integrates node level, community level and graph level, can help improve the quality of community detection. Experimental results demonstrated that MvGL can effectively aggregate community information from different views and further improve the quality of community detection. This research contributes to the understanding the structural characteristics of public transport networks and facilitates their operational efficiency.</p>","PeriodicalId":501141,"journal":{"name":"Networks and Spatial Economics","volume":"131 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141059823","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Further Analysis of the Weber Problem 韦伯问题的进一步分析
Pub Date : 2024-05-07 DOI: 10.1007/s11067-024-09627-1
Pawel Kalczynski, Zvi Drezner

The most basic location problem is the Weber problem, that is a basis to many advanced location models. It is finding the location of a facility which minimizes the sum of weighted distances to a set of demand points. Solution approaches have convergence issues when the optimal solution is at a demand point because the derivatives of the objective function do not exist on a demand point and are discontinuous near it. In this paper we investigate the probability that the optimal location is on a demand point, create example problems that may take millions of iterations to converge to the optimal location, and suggest a simple improvement to the Weiszfeld solution algorithm. One would expect that if the number of demand points increases to infinity, the probability that the optimal location is on a demand point converges to 1 because there is no “space" left to locate the facility not on a demand point. Consequently, we may experience convergence issues for relatively large problems. However, it was shown that for randomly generated points in a circle the probability converges to zero, which is counter intuitive. In this paper we further investigate this probability. Another interesting result of our experiments is that FORTRAN is much faster than Python for such simulations. Researchers are advised to apply old fashioned programming languages rather than newer software for simulations of this type.

最基本的选址问题是韦伯问题,它是许多先进选址模型的基础。它是指找到一个设施的位置,使其与一组需求点的加权距离之和最小。由于目标函数的导数不存在于需求点上,而且在需求点附近是不连续的,因此当最优解位于需求点时,求解方法会出现收敛问题。在本文中,我们研究了最佳位置位于需求点上的概率,创建了可能需要数百万次迭代才能收敛到最佳位置的示例问题,并提出了对魏斯菲尔德求解算法的简单改进。我们可以预期,如果需求点的数量增加到无穷大,那么最佳位置位于需求点上的概率就会趋近于 1,因为没有 "空间 "可以让设施不位于需求点上。因此,对于相对较大的问题,我们可能会遇到收敛问题。然而,有研究表明,对于圆周上随机生成的点,概率会趋近于 0,这与直觉相反。在本文中,我们将进一步研究这一概率。我们实验的另一个有趣结果是,在进行此类模拟时,FORTRAN 要比 Python 快得多。建议研究人员使用老式编程语言而不是较新的软件来进行此类模拟。
{"title":"Further Analysis of the Weber Problem","authors":"Pawel Kalczynski, Zvi Drezner","doi":"10.1007/s11067-024-09627-1","DOIUrl":"https://doi.org/10.1007/s11067-024-09627-1","url":null,"abstract":"<p>The most basic location problem is the Weber problem, that is a basis to many advanced location models. It is finding the location of a facility which minimizes the sum of weighted distances to a set of demand points. Solution approaches have convergence issues when the optimal solution is at a demand point because the derivatives of the objective function do not exist on a demand point and are discontinuous near it. In this paper we investigate the probability that the optimal location is on a demand point, create example problems that may take millions of iterations to converge to the optimal location, and suggest a simple improvement to the Weiszfeld solution algorithm. One would expect that if the number of demand points increases to infinity, the probability that the optimal location is on a demand point converges to 1 because there is no “space\" left to locate the facility not on a demand point. Consequently, we may experience convergence issues for relatively large problems. However, it was shown that for randomly generated points in a circle the probability converges to zero, which is counter intuitive. In this paper we further investigate this probability. Another interesting result of our experiments is that FORTRAN is much faster than Python for such simulations. Researchers are advised to apply old fashioned programming languages rather than newer software for simulations of this type.</p>","PeriodicalId":501141,"journal":{"name":"Networks and Spatial Economics","volume":"47 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140890142","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Extensions to Competitive Facility Location with Multi-purpose Trips 扩建竞技设施位置,提供多用途行程
Pub Date : 2024-05-07 DOI: 10.1007/s11067-024-09625-3
Malgorzata Miklas-Kalczynska

Existing location models considering multi-purpose shopping behavior limit the number of stops a customer makes to two. We introduce the multi-purpose (MP) competitive facility location model with more than two stops. We locate one or more facilities in a competitive environment, assuming a shopper may stop multiple times during one trip to purchase different complementary goods or services. We show that when some or all trips are multi-purpose, our model captures at least as much market share as the MP models with fewer purposes. Our extensive simulation experiments show that the MP models work best when multiple new facilities are added. As the number of facilities increases, however, the returns diminish due to cannibalization. Also, with significant increases in complexity for each additional stop added, expanding the model beyond three purposes may not be practical.

现有的考虑多用途购物行为的选址模型将顾客的购物停留次数限制为两次。我们引入了多用途(MP)竞争性设施选址模型,该模型包含两个以上的站点。假设购物者在一次旅行中可能会多次停留购买不同的互补商品或服务,我们将在竞争环境中定位一个或多个设施。我们的研究表明,当部分或全部行程都具有多种目的时,我们的模型所捕获的市场份额至少与目的较少的 MP 模型相当。我们的大量模拟实验表明,当增加多个新设施时,MP 模型效果最佳。然而,随着设施数量的增加,由于 "蚕食 "效应,收益会逐渐减少。此外,每增加一个站点,复杂性就会大大增加,因此将模型扩展到三个目的之外可能并不现实。
{"title":"Extensions to Competitive Facility Location with Multi-purpose Trips","authors":"Malgorzata Miklas-Kalczynska","doi":"10.1007/s11067-024-09625-3","DOIUrl":"https://doi.org/10.1007/s11067-024-09625-3","url":null,"abstract":"<p>Existing location models considering multi-purpose shopping behavior limit the number of stops a customer makes to two. We introduce the multi-purpose (MP) competitive facility location model with more than two stops. We locate one or more facilities in a competitive environment, assuming a shopper may stop multiple times during one trip to purchase different complementary goods or services. We show that when some or all trips are multi-purpose, our model captures at least as much market share as the MP models with fewer purposes. Our extensive simulation experiments show that the MP models work best when multiple new facilities are added. As the number of facilities increases, however, the returns diminish due to cannibalization. Also, with significant increases in complexity for each additional stop added, expanding the model beyond three purposes may not be practical.</p>","PeriodicalId":501141,"journal":{"name":"Networks and Spatial Economics","volume":"22 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140888131","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Spatiotemporal Analysis of Traffic Data: Correspondence Analysis with Fuzzified Variables vs. Principal Component Analysis Using Weather and Gas Price as Extra Data 交通数据的时空分析:使用模糊变量的对应分析与使用天气和天然气价格作为额外数据的主成分分析
Pub Date : 2024-05-03 DOI: 10.1007/s11067-024-09624-4
Pierre Loslever

Study of large rail traffic databases presents formidable challenges for transport system specialists, more particularly while keeping both space and time factors together with the possibility of showing influencing factors related to the users and the transport network environment. To perform such a study, a bibliographic analysis in both statistics and transport revealed that geometrical methods for feature extraction and dimension reduction can be seen as suitable. Since there are several methods/options with, in principle, required input data, this article aims at comparing Principal Component Analysis (PCA) and Correspondence Analysis (CA) for traffic frequency data, both methods being actually used with such data. The procedure stands as follows. First a grand matrix is built where the rows correspond to time windows and the columns to all the possible origin-destination links. Then this large frequency matrix is studied using PCA and CA. The next part of the procedure consists in studying the effects of influencing factors with the possibility of keeping the quantitative scales with PCA or using fuzzy segmentation with CA, the corresponding data being considered as supplementary column points. The procedure is applied on a rail transport network including 10 stations (one corresponding to the airport) and one-hour time windows for 4 months, the available influencing factors being the temperature, rain level and gas price. The comparative analysis shows that CA graphical outputs are more complicated than PCA ones, but reveal more specific results, e.g. the network user behavior related to the airport, while PCA mainly opposes link clusters with low vs. high frequencies. Fuzzy windowing performed using actual and simulated data reduces the loss of information when averaging, e.g. over time, and can show non-linear relational phenomena. The possibility of displaying new traffic data in real time is also considered.

研究大型铁路交通数据库对交通系统专家来说是一项艰巨的挑战,尤其是要同时考虑空间和时间因素,以及显示与用户和交通网络环境有关的影响因素的可能性。为了进行这样的研究,统计和交通领域的文献分析表明,可以采用几何方法进行特征提取和维度缩减。由于有多种方法/选项,原则上都需要输入数据,本文旨在比较交通频率数据的主成分分析法(PCA)和对应分析法(CA),这两种方法实际上都用于此类数据。具体过程如下。首先建立一个大矩阵,其中行对应于时间窗口,列对应于所有可能的出发地-目的地链接。然后使用 PCA 和 CA 对这个大频率矩阵进行研究。程序的下一部分是研究影响因素的作用,可以使用 PCA 保持定量标度,也可以使用 CA 进行模糊分段,相应的数据被视为补充列点。该程序适用于一个铁路交通网络,包括 10 个车站(其中一个与机场相对应)和 4 个月的一小时时间窗口,可用的影响因素为气温、雨量和天然气价格。对比分析表明,CA 图形输出比 PCA 图形输出更复杂,但揭示的结果更具体,例如,与机场相关的网络用户行为,而 PCA 主要反对低频率与高频率的链接集群。使用实际数据和模拟数据进行模糊窗口分析可减少平均化时的信息损失,例如随时间变化的信息损失,并可显示非线性关系现象。此外,还考虑了实时显示新交通数据的可能性。
{"title":"Spatiotemporal Analysis of Traffic Data: Correspondence Analysis with Fuzzified Variables vs. Principal Component Analysis Using Weather and Gas Price as Extra Data","authors":"Pierre Loslever","doi":"10.1007/s11067-024-09624-4","DOIUrl":"https://doi.org/10.1007/s11067-024-09624-4","url":null,"abstract":"<p>Study of large rail traffic databases presents formidable challenges for transport system specialists, more particularly while keeping both space and time factors together with the possibility of showing influencing factors related to the users and the transport network environment. To perform such a study, a bibliographic analysis in both statistics and transport revealed that geometrical methods for feature extraction and dimension reduction can be seen as suitable. Since there are several methods/options with, in principle, required input data, this article aims at comparing Principal Component Analysis (PCA) and Correspondence Analysis (CA) for traffic frequency data, both methods being actually used with such data. The procedure stands as follows. First a grand matrix is built where the rows correspond to time windows and the columns to all the possible origin-destination links. Then this large frequency matrix is studied using PCA and CA. The next part of the procedure consists in studying the effects of influencing factors with the possibility of keeping the quantitative scales with PCA or using fuzzy segmentation with CA, the corresponding data being considered as supplementary column points. The procedure is applied on a rail transport network including 10 stations (one corresponding to the airport) and one-hour time windows for 4 months, the available influencing factors being the temperature, rain level and gas price. The comparative analysis shows that CA graphical outputs are more complicated than PCA ones, but reveal more specific results, e.g. the network user behavior related to the airport, while PCA mainly opposes link clusters with low vs. high frequencies. Fuzzy windowing performed using actual and simulated data reduces the loss of information when averaging, e.g. over time, and can show non-linear relational phenomena. The possibility of displaying new traffic data in real time is also considered.</p>","PeriodicalId":501141,"journal":{"name":"Networks and Spatial Economics","volume":"23 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-05-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140888178","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Selection of Secondary Hub Airport Location Based on Connectivity and Green Airport Solutions 根据连通性和绿色机场解决方案选择次级枢纽机场位置
Pub Date : 2024-04-10 DOI: 10.1007/s11067-024-09622-6
Seda Hatipoğlu, Hazal Ergül, Ecem Yazıcı

The air transport systems can be represented as a network where airports serve as nodes and flight paths as links. The degree of connections between airports is defined as connectivity in air transport. With the increasing competition environment after liberalization in the air transport sector, the connectivity of airports is becoming an increasingly important issue. Thanks to Türkiye’s advantageous geographical situation, and the hub and spoke system applied to the network structures of the airline companies operating, the city of Istanbul has become a major transfer point. However, considering the increasing demand for air transport, population growth, tourism and trade volume, capacity constraints of airports, and existing and ongoing transport infrastructure investments, it is considered that the establishment of a polycentric network structure in Türkiye will increase the connectivity in air transport. In this study, in order to contribute to the development of the multi-center air transport model; a hub location selection model has been developed considering the factors affecting the connectivity of airports. GAMS software was used for model solution. In order to measure high-speed train accessibility, green airport applications and the effects of the Covid-19 pandemic, different scenarios were produced, and the solution results were evaluated.

航空运输系统可以表示为一个网络,其中机场是节点,航线是链接。机场之间的连接程度被定义为航空运输的连通性。随着航空运输业自由化后竞争环境的日益加剧,机场的连通性正成为一个日益重要的问题。得益于土耳其优越的地理位置,以及航空公司运营网络结构中采用的枢纽和辐条系统,伊斯坦布尔市已成为一个重要的中转站。然而,考虑到航空运输需求的增长、人口增长、旅游和贸易量、机场容量限制以及现有和正在进行的交通基础设施投资,我们认为在土耳其建立多中心网络结构将提高航空运输的连通性。在本研究中,为了促进多中心航空运输模型的发展,考虑到影响机场连通性的因素,建立了一个枢纽位置选择模型。模型的求解使用了 GAMS 软件。为了衡量高速列车的可达性、绿色机场的应用以及 Covid-19 大流行病的影响,制作了不同的情景,并对求解结果进行了评估。
{"title":"Selection of Secondary Hub Airport Location Based on Connectivity and Green Airport Solutions","authors":"Seda Hatipoğlu, Hazal Ergül, Ecem Yazıcı","doi":"10.1007/s11067-024-09622-6","DOIUrl":"https://doi.org/10.1007/s11067-024-09622-6","url":null,"abstract":"<p>The air transport systems can be represented as a network where airports serve as nodes and flight paths as links. The degree of connections between airports is defined as connectivity in air transport. With the increasing competition environment after liberalization in the air transport sector, the connectivity of airports is becoming an increasingly important issue. Thanks to Türkiye’s advantageous geographical situation, and the hub and spoke system applied to the network structures of the airline companies operating, the city of Istanbul has become a major transfer point. However, considering the increasing demand for air transport, population growth, tourism and trade volume, capacity constraints of airports, and existing and ongoing transport infrastructure investments, it is considered that the establishment of a polycentric network structure in Türkiye will increase the connectivity in air transport. In this study, in order to contribute to the development of the multi-center air transport model; a hub location selection model has been developed considering the factors affecting the connectivity of airports. GAMS software was used for model solution. In order to measure high-speed train accessibility, green airport applications and the effects of the Covid-19 pandemic, different scenarios were produced, and the solution results were evaluated.</p>","PeriodicalId":501141,"journal":{"name":"Networks and Spatial Economics","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-04-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140565963","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Data-Guided Gravity Model for Competitive Facility Location 数据引导下的竞争性设施选址引力模型
Pub Date : 2024-03-27 DOI: 10.1007/s11067-024-09623-5
Dawit Zerom, Zvi Drezner

In this paper we introduce a data analytics approach for specifying the gravity model as applied to competitive facility location. The gravity model is used primarily by marketers to estimate the market share attracted by competing retail facilities. Once the market share is computed, various solution techniques can be applied for finding the best locations for one or more new facilities. In competitive facility location research, various parametrized gravity models have been proposed such as the power and the exponential distance decay specifications. However, parameterized approaches may not be robust to slight data inconsistency and possibly leading to inaccurate market share predictions. As the volume of data available to support managerial decision making is growing rapidly, non-parametric (data-guided) approaches are naturally attractive alternatives as they can mitigate parametric biases. We introduce a unified gravity model that encompasses practically all existing parametric gravity models as special cases. We provide a statistical framework for empirically estimating the proposed gravity models focusing on shopping malls data involving shopping frequency.

在本文中,我们介绍了一种数据分析方法,用于指定应用于竞争性设施选址的重力模型。重力模型主要用于市场营销人员估算竞争性零售设施所吸引的市场份额。一旦计算出市场份额,就可以应用各种解决方案技术为一个或多个新设施寻找最佳位置。在竞争性设施选址研究中,已经提出了各种参数化重力模型,如幂级数模型和指数距离衰减模型。然而,参数化方法可能无法抵御轻微的数据不一致性,并可能导致不准确的市场份额预测。随着支持管理决策的可用数据量迅速增长,非参数(数据引导)方法自然成为具有吸引力的替代方法,因为它们可以减轻参数偏差。我们引入了一个统一的引力模型,它实际上包含了所有现有参数引力模型的特例。我们提供了一个统计框架,用于对所提出的引力模型进行实证估算,重点是涉及购物频率的商场数据。
{"title":"Data-Guided Gravity Model for Competitive Facility Location","authors":"Dawit Zerom, Zvi Drezner","doi":"10.1007/s11067-024-09623-5","DOIUrl":"https://doi.org/10.1007/s11067-024-09623-5","url":null,"abstract":"<p>In this paper we introduce a data analytics approach for specifying the gravity model as applied to competitive facility location. The gravity model is used primarily by marketers to estimate the market share attracted by competing retail facilities. Once the market share is computed, various solution techniques can be applied for finding the best locations for one or more new facilities. In competitive facility location research, various parametrized gravity models have been proposed such as the power and the exponential distance decay specifications. However, parameterized approaches may not be robust to slight data inconsistency and possibly leading to inaccurate market share predictions. As the volume of data available to support managerial decision making is growing rapidly, non-parametric (data-guided) approaches are naturally attractive alternatives as they can mitigate parametric biases. We introduce a unified gravity model that encompasses practically all existing parametric gravity models as special cases. We provide a statistical framework for empirically estimating the proposed gravity models focusing on shopping malls data involving shopping frequency.</p>","PeriodicalId":501141,"journal":{"name":"Networks and Spatial Economics","volume":"107 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140315838","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Reliability-Based Mixed Traffic Equilibrium Problem Under Endogenous Market Penetration of Connected Autonomous Vehicles and Uncertainty in Supply 互联自主车辆内生市场渗透和供应不确定性下基于可靠性的混合交通均衡问题
Pub Date : 2024-03-20 DOI: 10.1007/s11067-024-09621-7
Qi Zhong, Lixin Miao

In this paper, we consider a novel reliability-based network equilibrium problem for mixed traffic flows of human-driven vehicles (HVs) and connected autonomous vehicles (CAVs) with endogenous CAV market penetration and stochastic link capacity degradations. Travelers’ perception errors on travel time and their risk-aversive behaviors on mode choice and path choice are incorporated in the model with a hierarchical choice structure. Due to the differences between HVs and CAVs, the perception errors and the safety margin reserved by risk-averse travelers are assumed to be related to the vehicle type. The path travel time distribution is derived by using the moment-matching method based on the assumption that link capacity follows lognormal distribution and link travel times are correlated. Then, the underlying problem is formulated as an equivalent variational inequality problem. A path-based algorithm embedded with the Monte Carlo simulation-based method is proposed to solve the model. Numerical experiments are conducted to illustrate the features of the model and the computational performance of the solution algorithm.

在本文中,我们考虑了一个新颖的基于可靠性的网络均衡问题,该问题涉及人类驾驶车辆(HVs)和互联自动驾驶车辆(CAVs)的混合交通流,具有内生的 CAV 市场渗透和随机链路容量退化。该模型采用分层选择结构,纳入了出行者对出行时间的感知误差及其对模式选择和路径选择的风险规避行为。由于 HV 和 CAV 之间存在差异,因此假定风险规避者的感知误差和预留的安全系数与车辆类型相关。路径旅行时间分布是在假设链路容量服从对数正态分布和链路旅行时间相关的基础上,通过矩匹配法得出的。然后,将基本问题表述为等价变式不等式问题。为求解该模型,提出了一种嵌入蒙特卡罗模拟方法的基于路径的算法。通过数值实验说明了模型的特点和求解算法的计算性能。
{"title":"Reliability-Based Mixed Traffic Equilibrium Problem Under Endogenous Market Penetration of Connected Autonomous Vehicles and Uncertainty in Supply","authors":"Qi Zhong, Lixin Miao","doi":"10.1007/s11067-024-09621-7","DOIUrl":"https://doi.org/10.1007/s11067-024-09621-7","url":null,"abstract":"<p>In this paper, we consider a novel reliability-based network equilibrium problem for mixed traffic flows of human-driven vehicles (HVs) and connected autonomous vehicles (CAVs) with endogenous CAV market penetration and stochastic link capacity degradations. Travelers’ perception errors on travel time and their risk-aversive behaviors on mode choice and path choice are incorporated in the model with a hierarchical choice structure. Due to the differences between HVs and CAVs, the perception errors and the safety margin reserved by risk-averse travelers are assumed to be related to the vehicle type. The path travel time distribution is derived by using the moment-matching method based on the assumption that link capacity follows lognormal distribution and link travel times are correlated. Then, the underlying problem is formulated as an equivalent variational inequality problem. A path-based algorithm embedded with the Monte Carlo simulation-based method is proposed to solve the model. Numerical experiments are conducted to illustrate the features of the model and the computational performance of the solution algorithm.</p>","PeriodicalId":501141,"journal":{"name":"Networks and Spatial Economics","volume":"34 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140168291","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Strong Convergent Inertial Two-subgradient Extragradient Method for Finding Minimum-norm Solutions of Variational Inequality Problems 用于寻找变分不等式问题最小规范解的强收敛惯性双梯度外梯度法
Pub Date : 2024-03-15 DOI: 10.1007/s11067-024-09615-5

Abstract

In 2012, Censor et al. (Extensions of Korpelevich’s extragradient method for the variational inequality problem in Euclidean space. Optimization 61(9):1119–1132, 2012b) proposed the two-subgradient extragradient method (TSEGM). This method does not require computing projection onto the feasible (closed and convex) set, but rather the two projections are made onto some half-space. However, the convergence of the TSEGM was puzzling and hence posted as open question. Very recently, some authors were able to provide a partial answer to the open question by establishing weak convergence result for the TSEGM though under some stringent conditions. In this paper, we propose and study an inertial two-subgradient extragradient method (ITSEGM) for solving monotone variational inequality problems (VIPs). Under more relaxed conditions than the existing results in the literature, we prove that proposed method converges strongly to a minimum-norm solution of monotone VIPs in Hilbert spaces. Unlike several of the existing methods in the literature for solving VIPs, our method does not require any linesearch technique, which could be time-consuming to implement. Rather, we employ a simple but very efficient self-adaptive step size method that generates a non-monotonic sequence of step sizes. Moreover, we present several numerical experiments to demonstrate the efficiency of our proposed method in comparison with related results in the literature. Finally, we apply our result to image restoration problem. Our result in this paper improves and generalizes several of the existing results in the literature in this direction.

摘要 2012 年,Censor 等人(欧几里得空间变分不等式问题的 Korpelevich 外梯度法的扩展。Optimization 61(9):1119-1132, 2012b)提出了双梯度外方法(TSEGM)。该方法不需要计算投影到可行(闭凸)集上,而是将两个投影投影到某个半空间上。然而,TSEGM 的收敛性令人费解,因此被列为未决问题。最近,一些学者通过建立 TSEGM 的弱收敛性结果,部分地回答了这一开放性问题,但需要满足一些严格的条件。在本文中,我们提出并研究了一种用于求解单调变分不等式问题(VIP)的惯性双梯度外方法(ITSEGM)。在比现有文献结果更宽松的条件下,我们证明了所提出的方法能强烈收敛到希尔伯特空间中单调变分不等式问题的最小规范解。与文献中现有的几种求解 VIP 的方法不同,我们的方法不需要任何线性搜索技术,而这种技术的实现可能会耗费大量时间。相反,我们采用了一种简单但非常高效的自适应步长方法,它能生成非单调的步长序列。此外,我们还提供了几个数值实验,与文献中的相关结果进行比较,以证明我们提出的方法的效率。最后,我们将结果应用于图像复原问题。本文的结果改进并概括了该方向文献中的几个现有结果。
{"title":"Strong Convergent Inertial Two-subgradient Extragradient Method for Finding Minimum-norm Solutions of Variational Inequality Problems","authors":"","doi":"10.1007/s11067-024-09615-5","DOIUrl":"https://doi.org/10.1007/s11067-024-09615-5","url":null,"abstract":"<h3>Abstract</h3> <p>In 2012, Censor et al. (Extensions of Korpelevich’s extragradient method for the variational inequality problem in Euclidean space. Optimization 61(9):1119–1132, <span>2012b</span>) proposed the two-subgradient extragradient method (TSEGM). This method does not require computing projection onto the feasible (closed and convex) set, but rather the two projections are made onto some half-space. However, the convergence of the TSEGM was puzzling and hence posted as open question. Very recently, some authors were able to provide a partial answer to the open question by establishing weak convergence result for the TSEGM though under some stringent conditions. In this paper, we propose and study an inertial two-subgradient extragradient method (ITSEGM) for solving monotone variational inequality problems (VIPs). Under more relaxed conditions than the existing results in the literature, we prove that proposed method converges strongly to a minimum-norm solution of monotone VIPs in Hilbert spaces. Unlike several of the existing methods in the literature for solving VIPs, our method does not require any linesearch technique, which could be time-consuming to implement. Rather, we employ a simple but very efficient self-adaptive step size method that generates a non-monotonic sequence of step sizes. Moreover, we present several numerical experiments to demonstrate the efficiency of our proposed method in comparison with related results in the literature. Finally, we apply our result to image restoration problem. Our result in this paper improves and generalizes several of the existing results in the literature in this direction.</p>","PeriodicalId":501141,"journal":{"name":"Networks and Spatial Economics","volume":"98 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140156524","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Finding the  $$mathrm{K}$$  Mean-Standard Deviation Shortest Paths Under Travel Time Uncertainty 寻找旅行时间不确定情况下的 $$mathrm{K}$ 平均-标准偏差最短路径
Pub Date : 2024-03-08 DOI: 10.1007/s11067-024-09618-2
Maocan Song, Lin Cheng, Huimin Ge, Chao Sun, Ruochen Wang

The mean-standard deviation shortest path problem (MSDSPP) incorporates the travel time variability into the routing optimization. The idea is that the decision-maker wants to minimize the travel time not only on average, but also to keep their variability as small as possible. Its objective is a linear combination of mean and standard deviation of travel times. This study focuses on the problem of finding the best-(K) optimal paths for the MSDSPP. We denote this problem as the KMSDSPP. When the travel time variability is neglected, the KMSDSPP reduces to a (K)-shortest path problem with expected routing costs. This paper develops two methods to solve the KMSDSPP, including a basic method and a deviation path-based method. To find the (k+1)th optimal path, the basic method adds (k) constraints to exclude the first-(k) optimal paths. Additionally, we introduce the deviation path concept and propose a deviation path-based method. To find the (k+1)th optimal path, the solution space that contains the (k)th optimal path is decomposed into several subspaces. We just need to search these subspaces to generate additional candidate paths and find the (k+1)th optimal path in the set of candidate paths. Numerical experiments are implemented in several transportation networks, showing that the deviation path-based method has superior performance than the basic method, especially for a large value of (K). Compared with the basic method, the deviation path-based method can save 90.1% CPU running time to find the best (1000) optimal paths in the Anaheim network.

平均标准偏差最短路径问题(MSDSPP)将旅行时间的可变性纳入路由优化中。其原理是,决策者不仅要使平均旅行时间最小化,还要使旅行时间的变化尽可能小。其目标是旅行时间的平均值和标准偏差的线性组合。本研究的重点是为 MSDSPP 寻找最优路径的问题。我们把这个问题称为 KMSDSPP。当忽略旅行时间的变化时,KMSDSPP就会简化为一个具有预期路由成本的((K)-shortest path)问题。本文提出了两种求解 KMSDSPP 的方法,包括一种基本方法和一种基于偏离路径的方法。为了找到第(k+1)条最优路径,基本方法添加了(k)个约束来排除第(k)条最优路径。此外,我们引入了偏差路径的概念,并提出了一种基于偏差路径的方法。为了找到第(k+1)条最优路径,包含第(k)条最优路径的解空间被分解成几个子空间。我们只需搜索这些子空间,生成更多的候选路径,并在候选路径集合中找到第(k+1)条最优路径。在几个交通网络中进行的数值实验表明,基于偏差路径的方法比基本方法性能更优,尤其是在(K)值较大时。与基本方法相比,基于偏差路径的方法可以节省90.1%的CPU运行时间,从而在阿纳海姆网络中找到最优路径。
{"title":"Finding the  $$mathrm{K}$$  Mean-Standard Deviation Shortest Paths Under Travel Time Uncertainty","authors":"Maocan Song, Lin Cheng, Huimin Ge, Chao Sun, Ruochen Wang","doi":"10.1007/s11067-024-09618-2","DOIUrl":"https://doi.org/10.1007/s11067-024-09618-2","url":null,"abstract":"<p>The mean-standard deviation shortest path problem (MSDSPP) incorporates the travel time variability into the routing optimization. The idea is that the decision-maker wants to minimize the travel time not only on average, but also to keep their variability as small as possible. Its objective is a linear combination of mean and standard deviation of travel times. This study focuses on the problem of finding the best-<span>(K)</span> optimal paths for the MSDSPP. We denote this problem as the KMSDSPP. When the travel time variability is neglected, the KMSDSPP reduces to a <span>(K)</span>-shortest path problem with expected routing costs. This paper develops two methods to solve the KMSDSPP, including a basic method and a deviation path-based method. To find the <span>(k+1)</span>th optimal path, the basic method adds <span>(k)</span> constraints to exclude the first-<span>(k)</span> optimal paths. Additionally, we introduce the deviation path concept and propose a deviation path-based method. To find the <span>(k+1)</span>th optimal path, the solution space that contains the <span>(k)</span>th optimal path is decomposed into several subspaces. We just need to search these subspaces to generate additional candidate paths and find the <span>(k+1)</span>th optimal path in the set of candidate paths. Numerical experiments are implemented in several transportation networks, showing that the deviation path-based method has superior performance than the basic method, especially for a large value of <span>(K)</span>. Compared with the basic method, the deviation path-based method can save 90.1% CPU running time to find the best <span>(1000)</span> optimal paths in the Anaheim network.</p>","PeriodicalId":501141,"journal":{"name":"Networks and Spatial Economics","volume":"88 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140076696","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Decentralized vs. Centralized Water Pollution Cleanup in the Ganges in a Model with Three Cities 以三个城市为模型的恒河水污染分散清理与集中清理的比较
Pub Date : 2024-03-04 DOI: 10.1007/s11067-024-09620-8
Amitrajeet Batabyal, Hamid Beladi

We think of the cleanup of water pollution in the Ganges river in India as a local public good and ask whether this cleanup ought to be decentralized or centralized. We depart from the existing literature on this subject in two important ways. First, we allow the heterogeneous spillovers from cleaning up water pollution to be positive or negative. Second, we focus on water pollution cleanup in three cities—Kanpur, Prayagraj, Varanasi—through which the Ganges flows. Our model sheds light on two broad issues. First, we characterize efficient water pollution cleanup in the three cities, we describe how much water pollution is cleaned up under decentralization, we describe the set of cleanup amounts under decentralization, and we discuss why pollution cleanup under decentralization is unlikely to be efficient. Second, we focus on centralization. We derive the tax paid by the inhabitants of the three cities for pollution cleanup, the benefit to a city inhabitant from water pollution cleanup, how majority voting determines how much pollution is cleaned up when the spillovers from cleanup are uniform, and finally, we compare the amounts of pollution cleaned up with majority voting with the efficient pollution cleanup amounts.

我们将印度恒河水污染的清理视为当地的公共产品,并提出了清理工作应该分散进行还是集中进行的问题。我们在两个重要方面不同于现有的相关文献。首先,我们允许清理水污染所产生的异质性溢出效应为正或负。其次,我们关注恒河流经的三个城市--坎普尔、普拉亚格拉杰和瓦拉纳西的水污染清理情况。我们的模型揭示了两大问题。首先,我们描述了这三个城市有效水污染清理的特点,说明了在权力下放的情况下水污染清理的程度,描述了在权力下放的情况下清理量的集合,并讨论了为什么在权力下放的情况下污染清理不可能有效。其次,我们关注中央集权。我们推导出三个城市居民为污染清理所缴纳的税金、城市居民从水污染清理中获得的收益、当清理的溢出效应一致时,多数投票如何决定污染清理量,最后,我们将多数投票清理的污染量与有效的污染清理量进行比较。
{"title":"Decentralized vs. Centralized Water Pollution Cleanup in the Ganges in a Model with Three Cities","authors":"Amitrajeet Batabyal, Hamid Beladi","doi":"10.1007/s11067-024-09620-8","DOIUrl":"https://doi.org/10.1007/s11067-024-09620-8","url":null,"abstract":"<p>We think of the cleanup of water pollution in the Ganges river in India as a local public good and ask whether this cleanup ought to be decentralized or centralized. We depart from the existing literature on this subject in two important ways. First, we allow the heterogeneous spillovers from cleaning up water pollution to be <i>positive</i> or <i>negative</i>. Second, we focus on water pollution cleanup in <i>three</i> cities—Kanpur, Prayagraj, Varanasi—through which the Ganges flows. Our model sheds light on two broad issues. First, we characterize efficient water pollution cleanup in the three cities, we describe how much water pollution is cleaned up under decentralization, we describe the set of cleanup amounts under decentralization, and we discuss why pollution cleanup under decentralization is unlikely to be efficient. Second, we focus on centralization. We derive the tax paid by the inhabitants of the three cities for pollution cleanup, the benefit to a city inhabitant from water pollution cleanup, how majority voting determines how much pollution is cleaned up when the spillovers from cleanup are uniform, and finally, we compare the amounts of pollution cleaned up with majority voting with the efficient pollution cleanup amounts.</p>","PeriodicalId":501141,"journal":{"name":"Networks and Spatial Economics","volume":"30 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140026100","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Networks and Spatial Economics
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1