Files
subcoding/grow/defs/pythag.yaml
2021-11-23 20:45:03 -08:00

26 lines
328 B
YAML

global_memory_size: 2
function_memory_size: 1
instruction_limit: 20
instructions_per_function_mean: 5
instructions_per_function_std_dev: 3
samples:
- in: [3,4]
out: [5]
- in: [7,24]
out: [25]
- in: [88, 105]
out: [137]
- in: [140, 171]
out: [221]
- in: [105, 208]
out: [233]
- in: [161, 240]
out: [289]