Files
compute-math/lab2/example.json
2025-05-04 19:22:02 +04:00

40 lines
445 B
JSON

{
"x0": [
100,
100
],
"delta0": [
10,
10
],
"epsilon": 0.0001,
"alpha": 2,
"target": "min",
"x1r": [
-10000,
10000
],
"x2r": [
-10000,
10000
],
"x1c": [
1,
1,
1,
1,
1,
1,
1
],
"x2c": [
1,
1,
1,
1,
1,
1,
1
]
}