mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
fix-autogen-configs
This commit is contained in:
parent
a5b02b547b
commit
e5d5e53728
1888 changed files with 0 additions and 139 deletions
38
examples/pipelines/autogen_configs/Cmiceproblem_test.json
Normal file
38
examples/pipelines/autogen_configs/Cmiceproblem_test.json
Normal 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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue