Code Monkey home page Code Monkey logo

tum_metaheuristics's Introduction

This project applies various metaheuristics to the airport gate assignment problem with time windows formulated by Lim et al in 2005 [1]. The study is conducted as part of the advanced seminar "Scheduling with Metaheuristics" at the chair of Operations Management of the TUM School of Management.

The following algorithms were implemented in Python 3.7.5 with numpy 1.17.4 and numba 0.46.0:

  • Tabu Search
  • Genetic Algorithm
  • Memetic Algorithm
  • Bee Colony Optimization

Their performance is compared to the commercial solver Gurobi.

Directory metaheuristics: Contains the implementation of Gurobi, Tabu Search, Bee Colony Optimization, Genetic and Memetic Algorithm. The instance generation and parameter setting is realized in problem.py. gantt.py enables the creation of a gantt chart for a given solution.

Directory experiments: Contains experimental_study.py which starts a new run of an experiment. The result data of our conducted experiment was saved to experimental_results.csv. Besides these files there are multiple files for visualizing our result data. Each plot has it own file.

[1] Lim, Andrew, Brian Rodrigues, and Yi Zhu. "Airport gate scheduling with time windows." Artificial Intelligence Review 24.1 (2005): 5-31.

tum_metaheuristics's People

Contributors

nico-busch avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.