| 236 |
236 |
| 237 #[arg(long)] |
237 #[arg(long)] |
| 238 /// Scaling heuristic factor |
238 /// Scaling heuristic factor |
| 239 pub scaling_heuristic: Option<F>, |
239 pub scaling_heuristic: Option<F>, |
| 240 |
240 |
| |
241 #[arg(long)] |
| |
242 /// Extra finite dimensional steps to take |
| |
243 pub extra_weight_optimisation_steps: Option<usize>, |
| |
244 |
| 241 #[arg(long, value_names = &["ε", "θ", "p"])] |
245 #[arg(long, value_names = &["ε", "θ", "p"])] |
| 242 /// Set the tolerance to ε_k = ε/(1+θk)^p |
246 /// Set the tolerance to ε_k = ε/(1+θk)^p |
| 243 pub tolerance: Option<Vec<F>>, |
247 pub tolerance: Option<Vec<F>>, |
| 244 |
248 |
| 245 #[arg(long)] |
249 #[arg(long)] |