Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 891 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 891 Bytes

Aircraft Landing Scheduling

Solving the Aircraft Landing Scheduling with metaheuristics (including evolutionary algorithms and memetic algorithms)

Carlos Cotta, 2024

Requirements

Requires JDK 17 or higher. This project has the following dependencies:

  • ea: evolutionary algorithm library for optimization
  • grasp: library of greedy randomized adaptive search procedures
  • json-simple: library for parsing configuration files and dumping statistics.

Data Instances

A dataset containing instances of the problem is available at the Open Science Framework (doi: 10.17605/OSF.IO/28CVH).

References

  1. Cotta, C. Harnessing memetic algorithms: a practical guide. TOP (2025). https://doi.org/10.1007/s11750-024-00694-8