Skip to content

Commit

Permalink
Merge 95e46d0 into 00392bb
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Dec 1, 2015
2 parents 00392bb + 95e46d0 commit afb9b8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/clop/tree-runner
@@ -0,0 +1,3 @@
#!/bin/bash -l

./runner tree "$@"
10 changes: 10 additions & 0 deletions misc/clop/tree.clop
@@ -0,0 +1,10 @@
# Use for the naming of the .log and .dat files
Name tree
Processor main
Script ./tree-runner
Replications 1

# [tree]
LinearParameter tree.end_of_game_cutoff 0.0 0.1
IntegerParameter tree.expand_after 0 50
LinearParameter tree.rave_equiv 0.0 10000.0

0 comments on commit afb9b8e

Please sign in to comment.