Interface: DecisionAuditResponse
@kortexya/reasoninglayer / Causal / DecisionAuditResponse
Interface: DecisionAuditResponse
Defined in: src/types/causal.ts:1247
The argmax-deception audit.
Properties
acts
acts:
ActValueDto[]
Defined in: src/types/causal.ts:1249
Per-act value tables.
causalArgmax
causalArgmax:
number
Defined in: src/types/causal.ts:1251
The act the causal rule selects.
causalRegret
causalRegret:
number
Defined in: src/types/causal.ts:1256
E[U | do(causalArgmax)] - E[U | do(evidentialArgmax)] — the causal price
of deciding evidentially.
deceptive
deceptive:
boolean
Defined in: src/types/causal.ts:1258
Whether the rules disagree (argmax deception).
evidentialArgmax
evidentialArgmax:
number
Defined in: src/types/causal.ts:1260
The act the evidential rule selects.
method
method:
string
Defined in: src/types/causal.ts:1262
The algorithm actually run.