Commits
Click on a commit to change the comparison rangefeat: ensure Some(Float::INFINITY) and Some(Float::NEG_INFINITY) yield unbounded intervals
Previously, converting (Some(Float::NEG_INFINITY), Some(Float::INFINITY)) to a Bound with Into would create a Bound::LowerAndUpperBound, which is not correct and could cause issues in transforms. This also makes it okay for users to mix and match Nones and infinities.27 days ago
by denehoffman test: add tests for hyperparameter settings in line searches and Nelder-Mead27 days ago
by denehoffman