Files
rust-optimizer/tests
Manuel Raimann dcf3403261 feat: add Study::summary() and Display impl
Add a human-readable summary method and Display trait for Study<V>
where V: Display. The summary shows optimization direction, trial
counts (with complete/pruned breakdown), best value, and best
parameters with their labels.

Also derive PartialOrd + Ord on ParamId for deterministic parameter
ordering in summary output.
2026-02-11 17:27:43 +01:00
..
2026-02-06 18:54:55 +01:00
2026-02-06 17:15:47 +01:00
2026-02-06 17:15:47 +01:00