Algorithms for Optimizing Fleet Staging of Air Ambulances
- URL: http://arxiv.org/abs/2001.05291v2
- Date: Tue, 25 Feb 2020 19:54:05 GMT
- Title: Algorithms for Optimizing Fleet Staging of Air Ambulances
- Authors: Joseph Tassone, Geoffrey Pond, Salimur Choudhury
- Abstract summary: This research structured an optimal coverage problem with integer linear programming.
A Gurobi was programmed with the developed model and timed for performance.
A solution implementing base ranking followed by both local and Tabu search-based algorithms was created.
- Score: 0.0
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: In a disaster situation, air ambulance rapid response will often be the
determining factor in patient survival. Obstacles intensify this circumstance,
with geographical remoteness and limitations in vehicle placement making it an
arduous task. Considering these elements, the arrangement of responders is a
critical decision of the utmost importance. Utilizing real mission data, this
research structured an optimal coverage problem with integer linear
programming. For accurate comparison, the Gurobi optimizer was programmed with
the developed model and timed for performance. A solution implementing base
ranking followed by both local and Tabu search-based algorithms was created.
The local search algorithm proved insufficient for maximizing coverage, while
the Tabu search achieved near-optimal results. In the latter case, the total
vehicle travel distance was minimized and the runtime significantly
outperformed the one generated by Gurobi. Furthermore, variations utilizing
parallel CUDA processing further decreased the algorithmic runtime. These
proved superior as the number of test missions increased, while also
maintaining the same minimized distance.
Related papers
- A Metaheuristic Algorithm for Large Maximum Weight Independent Set
Problems [58.348679046591265]
Given a node-weighted graph, find a set of independent (mutually nonadjacent) nodes whose node-weight sum is maximum.
Some of the graphs airsing in this application are large, having hundreds of thousands of nodes and hundreds of millions of edges.
We develop a new local search algorithm, which is a metaheuristic in the greedy randomized adaptive search framework.
arXiv Detail & Related papers (2022-03-28T21:34:16Z) - Machine Learning for Online Algorithm Selection under Censored Feedback [71.6879432974126]
In online algorithm selection (OAS), instances of an algorithmic problem class are presented to an agent one after another, and the agent has to quickly select a presumably best algorithm from a fixed set of candidate algorithms.
For decision problems such as satisfiability (SAT), quality typically refers to the algorithm's runtime.
In this work, we revisit multi-armed bandit algorithms for OAS and discuss their capability of dealing with the problem.
We adapt them towards runtime-oriented losses, allowing for partially censored data while keeping a space- and time-complexity independent of the time horizon.
arXiv Detail & Related papers (2021-09-13T18:10:52Z) - Stagnation Detection in Highly Multimodal Fitness Landscapes [0.0]
Stagnation detection has been proposed as a mechanism for randomized searchs to escape from local optima.
In this paper, we investigate a new mechanism called radius memory which can be added to stagnation detection to control the search radius more carefully.
We implement this idea in an algorithm called SD-RLS$textm$ and show compared to previous variants of stagnation detection that it yields speed-ups.
arXiv Detail & Related papers (2021-04-09T14:33:52Z) - Towards Optimally Efficient Tree Search with Deep Learning [76.64632985696237]
This paper investigates the classical integer least-squares problem which estimates signals integer from linear models.
The problem is NP-hard and often arises in diverse applications such as signal processing, bioinformatics, communications and machine learning.
We propose a general hyper-accelerated tree search (HATS) algorithm by employing a deep neural network to estimate the optimal estimation for the underlying simplified memory-bounded A* algorithm.
arXiv Detail & Related papers (2021-01-07T08:00:02Z) - Community detection using fast low-cardinality semidefinite programming [94.4878715085334]
We propose a new low-cardinality algorithm that generalizes the local update to maximize a semidefinite relaxation derived from Leiden-k-cut.
This proposed algorithm is scalable, outperforms state-of-the-art algorithms, and outperforms in real-world time with little additional cost.
arXiv Detail & Related papers (2020-12-04T15:46:30Z) - A Hybrid Multi-Objective Carpool Route Optimization Technique using
Genetic Algorithm and A* Algorithm [0.0]
This work presents a hybrid GA-A* algorithm to obtain optimal routes for the carpooling problem.
The routes obtained maximize the profit of the service provider by minimizing the travel and detour distance as well as pick-up/drop costs.
The proposed algorithm has been implemented over the Salt Lake area of Kolkata.
arXiv Detail & Related papers (2020-07-11T14:13:20Z) - Extending the Multiple Traveling Salesman Problem for Scheduling a Fleet
of Drones Performing Monitoring Missions [4.477547027158141]
We show how to schedule the travel path of a set of drones across a graph where the nodes need to be visited multiple times at pre-defined points in time.
The proposed formulation can be applied in several domains such as the monitoring of traffic flows in a transportation network, or the monitoring of remote locations to assist search and rescue missions.
In a detailed evaluation, it is observed that the greedy algorithm has near-optimal performance as it is on average at 92.06% of the optimal, while it can potentially scale up to settings with hundreds of drones and locations.
arXiv Detail & Related papers (2020-06-02T09:17:18Z) - Congestion-aware Evacuation Routing using Augmented Reality Devices [96.68280427555808]
We present a congestion-aware routing solution for indoor evacuation, which produces real-time individual-customized evacuation routes among multiple destinations.
A population density map, obtained on-the-fly by aggregating locations of evacuees from user-end Augmented Reality (AR) devices, is used to model the congestion distribution inside a building.
arXiv Detail & Related papers (2020-04-25T22:54:35Z) - Algorithms for Optimizing Fleet Scheduling of Air Ambulances [0.0]
Proper scheduling of air assets can be the difference between life and death for a patient.
These issues are amplified in the case of an air emergency medical service (EMS) system where populations are dispersed, and resources are limited.
For this research, known coordinates of air and health facilities were used in conjunction with a formulated integer linear programming model.
This was programmed through Gurobi so that performance could be compared against custom algorithmic solutions.
arXiv Detail & Related papers (2020-02-25T21:49:46Z) - Reinforcement Learning Based Vehicle-cell Association Algorithm for
Highly Mobile Millimeter Wave Communication [53.47785498477648]
This paper investigates the problem of vehicle-cell association in millimeter wave (mmWave) communication networks.
We first formulate the user state (VU) problem as a discrete non-vehicle association optimization problem.
The proposed solution achieves up to 15% gains in terms sum of user complexity and 20% reduction in VUE compared to several baseline designs.
arXiv Detail & Related papers (2020-01-22T08:51:05Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.