Skip to content

Commit

Permalink
spurious
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Colangelo authored and Federico Colangelo committed Aug 31, 2020
1 parent b7c40ab commit 8372b20
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Multi-Objective Routing Algorithm (MORA)
This repo contains the code for the paper 'Multi-objective optimization-based reliable,energy efficient routing for SDN networks'.
Below are instructions to replicate the experiments described in the paper.
The Results directory contains the csv files obtained during the experiments.

## Instructions
1) Install the prerequisites <br>
<code>pip install -r requirements.txt</code>
2) Clone this repository. <br>
<code>git clone https://github.com/fColangelo/MORA-Multi-Objective-Routing-Algorithm</code>
3) Launch the 'Simulator' notebook
4) Set the parameters according to the enclosed instructions
This repo contains the code for the paper 'Multi-objective optimization-based reliable,energy efficient routing for SDN networks'

## Prerequisites

- Numpy
- Deap v 1.3.0
- Pandas
- Jupyter notebook/lab
- Geopy (To fetch data from GEANT API)
```
##Instructions
To replicate the results, install the prerequisites and clone this repository.
Then, simply launch the 'Simulator' notebook and set the parameters according to the enclosed instructions.
</pre>

0 comments on commit 8372b20

Please sign in to comment.