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

32 lines
No EOL
511 B
JSON

[
{
"min_n": 5,
"max_n": 20,
"max_h": 50,
"max_x_step": 50
},
{
"min_n": 100,
"max_n": 1000,
"max_h": 1000,
"max_x_step": 200
},
{
"min_n": 2,
"max_n": 10,
"max_h": 50,
"max_x_step": 100
},
{
"min_n": 5,
"max_n": 15,
"max_h": 200,
"max_x_step": 150
},
{
"min_n": 3,
"max_n": 5,
"max_h": 20,
"max_x_step": 20
}
]