--- a/src/sliding_fb.rs Fri Jan 31 18:00:17 2025 -0500
+++ b/src/sliding_fb.rs Sat Feb 01 16:47:11 2025 -0500
@@ -66,7 +66,7 @@
impl<F : Float> Default for TransportConfig<F> {
fn default() -> Self {
TransportConfig {
- θ0 : 0.4,
+ θ0 : 0.9,
adaptation : 0.9,
tolerance_mult_pos : 100.0,
}