pub type TransformedSettings = FlowSettings;👎Deprecated since 0.0.0:
Use FlowSettings instead
Expand description
Backwards-compatible alias for FlowSettings.
Aliased Type§
pub struct TransformedSettings {
pub step_size_window: f64,
pub transform_update_freq: u64,
pub use_orbit_for_training: bool,
pub step_size_settings: StepSizeSettings,
pub transform_train_max_energy_error: f64,
}Fields§
§step_size_window: f64§transform_update_freq: u64§use_orbit_for_training: bool§step_size_settings: StepSizeSettings§transform_train_max_energy_error: f64