Skip to content

Interface: SampledHypothesisDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ILP / SampledHypothesisDto

Interface: SampledHypothesisDto

Defined in: src/types/ilp.ts:158

A single sampled hypothesis from GFlowNet.

Properties

bodySorts

bodySorts: string[]

Defined in: src/types/ilp.ts:160

Body sort names for this hypothesis.


fromJoining

fromJoining: boolean

Defined in: src/types/ilp.ts:162

Whether this was produced by rule joining.


logProbability

logProbability: number

Defined in: src/types/ilp.ts:164

Log-probability of sampling this hypothesis.


trajectoryIndex

trajectoryIndex: number

Defined in: src/types/ilp.ts:166

Trajectory index that produced this hypothesis.