source:
liacs/ai/poker/data/xor.sh
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 170 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | # $Id: xor.sh 545 2008-04-06 20:46:24Z rick $ |
3 | |
4 | cat <<EOF > quality.txt |
5 | 0 0 0 |
6 | 1 0 1 |
7 | 0 1 1 |
8 | 1 1 0 |
9 | EOF |
10 | |
11 | ./xor.pl 1000 > training.txt |
12 | ./xor.pl 200000 > validate.txt |
Note:
See TracBrowser
for help on using the repository browser.