feat: add SuggestableRange trait and suggest_range method for parameter suggestion from ranges

This commit is contained in:
Manuel Raimann
2026-01-31 11:34:36 +01:00
committed by Manuel
parent 1091429697
commit 15a43d9485
2 changed files with 118 additions and 1 deletions
+1 -1
View File
@@ -177,5 +177,5 @@ mod types;
pub use error::{Error, Result};
pub use param::ParamValue;
pub use study::Study;
pub use trial::Trial;
pub use trial::{SuggestableRange, Trial};
pub use types::{Direction, TrialState};