Vlad-Shcherbina/icfpc2016-tbd

Internal submission ranking

Opened this issue · 1 comments

@evilenka implemented it:

very stupid solution scorer is ready to use. It takes the problem number X, tries to read problems/X.txt and solutions/X.txt and ouputs resemblance. No exception handling in files/CLI params implemented.
To use: python3 evaluator/evaluator_main.py X
It is slow enough (several mins).  I will optimize it a bit now.
Also, some useful primitives for composite shape area approximations are at evaluator/area_approximations.py
Optimization done. Will score our existing solutions now.

Do we want to turn it into a web-service?