mise à jour du rapport
This commit is contained in:
parent
3a92e315d0
commit
827a46ff01
BIN
othello_rapport_2.pdf
Normal file
BIN
othello_rapport_2.pdf
Normal file
Binary file not shown.
@ -5,14 +5,15 @@ import java.io.PrintWriter;
|
|||||||
import java.io.UnsupportedEncodingException;
|
import java.io.UnsupportedEncodingException;
|
||||||
|
|
||||||
import othello.players.AlphaBetaPlayer;
|
import othello.players.AlphaBetaPlayer;
|
||||||
|
import othello.players.NegamaxPlayer;
|
||||||
import othello.players.Player;
|
import othello.players.Player;
|
||||||
|
|
||||||
public class MainStats {
|
public class MainStats {
|
||||||
|
|
||||||
|
|
||||||
public static void main(String[] args) throws FileNotFoundException, UnsupportedEncodingException {
|
public static void main(String[] args) throws FileNotFoundException, UnsupportedEncodingException {
|
||||||
Player p1 = new AlphaBetaPlayer(1);
|
Player p1 = new NegamaxPlayer(2);
|
||||||
Player p2 = new AlphaBetaPlayer(5);
|
Player p2 = new NegamaxPlayer(2);
|
||||||
Player[][] board = initialize(p1, p2);
|
Player[][] board = initialize(p1, p2);
|
||||||
State game = new State(board, p1, p2);
|
State game = new State(board, p1, p2);
|
||||||
System.out.println("joueur 1: " + p1);
|
System.out.println("joueur 1: " + p1);
|
||||||
|
119
statsj1.txt
119
statsj1.txt
@ -1,67 +1,52 @@
|
|||||||
6
|
432
|
||||||
16
|
1992
|
||||||
29
|
4828
|
||||||
44
|
8150
|
||||||
66
|
14407
|
||||||
90
|
23013
|
||||||
111
|
30491
|
||||||
142
|
42053
|
||||||
168
|
51206
|
||||||
195
|
69655
|
||||||
221
|
86676
|
||||||
249
|
104309
|
||||||
287
|
115501
|
||||||
327
|
127748
|
||||||
362
|
139306
|
||||||
393
|
158959
|
||||||
424
|
181347
|
||||||
461
|
195343
|
||||||
494
|
234427
|
||||||
527
|
298978
|
||||||
563
|
384890
|
||||||
607
|
454787
|
||||||
638
|
503066
|
||||||
671
|
554466
|
||||||
706
|
603597
|
||||||
737
|
682788
|
||||||
766
|
747703
|
||||||
797
|
858815
|
||||||
827
|
961301
|
||||||
854
|
1018546
|
||||||
886
|
1086933
|
||||||
915
|
1165047
|
||||||
940
|
1235929
|
||||||
969
|
1286641
|
||||||
992
|
1310141
|
||||||
1023
|
1346611
|
||||||
1053
|
1375881
|
||||||
1091
|
1403297
|
||||||
1125
|
1430326
|
||||||
1165
|
1469132
|
||||||
1196
|
1498301
|
||||||
1234
|
1534663
|
||||||
1274
|
1553484
|
||||||
1313
|
1572641
|
||||||
1348
|
1589467
|
||||||
1386
|
1603894
|
||||||
1424
|
1615109
|
||||||
1462
|
1619279
|
||||||
1501
|
1621225
|
||||||
1538
|
1623460
|
||||||
1579
|
1624735
|
||||||
1615
|
1624811
|
||||||
1654
|
|
||||||
1684
|
|
||||||
1710
|
|
||||||
1742
|
|
||||||
1767
|
|
||||||
1791
|
|
||||||
1810
|
|
||||||
1836
|
|
||||||
1856
|
|
||||||
1875
|
|
||||||
1895
|
|
||||||
1905
|
|
||||||
1914
|
|
||||||
1922
|
|
||||||
1928
|
|
||||||
|
119
statsj2.txt
119
statsj2.txt
@ -1,67 +1,52 @@
|
|||||||
6
|
720
|
||||||
16
|
2712
|
||||||
28
|
4940
|
||||||
37
|
7337
|
||||||
46
|
11453
|
||||||
56
|
16716
|
||||||
65
|
23764
|
||||||
75
|
35025
|
||||||
86
|
42907
|
||||||
107
|
60299
|
||||||
121
|
70521
|
||||||
133
|
89718
|
||||||
149
|
109605
|
||||||
172
|
126838
|
||||||
194
|
156244
|
||||||
206
|
205938
|
||||||
234
|
237343
|
||||||
254
|
281749
|
||||||
272
|
344586
|
||||||
295
|
392942
|
||||||
319
|
456525
|
||||||
338
|
513322
|
||||||
357
|
591740
|
||||||
378
|
680035
|
||||||
409
|
734402
|
||||||
435
|
789176
|
||||||
465
|
888420
|
||||||
495
|
962506
|
||||||
523
|
1032354
|
||||||
551
|
1101620
|
||||||
577
|
1172407
|
||||||
605
|
1217925
|
||||||
630
|
1260536
|
||||||
654
|
1283650
|
||||||
681
|
1301117
|
||||||
709
|
1333526
|
||||||
735
|
1343617
|
||||||
757
|
1359554
|
||||||
785
|
1392955
|
||||||
800
|
1420325
|
||||||
825
|
1444803
|
||||||
836
|
1469183
|
||||||
849
|
1491000
|
||||||
867
|
1506375
|
||||||
875
|
1519135
|
||||||
891
|
1539940
|
||||||
905
|
1550685
|
||||||
921
|
1554788
|
||||||
936
|
1556482
|
||||||
951
|
1557548
|
||||||
961
|
1559067
|
||||||
983
|
1559202
|
||||||
1003
|
|
||||||
1020
|
|
||||||
1036
|
|
||||||
1047
|
|
||||||
1061
|
|
||||||
1075
|
|
||||||
1084
|
|
||||||
1098
|
|
||||||
1112
|
|
||||||
1120
|
|
||||||
1123
|
|
||||||
1128
|
|
||||||
1136
|
|
||||||
1139
|
|
||||||
1146
|
|
||||||
|
Loading…
Reference in New Issue
Block a user