diff options
| author | tslil clingman <> | 2020-10-10 23:00:23 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2020-10-10 23:58:27 -0400 |
| commit | 2494c42d2fbd2900bdfeebfda39b0b706a45f9fe (patch) | |
| tree | 2d72ed56575bf0499f7218a94977f9da0057f90c /wrap_taktician | |
| parent | 6edf7d4cdc19ee80b50c813835b8e36b011232b4 (diff) | |
Thinking about GUI
Diffstat (limited to 'wrap_taktician')
| -rwxr-xr-x | wrap_taktician | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrap_taktician b/wrap_taktician index c0ec20a..f667c3d 100755 --- a/wrap_taktician +++ b/wrap_taktician @@ -1,3 +1,3 @@ #!/bin/bash -taktician analyze -quiet -mcts -limit 3s -depth 1 $1 | grep = | cut -d= -f2 | shuf -n 1 +taktician analyze -quiet -mcts -limit 2s -depth 1 $1 | grep = | cut -d= -f2 | shuf -n 1 |
