TS-2023 拥堵情况下的电动汽车选址与定容

news/2024/11/24 13:50:42/

论文时间线【2021年11月26投稿,2023年6月16出版】

  • Received:November 26, 2021
  • Accepted:May 08, 2023
  • Published Online:June 16, 2023

论文连接

GB引用格式:

Kınay Ö B, Gzara F, Alumur S A. Charging Station Location and Sizing for Electric Vehicles Under Congestion[J]. Transportation Science, 2023.

APA引用格式:

Kınay, Ö. B., Gzara, F., & Alumur, S. A. (2023). Charging Station Location and Sizing for Electric Vehicles Under Congestion. Transportation Science.

摘要:

  • 本文研究了在考虑用户路线选择响应的随机电动汽车流量和充电时间下,确定充电站的战略位置及其容量水平的问题。
  • 该问题使用双层优化进行建模,其中网络规划者或领导者最大限度地降低了定位和确定充电站规模的总基础设施成本,同时确保了充电等待时间的概率服务要求。另一方面,电动汽车用户或追随者会最大限度地缩短路线长度,可能是合作的,也可能是不合作的。他们对路线的选择反过来决定了充电需求和充电站的等待时间,因此,需要由领导者来解释他们的决定。
  • 当充电站作为M/M/c队列运行并且跟随者是协作的时,使用跟随者问题的最优性条件,将双层问题简化为单层混合整数模型。
  • 为了解决双层模型,开发了一种基于分解的解决方法,该方法使用了一种新的基于逻辑的Benders算法来解决仅位置问题。
  • 计算实验是在基准和真实的高速公路网络上进行的,包括美国东部的一个新网络。
  • 分析了路线选择响应、服务要求和偏差容限对位置和尺寸决策的影响。分析表明,严格的服务要求增加了开放式充电站的容量水平,而不是数量,允许更高偏差的解决方案成本更低。
  • 此外,当偏差容限较低时,合作和非合作路线选择下的解之间的差异更显著。

英文摘要:

This paper studies the problem of determining the strategic location of charging stations and their capacity levels under stochastic electric vehicle flows and charging times taking into account the route choice response of users. The problem is modeled using bilevel optimization, where the network planner or leader minimizes the total infrastructure cost of locating and sizing charging stations while ensuring a probabilistic service requirement on the waiting time to charge. Electric vehicle users or followers, on the other hand, minimize route length and may be cooperative or noncooperative. Their choice of route in turn determines the charging demand and waiting times at the charging stations and hence, the need to account for their decisions by the leader. The bilevel problem reduces to a single-level mixed-integer model using the optimality conditions of the follower’s problem when the charging stations operate as M/M/c queues and the followers are cooperative. To solve the bilevel model, a decomposition-based solution methodology is developed that uses a new logic-based Benders algorithm for the location-only problem. Computational experiments are performed on benchmark and real-life highway networks, including a new eastern U.S. network. The impact of route choice response, service requirements, and deviation tolerance on the location and sizing decisions are analyzed. The analysis demonstrates that stringent service requirements increase the capacity levels at open charging stations rather than their number and that solutions allowing higher deviations are less costly. Moreover, the difference between solutions under cooperative and uncooperative route choices is more significant when the deviation tolerance is lower.


http://www.ppmy.cn/news/488240.html

相关文章

发布高端产品G5,还要把旗舰店开遍美国和欧洲 雅迪葫芦里卖的什么药?

文|曾响铃 来源|科技向令说(xiangling0815) 好的产品,应该是能够引领行业潮流。在前不久,道琼斯旗下财经媒体《MarketWatch》就大篇幅的报道了中国品牌雅迪在米兰国际摩托车展发布面向高端市场的智能锂电两轮车G5。雅迪将这款车首…

数字广东:共建区块链开源生态,实现高水平科技自立自强

近日,在2023年第1季社区Task挑战赛中,众多开发者为FISCO BCOS开源项目及周边组件贡献了丰富的代码和教程。其中,作为金链盟开源工作组成员,数字广东网络建设有限公司科技发展部的数字信任中心团队参与了共建。 数字广东网络建设…

对象的构造

问题 对象中成员变量的初始值是多少&#xff1f; 成员变量的初始值 #include <stdio.h>class Test { private:int i;int j; public:int getI() { return i; }int getJ() { return j; } };Test gt;int main() {printf("gt.i %d\n", gt.getI());printf("…

【Leetcode60天带刷】day20二叉树—— 654.最大二叉树 , 617.合并二叉树 , 700.二叉搜索树中的搜索 , 98.验证二叉搜索树

题目&#xff1a; 530. 二叉搜索树的最小绝对差 给你一个二叉搜索树的根节点 root &#xff0c;返回 树中任意两不同节点值之间的最小差值 。 差值是一个正数&#xff0c;其数值等于两值之差的绝对值。 示例 1&#xff1a; 输入&#xff1a;root [4,2,6,1,3] 输出&#xff1…

android实现拍照、相册选图、裁剪功能,兼容7.0以及小米

现在一般的手机应用都会有上传头像的功能&#xff0c;我在实现这个功能的时候遇到很多问题&#xff0c;这里专门记录一下。 add 2018/5/10 21:05 先列举一下我出现过的问题&#xff1a; 1.运行时权限 2.调用系统相机拍照后crash&#xff0c;或者返回RESULT_CANCEL(0) 3.选择相…

Android 设备的CPU类型(通常称为”ABIs”)armeabiv-v7、arm64-v8a、armeabi、x86、x86_64之间的区别

一、各种类型的介绍 armeabiv-v7a&#xff1a;第7代及以上的 ARM 处理器。2011年15月以后的生产的大部分Android设备都使用它.arm64-v8a&#xff1a;第8代、64位ARM处理器&#xff0c;很少设备&#xff0c;三星 Galaxy S6是其中之一。armeabi&#xff1a;第5代、第6代的ARM处理…

Android 关于arm64-v8a、armeabi-v7a、armeabi、x86下的so文件兼容问题

引用: https://blog.csdn.net/ouyang_peng/article/details/51168072 armeabiv-v7a: 第7代及以上的 ARM 处理器。2011年15月以后的生产的大部分Android设备都使用它.arm64-v8a: 第8代、64位ARM处理器&#xff0c;很少设备&#xff0c;三星 Galaxy S6是其中之一。armeabi: 第5代…

android中的arm64-v8a、armeabi-v7a、armeabi、x86、x86_64下的so文件兼容问题

装了一款游戏在小米4上运行是ok的&#xff0c;在小米5上运行直接crash&#xff01; 原因&#xff1a;小米4系列采用的处理器为高通骁龙801&#xff0c;此款处理器是32位处理器。小米5系列则采用的是骁龙820 &#xff0c;是64位处理器。查看crash日志可以发现是是arm64-v8a文件…