dcf3403261
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.