InternBootcamp/examples/pipelines/all_configs/Cjonsnowandhisfavouritenumber_test.json

26 lines
No EOL
439 B
JSON

[
{
"max_n": 100000,
"max_k": 1,
"max_x": 1000,
"max_strength": 1000
},
{
"max_n": 1,
"max_k": 0,
"max_x": 0,
"max_strength": 0
},
{
"max_n": 100000,
"max_k": 100000,
"max_x": 1000,
"max_strength": 1000
},
{
"max_n": 50000,
"max_k": 50000,
"max_x": 1000,
"max_strength": 1000
}
]