source: liacs/ai/poker/test-perceptrons.sh@ 8

Last change on this file since 8 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 208 bytes
Line 
1#!/bin/sh
2
3for NODES in 1 3 5 7 9 11 13 20 30 50 100
4do
5 export CFLAGS="-DHIDDEN_SIZE=$NODES"
6 make clean
7 make nn
8 echo "Start nodes $NODES..."
9 ./nn | tee "test-perceptrons-$NODES.txt"
10done
11
Note: See TracBrowser for help on using the repository browser.