Class: Legion::Extensions::Agentic::Inference::HypothesisTesting::Client
- Inherits:
-
Object
- Object
- Legion::Extensions::Agentic::Inference::HypothesisTesting::Client
- Includes:
- Runners::HypothesisTesting
- Defined in:
- lib/legion/extensions/agentic/inference/hypothesis_testing/client.rb
Instance Method Summary collapse
-
#initialize ⇒ Client
constructor
A new instance of Client.
Methods included from Runners::HypothesisTesting
#competing_hypotheses, #evaluate_hypothesis, #get_hypothesis, #hypothesis_report, #most_confident_hypotheses, #propose_hypothesis, #test_hypothesis
Constructor Details
#initialize ⇒ Client
Returns a new instance of Client.
16 17 18 |
# File 'lib/legion/extensions/agentic/inference/hypothesis_testing/client.rb', line 16 def initialize(**) @hypothesis_engine = Helpers::HypothesisEngine.new end |