57 research outputs found

    Heuristic search for the coupled runway sequencing and taxiway routing problem

    Get PDF
    This paper presents the first local search heuristic for the coupled runway sequencing (arrival & departure) and taxiway routing problems, based on the receding horizon (RH) scheme that takes into account the dynamic nature of the problem. As test case, we use Manchester Airport, the third busiest airport in the UK. From the ground movement perspective, the airport layout requires that departing aircraft taxi across the arrivals runway. This makes it impossible to separate arrival from departure sequencing in practice. Operationally, interactions between aircraft on the taxiways could prevent aircraft from taking off from, or landing on, runways during the slots assigned to them by an algorithm optimizing runway use alone. We thus consider the interactions between arrival and departure aircraft on the airport surface. Compared to sequentially optimized solutions, the results obtained with our approach indicate a significant decrease in the taxiway routing delay, with generally no loss in performance in terms of the sequencing delay for a regular day of operations. Another benefit of such a simultaneous optimization approach is the possibility of holding aircraft at the stands for longer, without the engines running. This significantly reduces the fuel burn, as well as bottlenecks and traffic congestion during peak hours that are often the cause of flight delays due to the limited amount of airport surface space available. Given that the maximum computing time per horizon is around 95 s, real-time operation might be practical with increased computing power

    Integrated and joint optimisation of runway-taxiway-apron operations on airport surface

    Get PDF
    Airports are the main bottlenecks in the Air Traffic Management (ATM) system. The predicted 84% increase in global air traffic in the next two decades has rendered the improvement of airport operational efficiency a key issue in ATM. Although the operations on runways, taxiways, and aprons are highly interconnected and interdependent, the current practice is not integrated and piecemeal, and overly relies on the experience of air traffic controllers and stand allocators to manage operations, which has resulted in sub-optimal performance of the airport surface in terms of operational efficiency, capacity, and safety. This thesis proposes a mixed qualitative-quantitative methodology for integrated and joint optimisation of runways, taxiways, and aprons, aiming to improve the efficiency of airport surface operations by integrating the operations of all three resources and optimising their coordination. This is achieved through a two-stage optimisation procedure: (1) the Integrated Apron and Runway Assignment (IARA) model, which optimises the apron and runway allocations for individual aircraft on a pre-tactical level, and (2) the Integrated Dynamic Routing and Off-block (IDRO) model, which generates taxiing routes and off-block timing decisions for aircraft on an operational (real-time) level. This two-stage procedure considers the interdependencies of the operations of different airport resources, detailed network configurations, air traffic flow characteristics, and operational rules and constraints. The proposed framework is implemented and assessed in a case study at Beijing Capital International Airport. Compared to the current operations, the proposed apron-runway assignment reduces total taxiing distance, average taxiing time, taxiing conflicts, runway queuing time and fuel consumption respectively by 15.5%, 15.28%, 45.1%, [58.7%, 35.3%, 16%] (RWY01, RWY36R, RWY36L) and 6.6%; gated assignment is increased by 11.8%. The operational feasibility of this proposed framework is further validated qualitatively by subject matter experts (SMEs). The potential impact of the integrated apron-runway-taxiway operation is explored with a discussion of its real-world implementation issues and recommendations for industrial and academic practice.Open Acces

    A Hybrid Tabu/Scatter Search Algorithm for Simulation-Based Optimization of Multi-Objective Runway Operations Scheduling

    Get PDF
    As air traffic continues to increase, air traffic flow management is becoming more challenging to effectively and efficiently utilize airport capacity without compromising safety, environmental and economic requirements. Since runways are often the primary limiting factor in airport capacity, runway operations scheduling emerge as an important problem to be solved to alleviate flight delays and air traffic congestion while reducing unnecessary fuel consumption and negative environmental impacts. However, even a moderately sized real-life runway operations scheduling problem tends to be too complex to be solved by analytical methods, where all mathematical models for this problem belong to the complexity class of NP-Hard in a strong sense due to combinatorial nature of the problem. Therefore, it is only possible to solve practical runway operations scheduling problem by making a large number of simplifications and assumptions in a deterministic context. As a result, most analytical models proposed in the literature suffer from too much abstraction, avoid uncertainties and, in turn, have little applicability in practice. On the other hand, simulation-based methods have the capability to characterize complex and stochastic real-life runway operations in detail, and to cope with several constraints and stakeholders’ preferences, which are commonly considered as important factors in practice. This dissertation proposes a simulation-based optimization (SbO) approach for multi-objective runway operations scheduling problem. The SbO approach utilizes a discrete-event simulation model for accounting for uncertain conditions, and an optimization component for finding the best known Pareto set of solutions. This approach explicitly considers uncertainty to decrease the real operational cost of the runway operations as well as fairness among aircraft as part of the optimization process. Due to the problem’s large, complex and unstructured search space, a hybrid Tabu/Scatter Search algorithm is developed to find solutions by using an elitist strategy to preserve non-dominated solutions, a dynamic update mechanism to produce high-quality solutions and a rebuilding strategy to promote solution diversity. The proposed algorithm is applied to bi-objective (i.e., maximizing runway utilization and fairness) runway operations schedule optimization as the optimization component of the SbO framework, where the developed simulation model acts as an external function evaluator. To the best of our knowledge, this is the first SbO approach that explicitly considers uncertainties in the development of schedules for runway operations as well as considers fairness as a secondary objective. In addition, computational experiments are conducted using real-life datasets for a major US airport to demonstrate that the proposed approach is effective and computationally tractable in a practical sense. In the experimental design, statistical design of experiments method is employed to analyze the impacts of parameters on the simulation as well as on the optimization component’s performance, and to identify the appropriate parameter levels. The results show that the implementation of the proposed SbO approach provides operational benefits when compared to First-Come-First-Served (FCFS) and deterministic approaches without compromising schedule fairness. It is also shown that proposed algorithm is capable of generating a set of solutions that represent the inherent trade-offs between the objectives that are considered. The proposed decision-making algorithm might be used as part of decision support tools to aid air traffic controllers in solving the real-life runway operations scheduling problem

    Planning and reconfigurable control of a fleet of unmanned vehicles for taxi operations in airport environment

    Get PDF
    The optimization of airport operations has gained increasing interest by the aeronautical community, due to the substantial growth in the number of airport movements (landings and take-offs) experienced in the past decades all over the world. Forecasts have confirmed this trend also for the next decades. The result of the expansion of air traffic is an increasing congestion of airports, especially in taxiways and runways, leading to additional amount of fuel burnt by airplanes during taxi operations, causing additional pollution and costs for airlines. In order to reduce the impact of taxi operations, different solutions have been proposed in literature; the solution which this dissertation refers to uses autonomous electric vehicles to tow airplanes between parking lots and runways. Although several analyses have been proposed in literature, showing the feasibility and the effectiveness of this approach in reducing the environmental impact, at the beginning of the doctoral activity no solutions were proposed, on how to manage the fleet of unmanned vehicles inside the airport environment. Therefore, the research activity has focused on the development of algorithms able to provide pushback tractor (also referred as tugs) autopilots with conflict-free schedules. The main objective of the optimization algorithms is to minimize the tug energy consumption, while performing just-in-time runway operations: departing airplanes are delivered only when they can take-off and the taxi-in phase starts as soon as the aircraft clears the runway and connects to the tractor. Two models, one based on continuous time and one on discrete time evolution, were developed to simulate the taxi phases within the optimization scheme. A piecewise-linear model has also been proposed to evaluate the energy consumed by the tugs during the assigned missions. Furthermore, three optimization algorithms were developed: two hybrid versions of the particle swarm optimization and a tree search heuristic. The following functional requirements for the management algorithm were defined: the optimization model must be easily adapted to different airports with different layout (reconfigurability); the generated schedule must always be conflict-free; and the computational time required to process a time horizon of 1h must be less than 15min. In order to improve its performance, the particle swarm optimization was hybridized with a hill-climb meta-heuristic; a second hybridization was performed by means of the random variable search, an algorithm of the family of the variable neighborhood search. The neighborhood size for the random variable search was considered varying with inverse proportionality to the distance between the actual considered solution and the optimal one found so far. Finally, a tree search heuristic was developed to find the runway sequence, among all the possible sequences of take-offs and landings for a given flight schedule, which can be realized with a series of taxi trajectories that require minimum energy consumption. Given the taxi schedule generated by the aforementioned optimization algorithms a tug dispatch algorithm, assigns a vehicle to each mission. The three optimization schemes and the two mathematical models were tested on several test cases among three airports: the Turin-Caselle airport, the Milan-Malpensa airport, and the Amsterdam airport Schiphol. The cost required to perform the generated schedules using the autonomous tugs was compared to the cost required to perform the taxi using the aircraft engines. The proposed approach resulted always more convenient than the classical one

    Maximising runway capacity by mid-term prediction of runway configuration and aircraft sequencing using machine learning

    Full text link
    Maximising runway capacity is one of the essential measures to meet the growing traffic demand. Runway capacity maximisation is an open challenge in the literature due to a complex and non-linear interplay of many factors which are stochastic in nature such as wind, weather, and arrival and departure sequence of aircraft. However, an effective sequencing of arrivals and departures may condense the service time on runway, thereby generating opportunities for new landing or take-off slots, which may maximise the runway capacity. In addition, sequencing of arrivals and departures optimised for a predicted runway configuration, given the weather and wind conditions, may lead to maximising the runway capacity. First, I develop an optimisation method, using aircraft position shifting and path-planning, for aircraft sequencing for a single runway airport. The proposed method can provide an optimal aircraft sequence, for both arrivals and departures, such that it minimises the total inter-arrival and departure times and, consequently, maximises the runway throughput. The proposed method implements several arrival/departure sequencing strategies, i.e., constraint position-shifting with one, two and N-positions, and First Come First Serve (FCFS) in order to obtain an optimal sequence (i.e., a sequence with the lowest process time). The novelty of the sequencing model is to incorporate the Standard Terminal Arrival Routes (STAR) for path planning and sequencing of arriving aircraft at Final Approach Fix (FAF) and departing aircraft sequence at the runway threshold. The simulation result demonstrates that the model can increase up to 15% of the runway capacity compared with the commonly used aircraft sequencing technique (i.e., FCFS). Second, a runway configuration (i.e., a set of runways active in a specific period in a multi-runaway system) plays a vital role in determining runway capacity. Thus, I developed an evolutionary computation (Cooperative Co-evolutionary with Genetic Algorithm) algorithm for determining which runway configuration is most suitable for processing a given optimal aircraft sequence (arrival-departure), such that the runway capacity is maximised in a multi-runway system. The proposed algorithm models and uses Runway Configuration Capacity Envelopes (RCCEs) which defines arrival and departure throughputs. RCCE helps in identifying the unique capacity constraints based on which runways are used, for example, arrivals/departures or both. In the proposed evolutionary algorithm (CCoGA), the runway configuration and aircraft sequence are modelled as two species which interacts and evolve co-operatively to yield the best populations (combination) for maximising runway capacity. The fitness function for the optimal sequence species is to reduce the total process time for a given runway configuration, while fitness function for the runway configuration species is to maximises the total capacity for the given optimal sequence. The simulation results show that CCoGA can provide trade-off solutions with multiple runway configurations, for a given arrival-departure sequence, which can lead to capacity maximisation. Third, the weather conditions at an airport play a major role in determining the runway configuration which then has a significant impact on its runway capacity. Typically, aircraft take-off and landing operations use the runways which are most closely aligned with the wind direction, speed and other factors (e.g., cloud ceiling, visibility). However, selecting a runway configuration is a challenging task because it requires not only wind/weather (current and predicted) conditions but also the arrival/departure sequence (active and anticipated) at an airport. Predicting a suitable runway configuration under the operating conditions and a given traffic distribution may be useful for maximising the runway capacity. To achieve that, I first propose a Machine Learning (ML) model for predicting a suitable runway configuration given wind/weather and arrival/departure sequence. The simulation results demonstrate the accuracy of the prediction (98%) and usefulness of the ML techniques for assisting Air Traffic Controllers (ATCs) to choose certain runway configuration based on real-world weather data. In the final part of this thesis, I extend the ML model for forecasting runway configuration and develop a capacity estimation model for estimating associated capacity in a medium-term horizon (6 hours). The proposed model incorporates influencing factors (i.e., wind, visibility, cloud ceiling, and operation time) as well as all possible runway layouts for predicting the most suitable configuration. As a case study for Amsterdam Schiphol Airport, one month of airport weather data and associated runway configurations are processed to train and test the developed ML model. The results, on two days of sample traffic data, demonstrate the prediction accuracy of the ML model of up to 98%. Also, it is demonstrated that the ML predicted configuration can accommodate an additional number of flights (i.e., up to 20 flights) within one hour. This shows the viability and benefits of using ML approach for maximising runway capacity

    Sequenciamento de movimentos terrestres nos aeroportos

    Get PDF
    Mestrado em Matemática e AplicaçõesO tráfego aéreo no mundo está em crescimento e para a maioria dos aeroportos não e uma opção expandir os terminais ou as pistas, fazendo com que estes tentem maximizar a eficiência operacional. Muitos aeroportos estão a operar perto da sua capacidade m áxima. Horas de ponta implicam engarrafamentos e causam simultâneos atrasos ao longo de toda a cadeia de operações com consequências para passageiros, companhias aéreas e aeroportos. Por estes motivos há uma necessidade de otimização dos movimentos no solo que ocorrem nos aeroportos. Existem três grandes problemas no que diz respeito as operações dos aeroportos: o sequenciamento das partidas e chegadas; a gestão das operações que precedem a "luz verde" para que o avião possa sair do stand; e os movimentos no solo entre o stand e a pista (e o oposto). O âmbito deste trabalho enquadra-se nos movimentos no solo que interagem com os dois outros problemas de sequenciamento mencionados e fornece decisões em tempo real. O problema dos movimentos terrestres consiste em estabelecer o roteamento dos aviões desde o stand até a pista para levantarem voo, ou no caminho inverso, e sequenciar os seus movimentos. A nossa abordagem consiste numa otimização rápida que considera um conjunto de aviões a moverem-se de, e para, a pista, e uma rede condicionada pela planta do aeroporto. Considera, ainda, restrições tais como: de rota; separações entre aviões devido ao jet blast; velocidade de cada avião; de tempo para chegadas e partidas, num ambiente em constante mudança. O objetivo e minimizar o consumo de combustível enquanto os aviões estão no solo (da perspetiva das companhias aéreas) e minimizar o tempo despendido em cada slot de janela temporal na ocupação do espaço terrestre do aeroporto, garantindo todas as regras de segurança. Também os passageiros e o ambiente beneficiam de um conjunto de movimentações em terra otimizadas. A otimização proposta fornece uma solução heuristica rápida para cada evento em tempo real respeitando todas as regras estabelecidas no Ad- vanced Surface Movement, Guidance and Control Systems (A-SMGCS) da Organização Internacional de Aviação Civil (ICAO).Worldwide air tra c tends to increase and for many airports it's no longer an option to expand terminals and runways, so airports are trying to maximize their operational e ciency. Many airports already operate near their maximum capacity. Peak hours imply operational bottlenecks and cause chained delays across ights impacting passenger, airlines and airports. Therefore there is a need for the optimization of the ground movements at the airports. There are three major problems concerning airport operations: the departures and arrivals sequencing on the runways; the sta management operations preceding the green light for aircraft to leave the gate; and the ground movement between the gate and the runway (and reverse). The scope of this work is the ground movement problem that interacts with the other two scheduling problems mentioned and provides decisions in real-time. The ground movement problem consists of routing the planes from the gate to the runway for takeo or on reverse path, and to schedule their movements. Our approach proposes a fast optimization system that considers a set of planes moving to and from a set of runways along a given road network conditioned by the airport ground layout. It considers constraints such as the route constraints, separation between aircrafts due to jet blast, aircraft movement speeds, timing constraints for arrivals and departures in a constantly changing environment. The objective is to minimize fuel consumptions on the ground (from the airline perspective) and to minimize the time spent on the time window slot for occupying the airport ground (from the airports perspective) while granting all safety regulations at all times. Also passengers and the environment bene t from an optimized ground movement. The optimization approach proposed provides a fast heuristic solution for each real-time event generated respecting all the rules established by Advanced Surface Movement, Guidance and Control Systems (ASMGCS) of the International Civil Aviation Organization (ICAO)

    Runway exit designs for capacity improvement demonstrations. Phase 2: Computer model development

    Get PDF
    The development is described of a computer simulation/optimization model to: (1) estimate the optimal locations of existing and proposed runway turnoffs; and (2) estimate the geometric design requirements associated with newly developed high speed turnoffs. The model described, named REDIM 2.0, represents a stand alone application to be used by airport planners, designers, and researchers alike to estimate optimal turnoff locations. The main procedures are described in detail which are implemented in the software package and possible applications are illustrated when using 6 major runway scenarios. The main output of the computer program is the estimation of the weighted average runway occupancy time for a user defined aircraft population. Also, the location and geometric characteristics of each turnoff are provided to the user

    A Concept for Flexible Operations and Optimized Traffic into Metroplex Regions

    Get PDF
    A "Flexible Flight Operations" concept for airport metroplexes was studied. A flexible flight is one whose destination airport is not assigned until a threshold is reached near the arrival area at which time the runway which reduces overall delay is assigned. The concept seeks to increase throughput by exploiting flexibility. The quantification of best-case benefits from the concept was pursued to establish whether concept research is warranted. Findings indicate that indeed the concept has potential for significant reductions in delay (and cost due to delay) in the N90 (NY/NJ) and SCT (Southern California) metroplexes. Delay reductions of nearly 26% are possible in N90 when 30% of the commercial airline flights are flexible (smartly selected by their low probability of connecting passengers); nearly 40% delay reduction is found when 50% of the flights are flexible. In the SCT metroplex, delay reductions estimates are greater. Greater reductions result at SCT since it is less constrained currently than N90, providing "more room" to take advantage of flexibility. Using the flexible operations concept for on-demand/air taxi and General Aviation flights were found to be beneficial at NY/NJ, indicating the flexible operations concepts may be useful to wide variety of users.

    Robust decision-support tools for airport surface traffic

    Get PDF
    Thesis (Ph. D.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 2004.Includes bibliographical references (p. 107-113).This electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections.Forecasts of departure demand are one of the driving inputs to tactical decision-support tools (DSTs) for airport surface traffic. While there are well-known results on average- or worst-case forecast uncertainty, it is the forecast errors which occur under best-case minimum-uncertainty conditions which constrain robust DST design and the achievable traffic benefits. These best-case errors have never previously been characterized. Several quantitative models and techniques for computing pushback forecasts are developed. These are tested against a dataset of 17,344 real-world airline ground operations covering 3 months of Lufthansa flights transiting Frankfurt International Airport. The Lufthansa dataset includes detailed timing information on all of the turn processes, including deboarding, catering, cleaning, fueling and boarding. The dataset is carefully filtered to obtain a sample of 3820 minimum-uncertainty ground events. The forecast models and techniques are tested against this sample, and it is observed that current pushback forecast errors (on the order of ±15min) cannot be reduced by a factor of more than 2 or 3. Furthermore, for each ground event, only 3 observations are necessary to achieve this best-case performance: the available ground-time between actual onblock and scheduled offblock; the time until deboarding begins; and the time until boarding ends. Any DST used in real-world operations must be robust to this "noise floor". To support the development of robust DSTs, a unified framework called ceno-scale modelling is developed.(cont.) This class of models encodes a wide range of observed delay mechanisms using multi-resource synchronization (MRS) feedback networks. A ceno-scale model instance is created for Newark International Airport, and the parameter sensitivity and model fidelity are tested against a detailed real-world dataset. Based on the validated model framework, several robust dual control strategies are proposed for airport surface traffic.by Francis R. Carr.Ph.D

    Robust Decision-Support Tools for Airport Surface Traffic

    Get PDF
    Forecasts of departure demand are one of the driving inputs to tactical decision-support tools (DSTs) for airport surface traffic. While there are well-known results on average- or worst-case forecast uncertainty, it is the forecast errors which occur under best-case minimum-uncertainty conditions which constrain robust DST design and the achievable traffic benefits. These best-case errors have never previously been characterized. Several quantitative models and techniques for computing pushback forecasts are developed. These are tested against a dataset of 17,344 real-world airline ground operations covering 3 months of Lufthansa fights transiting Frankfurt International Airport. The Lufthansa dataset includes detailed timing information on all of the turn processes, including deboarding, catering, cleaning, fueling and boarding. The dataset is carefully filtered to obtain a sample of 3820 minimum-uncertainty ground events. The forecast models and techniques are tested against this sample, and it is observed that current pushback forecast errors (on the order of §15min) cannot be reduced by a factor of more than 2 or 3. Furthermore, for each ground event, only 3 observations are necessary to achieve this best-case performance: the available ground-time between actual onblock and scheduled offblock; the time until deboarding begins; and the time until boarding ends. Any DST used in real-world operations must be robust to this “noise floor". To support the development of robust DSTs, a unified framework called ceno-scale modeling is developed. This class of models encodes a wide range of observed delay mechanisms using multi-resource synchronization (MRS) feedback networks. A ceno-scale model instance is created for Newark International Airport, and the parameter sensitivity and model fidelity are tested against a detailed real-world dataset. Based on the validated model framework, several robust dual control strategies are proposed for airport surface traffic
    • …
    corecore