Skip to content

Commit

Permalink
2de experiment to do
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartJKlein committed Dec 15, 2017
1 parent c97b66a commit 8e0eb4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions experiments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ This repository is used to run experiments to these de endurance of the algorith

## Notable content:

### gates-position
### netlist-length

The first directory's experiment is setup to see if the effect of changing positions of gates. Gate lists are randomized by a random number generators. The generator is in netlist-length/generators.
The first directory looks at the effect of diverent lenghts of netlists. These are also generated by a random number generator is netlist-length/generators.

### netlist-length
### gates-position (to be executed)

The second directory looks at the effect of diverent lenghts of netlists. These are also generated by a random number generator is netlist-length/generators.
The second directory's experiment is setup to see if the effect of changing positions of gates. Gate lists are randomized by a random number generators. The generator is in netlist-length/generators. This experiment is still to be executed.

## Requirements

To run this program, you need the following:

* Python 3.6.3
* [numpy](http://www.numpy.org/) 1.13.3
* [NumPy](http://www.numpy.org/) 1.13.3
* [matplotlib](https://matplotlib.org/index.html) 2.1.0

## Installation
Expand Down

0 comments on commit 8e0eb4a

Please sign in to comment.