Alejandro de Miquel Bleier
Alejandro de Miquel Bleier
The problem with the task 524 was the definition of `cic`. I will leave it as `cic=t.commonChangedInColors` for now, but it would be nice to think how to expand it...
See commit https://github.com/alejandrodemiquel/ARC_Kaggle/commit/07d81be0436a076467a9d08e0a64b195801e4f57 for update on "convert", solving task 435.
Hi! Sorry to answer this late, I'm only seeing your message now! There are two main reasons for this gap: 1. The train set is easier than the eval and...
FYI some days ago I added the method `Shape.isRotationInvariant`. It is supposed to return either True or False. To be honest, I haven't tested it yet, so I don't really...
I detected some cases in which the only difference between the input and the output are changes in the color of shapes: `t.sameIOShapes and t.onlyShapeColorChanges` They are: 39, 141, 179,...
Tasks that I've labeled with this label: Output has blanks filled:: 174, 286, 452, 507, 511, 619, 632, 666, 791 Output shape is blank: 241, 350, 393, 399, 409, 453,...
Should also solve tasks 314, 406, 433, 467, 510, 603, 663,
Added the function getBestMultiplyMatrix. It solves all of the cases except for 603. I'll need to think further in order to decide how to deal with this kind of tasks.