Returns an empty set of options for optimization algorithms.
()
| 128 | |
| 129 | /// Returns an empty set of options for optimization algorithms. |
| 130 | pub fn empty_opts() -> OptParams<f64> { |
| 131 | OptParams::new() |
| 132 | } |
| 133 | |
| 134 | /// The result of an optimization. |
| 135 | pub struct OptResult<T> { |