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

22 lines
No EOL
336 B
JSON

[
{
"min_n": 1,
"max_n": 5,
"case_type": "indset"
},
{
"min_n": 3,
"max_n": 3,
"case_type": "random"
},
{
"min_n": 2,
"max_n": 5,
"case_type": "random"
},
{
"min_n": 2,
"max_n": 3,
"case_type": "matching"
}
]