From 8fd55b856aaec5ba67d466652708427a982882cd Mon Sep 17 00:00:00 2001 From: "Richard C. Yeh" Date: Sun, 30 Mar 2025 23:13:20 -0400 Subject: [PATCH] evaluation/271d71e2: in training example 2, shift middle rectangle. In this task, the rectangles move the lesser of: * the number of the spaces for the maroon bars to merge, or * the number of gray squares available to turn orange In example 2, the middle rectangle moves to the right by seven spaces (so that the maroon bars merge). In that case, the black boundary should still be on the left of the maroon bar. Fixes issue #35. --- data/evaluation/271d71e2.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/evaluation/271d71e2.json b/data/evaluation/271d71e2.json index 633a704..5313e14 100644 --- a/data/evaluation/271d71e2.json +++ b/data/evaluation/271d71e2.json @@ -49,10 +49,10 @@ [6, 6, 6, 6, 9, 6, 9, 0, 0, 0, 0, 0, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], - [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 0, 0, 0, 9], - [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 7, 7, 7, 7, 9], - [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 5, 7, 7, 7, 9], - [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 0, 0, 0, 9], + [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 0, 0, 0, 0, 9], + [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 7, 7, 7, 7, 0, 9], + [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 5, 7, 7, 7, 0, 9], + [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 0, 0, 0, 0, 9], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [9, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6],