Skip to main content

compute_novelty_score

Function compute_novelty_score 

Source
pub fn compute_novelty_score(
    patch: &StructuredPatch,
    store: &ForgeStore,
    question_sig: &str,
    config: &ForgeConfig,
) -> ForgeResult<f64>
Expand description

Compute raw novelty score from strategy tags and recent traces.

Returns a raw score in [0.0, 1.0]. Task weights are NOT applied here.