Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct StabilityThresholds {
pub stable_threshold: f64,
pub semi_stable_threshold: f64,
pub min_observations_for_full_confidence: u32,
}
Thresholds controlling prompt-block stability classification.
stable_threshold: f64Minimum effective score required for a block to be classified as stable.
semi_stable_threshold: f64Minimum effective score required for a block to be classified as semi-stable.
min_observations_for_full_confidence: u32Observation count required to reach full confidence.
impl Clone for StabilityThresholdsimpl Clone for StabilityThresholds
clonefn clone(&self) -> StabilityThresholds
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for StabilityThresholdsimpl Debug for StabilityThresholds
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for StabilityThresholdsimpl Default for StabilityThresholds
defaultfn default() -> Self
impl<'de> Deserialize<'de> for StabilityThresholdsimpl<'de> Deserialize<'de> for StabilityThresholds
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl EditorConfig for StabilityThresholdsimpl EditorConfig for StabilityThresholds
editor_schemafn editor_schema() -> &'static EditorSchema
impl PartialEq for StabilityThresholdsimpl PartialEq for StabilityThresholds
eqfn eq(&self, other: &StabilityThresholds) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for StabilityThresholdsimpl Serialize for StabilityThresholds
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for StabilityThresholdsimpl StructuralPartialEq for StabilityThresholds