Files
subcoding/grow/defs/pythag.yaml

28 lines
363 B
YAML
Raw Normal View History

2021-11-23 20:28:23 -08:00
global_memory_size: 2
function_memory_size: 1
2021-11-24 15:49:59 -08:00
instruction_limit: 10
2021-11-23 20:45:03 -08:00
instructions_per_function_mean: 5
instructions_per_function_std_dev: 3
2021-11-24 20:08:47 -08:00
return_to_best_period_mean: 10000
2021-11-23 20:28:23 -08:00
samples:
- in: [3,4]
out: [5]
- in: [7,24]
out: [25]
2021-11-23 20:34:10 -08:00
- in: [88, 105]
out: [137]
2021-11-23 20:45:03 -08:00
- in: [140, 171]
out: [221]
- in: [105, 208]
out: [233]
2021-11-23 20:34:10 -08:00
- in: [161, 240]
out: [289]