Commit c5de18e8 authored by Illia Kolesnik's avatar Illia Kolesnik
Browse files

Updated instance creating script

parent 9d3866bf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#!/bin/bash

DESIRED_DISTRIBUTIONS=("unif" "normal" "exp")
DESIRED_REFINES=(10000 50000 100000 500000 1000000 5000000)
DESIRED_SEARCHES_RATIO=(0.5 1 1.5 2 2.5 3)
INSTANCES=3
DESIRED_REFINES=(10000 50000 100000 500000 1000000 5000000 10000000)
DESIRED_SEARCHES_RATIO=(0.5 1 2)
INSTANCES=5

# Stop on error
set -e