-
Notifications
You must be signed in to change notification settings - Fork 1
/
CITATION.cff
62 lines (61 loc) · 2.1 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Air Traffic Management Using a GPU-Accelerated Genetic
Algorithm
message: 'If you use this software, please cite it as below.'
type: software
authors:
- given-names: Rahul
family-names: Rampure
email: [email protected]
affiliation: PES University
orcid: 'https://orcid.org/0000-0003-0050-6442'
- given-names: Raghav
family-names: Tiruvallur
email: [email protected]
affiliation: PES University
- given-names: Vybhav
family-names: Acharya
email: [email protected]
affiliation: PES University
- given-names: Shashank
family-names: Navad
email: [email protected]
affiliation: PES University
- given-names: Preethi
family-names: P
email: [email protected]
affiliation: PES University
identifiers:
- type: doi
value: 10.2478/ttj-2023-0021
repository-code: >-
https://github.com/CascadingRadium/Air-Traffic-Distribution
abstract: >-
Air traffic management is becoming highly complex with the
rapid increase in the number of commercial and cargo
flights,leading to increased traffic congestion and flight
delays. To mitigate these issues, we present a flight path
generation system thatdistributes the aeroplanes across
the airspace and imparts minimal delays to the flight if
required, thus ensuring that the aircraft followsthe
shortest route wherein it encounters the least amount of
traffic. We develop a parallel genetic algorithm in CUDA-C
with a novelfitness function allowing the system to reach
an optimal solution where the air traffic density is
minimised. The proposed algorithmwas tested on one day’s
domestic flight schedule and achieved an 18% reduction in
traffic density, with the flight times and delaysremaining
proportional to the data observed in the existing air
traffic management system.
keywords:
- Genetic Algorithm
- Air Traffic Management
- CUDA
- Spectral Clustering
license: MIT
commit: 7fea8f5
version: '5.0'
date-released: '2022-12-13'