forked from dereklarson/ARC_study
-
Notifications
You must be signed in to change notification settings - Fork 0
/
graveyard.txt
54 lines (40 loc) · 1007 Bytes
/
graveyard.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
GRAVEYARD
// basic knowledge
// tasks
// how many? which directory? names? training vs evaluation
// task
// # training samples in task
// # testing samples in task
// training sample
// # input rows
// # input columns
// # output rows
// # output columns
// General capabilities
//
// Code its own tests
// Add tests to wallaby.js,
// or, code around this
// or, run from command line?
//
// Pick primitives
// Create primitives
// Try different approaches
// Generate "understanding" of training sample, set of training samples, solution
// Express this understanding
// Primitive capabilities
// Compare sample inputs to outputs
// # rows
// # columns
// # colors
// Grids
// rows
// shrink?
// grow?
// stay the same?
// columns
// shrink?
// grow?
// stay the same?
// Some actions are synonyms
// dedupRows === compressRowsToSingleColors === combineRedundantRows === uniqueRowsOnly