PSet 3 Tournament

From 6.034 Wiki

(Redirected from PS3 Tournament)
Jump to: navigation, search

There are 51 entries in the tournament; these consist of everyone who indicated that they would like to compete, and who provided a ps3.scm that can be loaded in a reasonable amount of time. They were given a seed order according to how they performed against rspeer (the TA)'s code in a 0.01-second lightning round. The highest-seeded competitors got byes in the first round.

Each contest is a series of six games. Each player plays white three times and black there times, on boards of size 5, 6, and 7. If there is a 3-3 tie, the contest is run again at double the time limit to determine a winner.

The tournament isn't run in as controlled conditions as the problem set grading, so here's how the rounds were run:

  • Round 1: 0.1 seconds per move, on whatever processor time we got on linux.mit.edu
  • Round 2: 0.2 seconds per move, on a 4GHz cluster computer
  • Round 3: 0.4 seconds per move, on whatever processor time we got on linux.mit.edu
  • Round 4: 0.4 seconds per move, on a rather fast multicore machine
  • Round 5: 0.8 seconds per move, same multicore machine
  • Rounds 6 and 7: 1.6 seconds per move, same multicore machine

Contents

Final standings

Here, we present the winners and the techniques they used.

All three finalists' solutions have something in common: they all assigned pieces a value based on the number of ranks they have moved forward. Simply adding up their ranks would not value one move over another, because every move increases the rank of some pawn, but (for example) squaring the rank makes the player favor moving pieces that are already far down the board (or, conversely, prevent their opponent from moving pieces far down the board).

By adding up the squared values for your own pieces, and subtracting the squared values for your opponent pieces, you get a surprisingly powerful "sum-of-squares heuristic". Using 2n instead of n2 gives a "sum-of-exponentials" heuristic that places even more weight on pieces that are far down the board.

First place: Maciej Pacula (mpacula)
Maciej's evaluation function started with the simple heuristic of the number of possible moves, but made possible capturing moves worth 10 times more. He added this value to .85 of the sum-of-squares heuristic. With the evaluation function's focus on capturing, the result was an aggressive player that clawed its way to the top for an undefeated victory.
Second place: Yuran Lu (yuranlu)
Illustrating the fact that an evaluation function can do well by being dead simple, Yuran's evaluation function used the sum-of-exponentials heuristic and nothing more. Yuran's player lost only to Maciej's (twice).
Third place: Andreas Weibel (anweibel)
Andreas' evaluation function was also simple, using just the sum-of-squares heuristic. It performed nearly the same as Yuran's sum-of-exponentials. It was a close match when they competed head-to-head: they tied on the size-5 and size-6 boards, but Yuran's sum-of-exponentials saw the winning move one step ahead in both size-7 games.

(This writeup previously said that Yuran used sum-of-squares as well. Sorry about the error.)

Rounds 5-7

Round 5...                 Round 6...    Round 7
            TOP BRACKET

anweibel  ]
mattlong  ]--------------- anweibel ]
                                    ]--- mpacula  ]
yuranlu   ]--------------- mpacula  ]             ]
mpacula   ]                                       ]
                                                  ]
                                                  ]--- mpacula
martynaj  ]                                       ]
yuranlu   ]-- yuranlu  ]                          ]
                       ]-- yuranlu  ]             ]
agorlin   ]-- agorlin  ]            ]--- yuranlu  ]
mattlong  ]                anweibel ]

            BOTTOM BRACKET

Top bracket (rounds 1-4)

Seed  Round 1...   Round 2...    Round 3...    Round 4...

 [1] ccpost   ]
[64] BYE      ]--- ccpost   ]
                            ]--- agorlin  ]
[32] byoshimo ]--- agorlin  ]             ]
[33] agorlin  ]                           ]
                                          ]--- martynaj ]
[16] ng1213   ]                           ]             ]
[49] espeed   ]--- ng1213   ]             ]             ]
                            ]--- martynaj ]             ]
[17] martynaj ]--- martynaj ]                           ]
[48] jslocum  ]                                         ]
                                                        ]--- anweibel
 [8] anweibel ]                                         ]
[57] BYE      ]--- anweibel ]                           ]
                            ]--- anweibel ]             ]
[25] alerer   ]--- alerer   ]             ]             ]
[40] rothberg ]                           ]             ]
                                          ]--- anweibel ]
 [9] peairs   ]                           ]
[56] BYE      ]--- peairs   ]             ]
                            ]--- nbieber  ]
[24] cnorahs  ]--- nbieber  ]
[41] nbieber  ]

 [4] alexch   ]
[61] BYE      ]--- alexch   ]
                            ]--- igork    ]
[29] igork    ]--- igork    ]             ]
[36] abrahamr ]                           ]
                                          ]--- r_chiang ]
[13] r_chiang ]                           ]             ]
[52] BYE      ]--- r_chiang ]             ]             ]
                            ]--- r_chiang ]             ]
[20] asilata  ]--- k_rowe   ]                           ]
[45] k_rowe   ]                                         ]
                                                        ]--- mattlong
 [5] tkang    ]                                         ]
[60] BYE      ]--- tkang    ]                           ]
                            ]--- ithink   ]             ]
[28] ithink   ]--- ithink   ]             ]             ]
[37] cpercib  ]                           ]             ]
                                          ]--- mattlong ]
[12] cmcheng  ]                           ]
[53] BYE      ]--- cmcheng  ]             ]
                            ]--- mattlong ]
[21] mattlong ]--- mattlong ]
[44] dwhitlow ]

 [2] yuranlu  ]
[63] BYE      ]--- yuranlu  ]
                            ]--- yuranlu  ]
