Bug fix release
This release fixes bugs that affected Ax's modular BotorchModel
and silently ignored outcome constraints due to naming mismatches.
Bug fixes
- Hot fix (#1973) for a few issues:
- A naming mismatch between Ax's modular
BotorchModel
and the BoTorch's acquisition input constructors, leading to outcome constraints in Ax not being used with single-objective acquisition functions in Ax's modularBotorchModel
. The naming has been updated in Ax and consistent naming is now used in input constructors for single and multi-objective acquisition functions in BoTorch. - A naming mismatch in the acquisition input constructor
constraints
inqNoisyLogExpectedImprovement
, which kept constraints from being used. - A bug in
compute_best_feasible_objective
that could lead to-inf
incumbent values.
- A naming mismatch between Ax's modular
- Fix setting seed in
get_polytope_samples
(#1968)