Skip to content

Missing-Tech/flight-optimisation

Repository files navigation

Flight path optimisation to avoid contrails using the Ant Colony algorithm

Start program

  1. Create a .venv from the root directory
virtualenv .venv
  1. Activate the .venv
source .venv/bin/activate
  1. Install packages
pip install -r requirements.txt
  1. Run the program
python main.py

Tests

Run tests for all modules with:

python -m unittest discover -s . -p "test_*.py"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages