Update examples/pruning.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ fn main() -> optimizer::Result<()> {
|
|||||||
// --- Results ---
|
// --- Results ---
|
||||||
let best = study.best_trial()?;
|
let best = study.best_trial()?;
|
||||||
println!(
|
println!(
|
||||||
"Completed {} trials ({} pruned)",
|
"Recorded {} trials ({} pruned)",
|
||||||
study.n_trials(),
|
study.n_trials(),
|
||||||
study.n_pruned_trials()
|
study.n_pruned_trials()
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user