Alejandro de Miquel Bleier

Results 18 comments of Alejandro de Miquel Bleier

For tasks 303 and 467 there was a bug in `getBestMultiplyMatrix`. Now it's fixed (https://github.com/alejandrodemiquel/ARC_Kaggle/commit/c82371deecbdbe33dbeb3054e2c77b0eb4f730fc).

Tasks 168 and 368 are already solved. Tasks 278 and 329 should be solved, but are not. I'll look into it. The problem with task 443 is the way I...

The problem with tasks 278 and 329 is that they were considered fixedShapes. I just deleted this extra check (https://github.com/alejandrodemiquel/ARC_Kaggle/commit/ce8f7977a8a52df4a13a4360f3ec591aa6e1bb62), which is not of much use in this particular case.

What do you mean with "having replicateShapes before the loop"?

I thought that it would be easy to try a first version of such function, and I commited a very simple one in https://github.com/alejandrodemiquel/ARC_Kaggle/commit/90a4447f9c20de77bfec2f42b8df32c1fe57ca19. It solves tasks 152 and 622,...

Question: Do we want to consider frames that are not rectangular?

Tasks with one frame: 28, 74, 87, 90, 95, 104, 131, 136, 137, 142, 153, 158, 181, 182, 188, 200, 204, 207, 208, 223, 227, 232, 237, 244, 245, 258,...

A prototype with some ideas was implemented in https://github.com/alejandrodemiquel/ARC_Kaggle/commit/e86627ebb6e0097c15e38413cb4fc24023f83e47

In commit https://github.com/alejandrodemiquel/ARC_Kaggle/commit/3af9e16992b786db5c6669a069f6c5080c2f244d I uploaded the first working version. It solves tasks 344, 573 and 629. It is not included in `getPossibleOperations` yet, but one can execute it by doing:...

Tasks 679 and 790 are now solved after this commit https://github.com/alejandrodemiquel/ARC_Kaggle/commit/c29595171a5fd403b11a918b33715c19b6e0877d It deals with modifying the direction of the line after turning and with splitting the line in two when...