Commit 7806cd4b by Tobias Langer

Added experiment starter.

parent 259f87fa
#!/bin/bash
mkdir analysis
for i in `seq 0.5 0.5 5`;
do
./run.py 1 $i
rm -r experiments/ese*
./analysis experiment_data/results/* $i
rm -r experiment_data
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment