init-commit

This commit is contained in:
lilinyang 2025-05-23 15:27:15 +08:00
commit 18a552597a
3461 changed files with 1150579 additions and 0 deletions

View file

@ -0,0 +1,26 @@
[
{
"min_initial_length": 10,
"max_initial_length": 20,
"max_queries": 10,
"max_ti_length": 10
},
{
"min_initial_length": 1,
"max_initial_length": 10,
"max_queries": 0,
"max_ti_length": 5
},
{
"min_initial_length": 5,
"max_initial_length": 20,
"max_queries": 5,
"max_ti_length": 10
},
{
"min_initial_length": 1,
"max_initial_length": 50,
"max_queries": 3,
"max_ti_length": 20
}
]