Interface: DifferentiableFcRequest
@kortexya/reasoninglayer / CDL / DifferentiableFcRequest
Interface: DifferentiableFcRequest
Defined in: src/types/cdl.ts:4
Request for differentiable forward chaining (Phases 1+2).
Properties
maxIterations?
optionalmaxIterations:number
Defined in: src/types/cdl.ts:6
Maximum forward chaining iterations (default: 20).
minWeightThreshold?
optionalminWeightThreshold:number
Defined in: src/types/cdl.ts:10
Minimum weight threshold for fact propagation (default: 0.01).
temperature?
optionaltemperature:number
Defined in: src/types/cdl.ts:8
Softmax temperature for rule attention (default: 1.0).