Commit 9ae54696 by Tobias Langer

Minor improvements to experiment starter.

parent 7806cd4b
#!/bin/bash
mkdir analysis
mkdir -p analysis
for i in `seq 0.5 0.5 5`;
for i in `seq 0.5 0.5 4.5`;
do
./run.py 1 $i
rm -r experiments/ese*
......
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