riddler-castles/castle-solutions-2: 8
Data source: https://github.com/fivethirtyeight/data/blob/master/riddler-castles/castle-solutions-2.csv
rowid | Castle 1 | Castle 2 | Castle 3 | Castle 4 | Castle 5 | Castle 6 | Castle 7 | Castle 8 | Castle 9 | Castle 10 | Why did you choose your troop deployment? |
---|---|---|---|---|---|---|---|---|---|---|---|
8 | 0 | 8 | 0 | 0 | 0 | 1 | 28 | 1 | 33 | 29 | My approach: let `S` be all the strategies available, initialized to the strategies posted on github. Use simulated annealing to find the strategy that ~maximises `P(winning | S)`, and then add that strategy to `S` and repeat. Eventually we will find a strategy that is "good" against the empirical strategies and other optimal strategies. |