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 -2
View File
@@ -9,8 +9,7 @@
clippy::cast_possible_truncation
)]
use optimizer::sampler::MultivariateTpeSampler;
use optimizer::sampler::tpe::TpeSampler;
use optimizer::sampler::tpe::{MultivariateTpeSampler, TpeSampler};
use optimizer::{Direction, Error, Study};
// =============================================================================