Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Caasitroplla/Evolutionary_Computation

Repository files navigation

Evolutionary_Computation

Solving Air Crew Scheduling Problems using Simulated Annealing and Genetic Algorithms

Running the code

To run any of the algorithms individually, you can run the following commands:

python BGA_standard.py
python BGA_improved.py
python simulated_annealing.py

No extra libraries are required to run these scripts, but if you which to run the ones below you will need to install the requirements.txt file.

To run all the algorithms on each data set once, you can run the following command:

python main.py

To run all the algorithms on each data set multiple times, you can run the following command:

python testing.py

When this is run it will provide you with two graphs and the raw data stored in results.json.

About

Solving Air Crew Scheduling Problems using Simulated Annealing and Genetic Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages