Skip to content

Interface: DifferentiableFcRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / CDL / DifferentiableFcRequest

Interface: DifferentiableFcRequest

Defined in: src/types/cdl.ts:4

Request for differentiable forward chaining (Phases 1+2).

Properties

maxIterations?

optional maxIterations: number

Defined in: src/types/cdl.ts:6

Maximum forward chaining iterations (default: 20).


minWeightThreshold?

optional minWeightThreshold: number

Defined in: src/types/cdl.ts:10

Minimum weight threshold for fact propagation (default: 0.01).


temperature?

optional temperature: number

Defined in: src/types/cdl.ts:8

Softmax temperature for rule attention (default: 1.0).