MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / get_weight

Method get_weight

src/program/mod.rs:233–235  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

231 }
232
233 pub fn get_weight(&self) -> f32 {
234 self.quality.compute_quality_score()
235 }
236
237 pub fn convert_to_prompt(&self) -> Vec<String> {
238 let calls: &Vec<String> = &self.get_quality().critical_calls;

Callers 2

select_seed_excludeMethod · 0.80

Calls 1

compute_quality_scoreMethod · 0.80

Tested by

no test coverage detected