blacktaxi / icfpc2013

M-type vs ICFPC 2013

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M-type vs ICFPC 2013

This is our (@blacktaxi, @bazuzu, @susl) solution for the ICFP 2013 contest problem.

We scored 249 in the lightning round and 547 overall. This was a first ICFPC for all of us.

The idea of our solution was to run a search over candidate programs generated before querying the server for eval. After implementing this basic algorithm for the lightning round, we used the rest of the time to optimize it.

We tried different optimization ideas in different places, but I think our solution was fundamentally sub-optimal.

We had three mid-range laptops and one desktop computer at our disposal. The solver was ran on at most two of those at the same time.

Here's an elaborate report.

About

M-type vs ICFPC 2013


Languages

Language:F# 99.6%Language:Shell 0.4%