refactor(data_pipeline): optimize data generation pipeline; add multiple preset configurations for data generation

This commit is contained in:
chenyongkang 2025-08-26 18:40:21 +08:00
parent 1a8477c8d8
commit 8d493b35a0
2160 changed files with 69199 additions and 154 deletions

View file

@ -0,0 +1,38 @@
[
{
"x1": 5,
"y1": 5,
"x2": 10,
"y2": 10,
"n": 3,
"has_solution": false,
"seed": 2
},
{
"x1": 1,
"y1": 1,
"x2": 2,
"y2": 2,
"n": 2,
"has_solution": false,
"seed": 4
},
{
"x1": 10,
"y1": 20,
"x2": 100,
"y2": 200,
"n": 10,
"has_solution": true,
"seed": 3
},
{
"x1": 0,
"y1": 0,
"x2": 100,
"y2": 100,
"n": 5,
"has_solution": true,
"seed": 1
}
]