[31] hsk      ]--- hsk      ]             ]
[34] munir    ]                           ]
                                          ]--- yuranlu  ]
[15] owenlin  ]                           ]             ]
[50] austein  ]--- owenlin  ]             ]             ]
                            ]--- owenlin  ]             ]
[18] markstev ]--- markstev ]                           ]
[47] lilywang ]                                         ]
                                                        ]--- yuranlu
 [7] ede      ]                                         ]
[58] BYE      ]--- ede      ]                           ]
                            ]--- thananat ]             ]
[26] whoburg  ]--- thananat ]             ]             ]
[39] thananat ]                           ]             ]
                                          ]--- thananat ]
[10] jeremyis ]                           ]
[55] BYE      ]--- jeremyis ]             ]
                            ]--- jmstein  ]
[23] jmtstein ]--- jmstein  ]
[42] jtchang  ]

 [3] jtrigg   ]
[62] BYE      ]--- jtrigg   ]
                            ]--- jtrigg   ]
[30] huynht   ]--- huynht   ]             ]
[35] grk      ]                           ]
                                          ]--- jtrigg   ]
[14] raza     ]                           ]             ]
[51] amrik    ]--- amrik    ]             ]             ]
                            ]--- aspicer  ]             ]
[19] aspicer  ]--- aspicer  ]                           ]
[46] jambo    ]                                         ]
                                                        ]--- mpacula
 [6] mpacula  ]                                         ]
[59] BYE      ]--- mpacula  ]                           ]
                            ]--- mpacula  ]             ]
[27] rnk      ]--- rnk      ]             ]             ]
[38] zero     ]                           ]             ]
                                          ]--- mpacula  ]
[11] gdurrett ]                           ]
[54] BYE      ]--- gdurrett ]             ]
                            ]--- gdurrett ]
[22] luuk     ]--- luuk     ]
[43] geofft   ]

Bottom bracket (rounds 1-4)

Since this is a double-elimination tournament, you end up in this bracket whenever you lose a round. The bottom bracket plays two games for every one that the top bracket plays.

Round 1...   Round 2...                Round 3...                Round 4...

BYE      ]-- byoshimo ]
byoshimo ]   ccpost   ]-- ccpost   ]
                                   ]-- ng1213   ]
espeed   ]-- jslocum  ]-- ng1213   ]            ]-- gdurrett ]
jslocum  ]   ng1213   ]                gdurrett ]            ]
                                                             ]
BYE      ]-- rothberg ]                                      ]-- gdurrett ]
rothberg ]   alerer   ]-- alerer   ]                         ]            ]-- martynaj ]
                                   ]-- alerer   ]            ]   martynaj ]            ]
BYE      ]-- cnorahs  ]-- cnorahs  ]            ]-- aspicer  ]                         ]
cnorahs  ]   peairs   ]                aspicer  ]                                      ]
                                                                                       ]
BYE      ]-- abrahamr ]                                                                ]
abrahamr ]   alexch   ]-- alexch   ]                                                   ]-- martynaj
                                   ]-- alexch   ]                                      ]
BYE      ]-- asilata  ]-- asilata  ]            ]-- jmstein  ]                         ]
asilata  ]   k_rowe   ]                jmstein  ]            ]                         ]
                                                             ]                         ]
BYE      ]-- cpercib  ]                                      ]-- owenlin  ]            ]
cpercib  ]   tkang    ]-- cpercib  ]                         ]            ]-- owenlin  ]
                                   ]-- cpercib  ]            ]   r_chiang ]
BYE      ]-- dwhitlow ]-- cmcheng  ]            ]-- owenlin  ]
dwhitlow ]   cmcheng  ]                owenlin  ]

BYE      ]-- munir    ]
munir    ]   hsk      ]-- hsk      ]
                                   ]-- markstev ]
austein  ]-- lilywang ]-- markstev ]            ]-- ithink   ]
lilywang ]   markstev ]                ithink   ]            ]
                                                             ]
BYE      ]-- whoburg  ]                                      ]-- ithink   ]
whoburg  ]   ede      ]-- whoburg  ]                         ]            ]-- ithink   ]
                                   ]-- jtchang  ]            ]   thananat ]            ]
BYE      ]-- jtchang  ]-- jtchang  ]            ]-- igork    ]                         ]
jtchang  ]   jeremyis ]                igork    ]                                      ]
                                                                                       ]
BYE      ]-- grk      ]                                                                ]
grk      ]   huynht   ]-- grk      ]                                                   ]-- agorlin
                                   ]-- grk      ]                                      ]
raza     ]-- raza     ]-- raza     ]            ]-- grk      ]                         ]
jambo    ]   amrik    ]                nbieber  ]            ]                         ]
                                                             ]                         ]
BYE      ]-- zero     ]                                      ]-- agorlin  ]            ]
zero     ]   rnk      ]-- rnk      ]                         ]            ]-- agorlin  ]
                                   ]-- rnk      ]            ]   jtrigg   ]   
BYE      ]-- geofft   ]-- geofft   ]            ]-- agorlin  ]
geofft   ]   luuk     ]                agorlin  ]


Detailed results

Click on the name of any match to see the output of the match. The last line of the file indicates the overall winner.

Top bracket, round 1

Bottom bracket, round 1

Top bracket, round 2

Bottom bracket, round 2a

Bottom bracket, round 2b

Top bracket, round 3

Bottom bracket, round 3a

Bottom bracket, round 3b

Top bracket, round 4

Bottom bracket, round 4a

Bottom bracket, round 4b

Top bracket, round 5

Bottom bracket, round 5a

Bottom bracket, round 5b

Round 6

Final

Personal tools