The resolution of Air Traffic Control (ATC) conflicts is a constrained optimization problem: the goal is to propose, for a certain number, n, of aircraft, which might be in conflict in a near future, trajectories that satisfy the separation constraints between aircraft, and minimizes the delays due to the conflict's resolution. The type of conflict resolution trajectories we use allows to split the problem in two steps: first we choose, and freeze, what we call a configuration of the problem, i.e. for each aircraft, the direction in which the aircraft is diverted, and for each pair of aircraft, which of the two aircraft passes first at the crossing point of the two aircraft trajectories. We can then compute the optimal trajectories corresponding to this configuration, by solving a simple linear optimization problem. Thus we can use an Genetic Algorithm, along with a linear optimization algorithm, such as the simplex algorithm: the elements of the population, on which the GA operates, code configurations of the problem, and are evaluated using a linear optimization program.The advantage of this approach is that we get, as well as the fitness of an element of the population, the local optima corresponding to the configuration coded by this element. The GA actually searches for the global optimum among these local optima. We applied this methods to conflicts in which up to 6 aircraft are involved, and obtained really promising results.
[1]
Zbigniew Michalewicz,et al.
Genetic Algorithms + Data Structures = Evolution Programs
,
1996,
Springer Berlin Heidelberg.
[2]
Xiaodong Yin,et al.
A Fast Genetic Algorithm with Sharing Scheme Using Cluster Analysis Methods in Multimodal Function Optimization
,
1993
.
[3]
A. H. Gisch,et al.
Automated En Route Air Traffic Control Algorithmic Specifications. Volume 3. Flight Plan Conflict Probe
,
1983
.
[4]
David E. Goldberg,et al.
Parallel Recombinative Simulated Annealing: A Genetic Algorithm
,
1995,
Parallel Comput..
[5]
Marc Schoenauer,et al.
Genetic algorithms for solving air traffic control conflicts
,
1993,
Proceedings of 9th IEEE Conference on Artificial Intelligence for Applications.
[6]
Marc Schoenauer,et al.
Genetic Algorithms for Air Traffic Control System
,
1996
.
[7]
William Orchard-Hays,et al.
Advanced Linear-Programming Computing Techniques
,
1968
.
[8]
Marc Schoenauer,et al.
Genetic Algorithms for Air Traffic Assignment
,
1994,
ECAI.
[9]
Marc Schoenauer,et al.
Genetic algorithms for optimal plane conflict resolution in air traffic
,
1994
.