class

URE::MixedInferenceEngine

Inherits Reference < Object

Advanced mixed inference engine with adaptive strategy selection

Constructors

new(atomspace : AtomSpace::AtomSpace)

Instance methods

adaptive_chain(goal : AtomSpace::Atom, max_time : Float64 = 30.0) : Array(AtomSpace::Atom)

Adaptive mixed inference with strategy selection

add_rule(rule : Rule)
execute_strategy(strategy : InferenceStrategy, goal : AtomSpace::Atom, max_time : Float64) : Array(AtomSpace::Atom)

Execute specific inference strategy