Researcher profile

Stephen D. Boyles

Stephen D. Boyles contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 19 - UnverifiedVerification L1Unclaimed author
5works
0followers
6topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

5 published item(s)

preprint2022arXiv

Electric Vehicle Traveling Salesman Problem with Drone with Fixed-time-full-charge Policy

The idea of deploying electric vehicles and unmanned aerial vehicles (UAVs), also known as drones, to perform "last-mile" delivery in logistics operations has attracted increasing attention in the past few years. In this paper, we propose the electric vehicle traveling salesman problem with drone (EVTSPD), in which the electric vehicle (EV) and the drone perform delivery tasks coordinately while the electric vehicle may need to visit charging stations occasionally to recharge. We further assume that the EV can refresh its energy to full battery capacity with fixed time at charging stations. Thus, the proposed problem is termed EVTSPD-FF. In this paper, an arc-based mixed-integer programming model defined in a multigraph is presented for EVTSPD-FF. An exact branch-and-price (BP) algorithm and a variable neighborhood search heuristic are developed to solve instances with up to 25 customers in one minute. Numerical experiments show that the heuristic is much more efficient than solving the arc-based model using the ILOG CPLEX solver and BP algorithm. A real-world case study on the Austin network and the sensitivity analysis of different parameters are also conducted and presented. The results indicate that drone speed has a more significant effect on delivery time than the EV's driving range.

preprint2022arXiv

Electric Vehicle Traveling Salesman Problem with Drone with Partial recharge Policy

In (Zhu et al., 2022), it proposes an electric vehicle traveling salesman problem with drone while assuming that the electric vehicle (EV) is a battery-electric vehicle whose energy could be refreshed in a battery swap station in minutes. In this paper, we extend the work in (Zhu et al., 2022) by relaxing the fixed-time-full-charge assumption, assuming that the EV is a plug-in hybrid electric vehicle that could be partially recharged in a charging station. This problem is named electric vehicle traveling salesman problem with drone with partial recharge policy (EVTSPD-P). A three-index MILP formulation is proposed to solve the EVTSPD-P with linear and non-linear charging functions where the concave time-state-of-charge (SoC) function is approximated using piecewise linear functions, a technique proposed in Montoya et al. (2017) and Zuo et al. (2019). Furthermore, a specially designed adaptive large neighborhood search (ALNS) meta-heuristic, which incorporates constraint programming (CP), is presented to solve EVTSPD-P problem instances of practical size. The numerical analysis results indicate that the proposed ALNS method is more efficient than variable neighborhood search and has an average optimality gap of about 3% when solving instances with ten nodes. Besides, using a piecewise linear function with a six-line-segments approximation has an average of 10.8% less cost than a linear approximation.

preprint2021arXiv

Budget-constrained rail electrification modeling using symmetric traffic assignment -- a North American case study

We consider a budget constrained rail network electrification problem with associated changes in costs of energy usage (via path gradient and curvature), operations, and long-term maintenance. In particular, we consider that freight flows on such a network form a user equilibrium. Interactions between electric and diesel trains on the same corridor are represented with nonseparable link performance functions, which nevertheless have a symmetric Jacobian. This bi-level formulation is solved for the North American railroad network using a genetic algorithm (GA), incorporating domain-specific insights to reduce the number of solutions which must be considered. We analyze solution characteristics and decision-making implications. Results show that broad connectivity would be beneficial for most impact. Increasing demand shifts electrified corridors towards the more populous east and gulf coasts, while increased operational costs results in electrification of routes through mountainous terrains.

preprint2020arXiv

Time-Equitable Dynamic Tolling Scheme For Single Bottlenecks

Dynamic tolls present an opportunity for municipalities to eliminate congestion and fund infrastructure. Imposing tolls that regulate travel along a public highway through monetary fees raise worries of inequity. In this article, we introduce the concept of time poverty, emphasize its value in policy-making in the same ways income poverty is already considered, and argue the potential equity concern posed by time-varying tolls that produce time poverty. We also compare the cost burdens of a no-toll, system optimal toll, and a proposed ``time-equitable" toll on heterogeneous traveler groups using an analytical Vickrey bottleneck model where travelers make departure time decisions to arrive at their destination at a fixed time. We show that the time-equitable toll is able to eliminate congestion while creating equitable travel patterns amongst traveler groups.

preprint2019arXiv

Deep Reinforcement Learning Algorithm for Dynamic Pricing of Express Lanes with Multiple Access Locations

This article develops a deep reinforcement learning (Deep-RL) framework for dynamic pricing on managed lanes with multiple access locations and heterogeneity in travelers' value of time, origin, and destination. This framework relaxes assumptions in the literature by considering multiple origins and destinations, multiple access locations to the managed lane, en route diversion of travelers, partial observability of the sensor readings, and stochastic demand and observations. The problem is formulated as a partially observable Markov decision process (POMDP) and policy gradient methods are used to determine tolls as a function of real-time observations. Tolls are modeled as continuous and stochastic variables, and are determined using a feedforward neural network. The method is compared against a feedback control method used for dynamic pricing. We show that Deep-RL is effective in learning toll policies for maximizing revenue, minimizing total system travel time, and other joint weighted objectives, when tested on real-world transportation networks. The Deep-RL toll policies outperform the feedback control heuristic for the revenue maximization objective by generating revenues up to 9.5% higher than the heuristic and for the objective minimizing total system travel time (TSTT) by generating TSTT up to 10.4% lower than the heuristic. We also propose reward shaping methods for the POMDP to overcome the undesired behavior of toll policies, like the jam-and-harvest behavior of revenue-maximizing policies. Additionally, we test transferability of the algorithm trained on one set of inputs for new input distributions and offer recommendations on real-time implementations of Deep-RL algorithms. The source code for our experiments is available online at https://github.com/venktesh22/ExpressLanes_Deep-RL