Skip to content

Commit

Permalink
fix: Few updates to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrover112 committed Aug 17, 2021
1 parent 5f8d9ac commit 53764fc
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 12 deletions.
37 changes: 37 additions & 0 deletions README.md
@@ -0,0 +1,37 @@
# Flight Scheduling Algorithms

The following repository contains code for the paper "XYZ" .Few flight scheduling algorithms have been implemented. The experiments were performed in PyPy3.7 and CPython 3.8.10.

**Algorithms**:
- Hill Climbing
- Random Search
- Simulated Annealing
- Genetic Algorithm
- Genetic Algrithm in Reverse Mode
- Genetic Algorithm with Reversals
- Iterated Chaining



# Getting Started
The instructions for setup are mentioned in setup directory. Alternatively, you can setup using this bash script.

The script creates and activates an PyPy conda virtual environment with all libraries and dependencies.
```
cd ./setup.sh
source setup.sh
```
# Run
Execute the script to run the experiments.
```
pypy mp.py
OR
pypy flightscheduling.py
```
# Results

# Contributing Guidelines
Refer Contributing.md for mode details.
# References
[1] []
[2] []
12 changes: 0 additions & 12 deletions setup/PyPy_setup.md
Expand Up @@ -23,18 +23,6 @@ pypy -mpip install matplotlib
pypy -mpip install matplotlib
```

#2. Using the script
The script creates and activates an PyPy virtual environment with all libraries and dependencies.
```
cd ./setup.sh
source setup.sh
```
# Run
```
pypy mp.py
OR
pypy flightscheduling.py
```
**Note**:
- Use PATH -m ensurepip only if an error is enocountered or if prompt says so.
- Some Python functions aren't compatible with PyPy.Since at the time of writing it uses *Python3.7.*
Expand Down

0 comments on commit 53764fc

Please sign in to comment.