Add model embeddings for Z-factor DoF, separate from SaturatedController.
Some checks failed
CI / check (push) Has been cancelled

Fixed/Free Probe calibration now emits embeddings[] (unknown + equation) instead of controls[], keeping SaturatedController for physical regulation only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-19 22:42:31 +02:00
parent 3808e0f11b
commit 5425685a48
22 changed files with 1189 additions and 485 deletions

View File

@@ -150,22 +150,21 @@ fn bphx_condenser_sdt_calibration_converges_and_solves_z_ua() {
"tolerance": 1e-06,
"timeout_ms": 60000
},
"controls": [
"embeddings": [
{
"type": "SaturatedController",
"id": "sdt_calib",
"measure": {
"component": "cond",
"output": "saturationTemperature"
},
"actuator": {
"id": "emb_cond_z_ua",
"unknown": {
"component": "cond",
"factor": "z_ua",
"initial": 0.3,
"start": 0.3,
"min": 0.05,
"max": 2.0
},
"target": 315.0
"equation": {
"component": "cond",
"output": "saturationTemperature",
"value": 315.0
}
}
]
}