Skip to content
Snippets Groups Projects
Commit df50bca6 authored by Piotr's avatar Piotr
Browse files

add procedures for experiment 3 for 3500 and 2920

parent 26cd4db0
No related branches found
No related tags found
No related merge requests found
......@@ -66,12 +66,12 @@ public class DNIRunner{
public def static void main(String[] args) {
//new DNIRunner().start_single()
new DNIRunner().start_single()
new DNIRunner().start_experiment1()
new DNIRunner().start_experiment2()
new DNIRunner().start_experiment3_2920()
new DNIRunner().start_experiment3_3500()
// new DNIRunner().start_experiment1()
// new DNIRunner().start_experiment2()
// new DNIRunner().start_experiment3_2920()
// new DNIRunner().start_experiment3_3500()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment