InternBootcamp/examples/pipelines/autogen_configs/Bplusandmultiply_test.json
2025-05-30 14:05:33 +08:00

38 lines
No EOL
663 B
JSON

[
{
"a_min": 1,
"a_max": 50,
"b_min": 1,
"b_max": 50,
"n_min": 1,
"n_max": 200000000,
"seed": 7
},
{
"a_min": 1,
"a_max": 100,
"b_min": 1,
"b_max": 100,
"n_min": 1,
"n_max": 1000000000,
"seed": 42
},
{
"a_min": 3,
"a_max": 150,
"b_min": 3,
"b_max": 150,
"n_min": 1000,
"n_max": 800000000,
"seed": 456
},
{
"a_min": 2,
"a_max": 200,
"b_min": 2,
"b_max": 200,
"n_min": 100,
"n_max": 500000000,
"seed": 123
}
]