refactor: reorganize sampler module and update imports

This commit is contained in:
Manuel Raimann
2026-02-04 13:14:22 +01:00
parent 183a78c09e
commit 02ec9498c4
5 changed files with 35 additions and 43 deletions
+1
View File
@@ -280,6 +280,7 @@ impl TpeSampler {
clippy::cast_possible_truncation,
clippy::cast_sign_loss
)]
#[must_use]
fn split_trials<'a>(
&self,
history: &'a [CompletedTrial],