use data from random pairing of AIs

master
melvin 2013-04-20 10:18:16 +08:00
parent 8de87071a8
commit d962fcf544
1 changed files with 12 additions and 12 deletions

View File

@ -20,18 +20,18 @@
data.addColumn('string', 'AI');
data.addColumn('number', 'Z');
data.addRows([
["MCTS-C-8",2.61172],
["MCTS-H-8",1.45508],
["MMAB-C-8",1.38136],
["MMAB-C-1",1.16726],
["MCTS-C-1",1.12943],
["VEGAS-H-1",0.974163],
["VEGAS-C-1",0.872949],
["VEGAS-C-8",0.862261],
["VEGAS-H-8",0.803905],
["MMAB-H-1",0.779177],
["MMAB-H-8",0.732664],
["MCTS-H-1",0.441244],
['MCTS-C-8',2.6092528099778627],
['MCTS-H-8',1.6659994285040605],
['MMAB-C-8',1.3787037458439702],
['MMAB-C-1',1.1150941501850724],
['VEGAS-C-1',1.0706647280649502],
['VEGAS-C-8',0.983885331445131],
['MCTS-C-1',0.9556629450281179],
['MMAB-H-8',0.7833827268635594],
['VEGAS-H-8',0.7678329742431786],
['MMAB-H-1',0.7589821175468302],
['VEGAS-H-1',0.673920927349923],
['MCTS-H-1',0.5059996380189609],
]);
// Set chart options