Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

evaluate

Method
This is a method of the CriteriaEvaluator class in the eval module.
Evaluate with provided scores.

Signature

def evaluate(&self, scores: &HashMap<String, f64>) -> CriteriaResult

Parameters

scores
&HashMap<String
required
No description available.

Returns

Returns
CriteriaResult
The result of the operation.

Rust Evaluation

Rust Criteria