gitignore fix

master
Peter Babič 9 years ago
parent 67a1365af7
commit fc99b602df
  1. 3
      .gitignore
  2. 10
      .results.data
  3. 8
      .settings.battle
  4. 5
      config/robocode.properties
  5. 2
      robocode-svm
  6. 1
      testing.data
  7. 9
      training.data

3
.gitignore vendored

@ -0,0 +1,3 @@
*.data
*.properties
*.battle

@ -1,10 +0,0 @@
2 1:316 2:151
1 1:279 2:157
1 1:144 2:157
1 1:398 2:321
1 1:315 2:37
2 1:441 2:169
1 1:181 2:281
2 1:267 2:57
1 1:292 2:138
2 1:349 2:44

@ -1,8 +0,0 @@
#Battle Properties
robocode.battleField.width=500
robocode.battleField.height=500
robocode.battle.numRounds=1
robocode.battle.gunCoolingRate=0.1
robocode.battle.rules.inactivityTime=450
robocode.battle.selectedRobots=sample.TrackFire,sample.TrackFire
robocode.battle.initialPositions=(250,250,0),(349,44,274)

@ -1,5 +0,0 @@
#Robocode Properties
#Wed Apr 22 18:10:36 CEST 2015
robocode.cpu.constant=14014678
robocode.options.battle.desiredTPS=10000
robocode.version.lastrun=1.9.2.3

@ -55,3 +55,5 @@ echo "tr: $tr, te: $te"
# Scale the results to interval <0, 1> and split them to training set and testing set;
# misuse tee for 'process substituion' and send its stdout do /dev/null
svm-scale -l 0 -u 1 "$results" | tee >(head -n $tr > "$training") >(tail -n $te > "$testing") > /dev/null

@ -1 +0,0 @@
2 1:0.690236 2:0.0246479

@ -1,9 +0,0 @@
2 1:0.579125 2:0.401408
1 1:0.454545 2:0.422535
1 2:0.422535
1 1:0.855219 2:1
1 1:0.575758
2 1:1 2:0.464789
1 1:0.124579 2:0.859155
2 1:0.414141 2:0.0704225
1 1:0.498316 2:0.355634
Loading…
Cancel
Save