SinePremiseSelection
The SInE premise selection heuristic
Implements
Fields
depthLimit (
Int!
)
The maximum number of iterations to be done by the SInE heuristic. The higher, the more premises are selected. A null value indicates that this feature is disabled.
id (
Int!
)
The ID of the PremiseSelection
premiseNumberLimit (
Int
)
The number of premises to be selected at most. A null value indicates that this feature is disabled.
reasonerConfiguration (
ReasonerConfiguration!
)
The used ReasonerConfiguration
selectedPremises (
[Sentence!]!
)
sineSymbolCommonnesses (
[SineSymbolCommonness!]!
)
sineSymbolPremiseTriggers (
[SineSymbolPremiseTrigger!]!
)
tolerance (
Float!
)
A higher tolerance value causes more premises to be selected. Minimum value: 1.0.