By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Fair Auctions, Automata Routing, and Rebalancing for Distributed Mobility‑On‑Demand Assignment | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > Fair Auctions, Automata Routing, and Rebalancing for Distributed Mobility‑On‑Demand Assignment | HackerNoon
Computing

Fair Auctions, Automata Routing, and Rebalancing for Distributed Mobility‑On‑Demand Assignment | HackerNoon

News Room
Last updated: 2025/08/25 at 7:19 PM
News Room Published 25 August 2025
Share
SHARE

:::info
Authors:

(1) Kaier Liang, with the Mechanical Engineering and Mechanics Department at Lehigh University, PA, USA;

(2) Cristian-Ioan Vasile, with the Mechanical Engineering and Mechanics Department at Lehigh University, PA, USA.

:::

Table of Links

Abstract and I. Introduction

II. Preliminaries

III. Problem Formulation

IV. Solution

V. Simulation

VI. Conclusions and References

IV. SOLUTION

A. Fair Auction Based Assignment Scheme

The auction algorithm is a widely used approach for solving assignment problems in a distributed manner. The algorithm consists of two phases: the bidding phase and the assignment phase. During the bidding phase, each agent (in our case, each vehicle) makes a bid for each item (i.e., request). Then, during the assignment phase, the item is assigned to the agent with the highest bid. This process is repeated iteratively until there is no change in the assignment. The auction algorithm is known to be optimal and has a polynomial runtime for assignment problems [29].

We modify the standard algorithm to account for fair allocation in addition to optimizing an objective function. In our specific setting, the objective is to minimize the total traveling time, as defined by equation (2), with the requests as the items for auction and the vehicles as the bidders. To consider fairness, we add an intermediate Weight Correction Phase between bidding and assignment. The auction algorithm we use for our vehicle assignment problem is outlined in Alg. 1. In the algorithm, we use two communication primitives: (a) broadcasting function broadcast (msg, V) that sends message msg to all vehicles in V, and (b) receive function recv(v′) that returns the message sent by agent v′. We assume that no packages are lost, and they are received in the same order they are sent. Thus, the receive function recv() is used in blocking mode.

To find the minimum of the objective function, the auction algorithm is used in reverse. We use the travel time with opposite sign to compute the first and second most rewarding requests in lines 5-6 based on the utility value defined in equation (3). Specifically, the vehicles prefer requests that induce lower travel times. During the bidding phase, each available vehicle places a bid for the most desirable request. This utility value takes into account the constraints of maximum waiting time and the delay time for the request. The bid amount is calculated in line 7 and is the sum of the request’s price, the difference between the first and second most desirable request’s utility difference, and a slack constant variable ϵ. This constant is typically set as 1 N , where N is the number of bidders. The price of a request is initialized with the negative of the smallest travel time of any request for the vehicle at line 3. Agents broadcast their preferred request (line 8) to the fleet, and construct the bidding group G of other agents interested in the same request (line 9).

After the bidding phase, a weight correction phase is added to promote fairness. The weight correction is computed using equation (4), which adjusts the original travel utility based on the difference between the vehicle utility and the average utility of all vehicles in the same bidding group G. This allows vehicles with low history utility to increase their bids beyond their actual bidding capability, giving them a greater chance of winning the auction. The weight correction phase aims to balance the auction and prevent vehicles from continuously dominating the auction process.

Finally, during the assignment phase, the request is allocated to the vehicle that offers the highest bid (lines 14- 17), and the auction is executed iteratively. In the subsequent rounds, other vehicles can increase their bids until the highest bid and bidder remain the same. Note that the price of the request is also updated at the end of each round at line 18.

B. Automata-based Route Planning

To conduct an auction in the bidding phase, we need to determine which vehicles are eligible to bid for which requests and what the utility (essentially the route) is for each request. We obtain this information through the construction of product automata.

The formal definition of the product automaton is the following.

C. Fair Rebalancing

(1) The highest location can be the same for all vehicles, which can be seen from the independence with respect to a specific vehicle in equation (5).

(2) Rebalancing itself will require some cost as it will require idle vehicles to move to another location. Therefore the highest potential location that is far away may be less attractive than a location with a smaller value but close.

To deal with these problems, we use a slack parameter and a distance search window. The rebalancing target location is calculated in Alg. 2:

The auction and rebalancing are implemented sequentially. At a given time sample frequency, an auction is conducted to assign available vehicles to every unassigned request. Then the rebalancing is conducted to move idle vehicles to move to better locations. Therefore, vehicles are either in progress to serve requests or in rebalancing to move to another location.

:::info
This paper is available on arxiv under CC by 4.0 Deed (Attribution 4.0 International) license.

:::

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Synopsys (SNPs) is falling more than a wider market: what you need to know
Next Article Free iOS 26 Class
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

MetaWin Announces “MetaWin Create” – Free AI Tools For All MetaWinners NFT Holders | HackerNoon
Computing
There’s finally a way to unsend messages on Android, here’s how to do it on your phone
News
Elgato 4K S review: An excellent capture card for Mac streamers
News
How Fast Is PyJuice? Testing Compilation Speed Across GPUs and Batch Sizes | HackerNoon
Computing

You Might also Like

Computing

MetaWin Announces “MetaWin Create” – Free AI Tools For All MetaWinners NFT Holders | HackerNoon

2 Min Read
Computing

How Fast Is PyJuice? Testing Compilation Speed Across GPUs and Batch Sizes | HackerNoon

3 Min Read
Computing

Ethereum Breaks $4,750 Support As Pepeto Crosses $6,287,248 In Presale Funding | HackerNoon

4 Min Read
Computing

How to Optimize Location-Specific Landing Pages That Actually Drive Sales | HackerNoon

23 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?