{
"id": 123,
"iteration": 3,
"status": "active",
"convergence": 0.0015,
"input": [1.1, 2.2, 3.3],
"output": [98.5, 45.2, 22.1],
"computeTime": 0.1,
"suggestTime": 0.0,
"createdAt": "2025-01-31T10:00:00.000Z",
"updatedAt": "2025-01-31T10:00:00.000Z",
"results": [
{
"number": 0,
"type": "exact",
"objective": 100.0,
"minimumBound": null,
"maximumBound": null,
"output": 98.5,
"error": 1.5,
"detail": "Error exceeds L1 norm threshold",
"satisfied": false
},
{
"number": 1,
"type": "lessthan",
"objective": 50.0,
"minimumBound": null,
"maximumBound": null,
"output": 45.2,
"error": 0.0,
"detail": "Output is less than target",
"satisfied": true
},
{
"number": 2,
"type": "percent",
"objective": 22.0,
"minimumBound": -0.5,
"maximumBound": 0.5,
"output": 22.1,
"error": 0.45,
"detail": "Output within percent bounds",
"satisfied": true
}
]
}