Struct nuts_rs::DualAverageSettings
source · pub struct DualAverageSettings {
pub target_accept: f64,
pub initial_step: f64,
pub params: DualAverageOptions,
}
Fields§
§target_accept: f64
§initial_step: f64
§params: DualAverageOptions
Trait Implementations§
source§impl Clone for DualAverageSettings
impl Clone for DualAverageSettings
source§fn clone(&self) -> DualAverageSettings
fn clone(&self) -> DualAverageSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more