judge-server icon indicating copy to clipboard operation
judge-server copied to clipboard

Batch scoring functions

Open Xyene opened this issue 9 years ago • 1 comments

Some IOI problems have partial batch scoring: things like minimum score of batch cases, maximum score, score while factoring in submission size, etc. We should support a couple of these common cases, and allow CustomGraders to implement their own.

Xyene avatar Aug 22 '16 21:08 Xyene

This requires site-side change, since batches just numbers attached to SubmissionTestCase objects.

quantum5 avatar Sep 26 '16 21:09 quantum5