Skip to main content

new

Method
This is a method of the JudgeResult class in the eval module.
Create a new result.

Signature

def new(score: f64, reasoning: impl Into<String>, passed: bool) -> Self

Parameters

score
f64
required
No description available.
reasoning
impl Into<String>
required
No description available.
passed
bool
required
No description available.

Returns

Returns
Self
The result of the operation.