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

This commit is contained in:
Manuel Raimann
2026-01-31 11:30:33 +01:00
parent e8e446fb0e
commit 9944e69920
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};