File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33The release log for BoTorch.
44
5+ ## [ 0.17.2] -- Mar 4, 2026
6+
7+ #### Compatibility
8+ * Enable creating a new Ax release
9+
10+ #### New Features
11+ * Support ` post_processing_func ` in ` optimize_with_nsgaii ` for post-processing
12+ optimization results, e.g., to round discrete dimensions to valid values (#3215 ).
13+
514## [ 0.17.1] -- Mar 4, 2026
615
716#### Compatibility
@@ -13,6 +22,8 @@ The release log for BoTorch.
1322* Project ` candidate_set ` in ` qMultiFidelityMaxValueEntropy.__init__ ` before
1423 passing to ` super().__init__ ` , allowing ` candidate_set ` to be either ` n x d `
1524 (without fidelity dims) or ` n x (d + s) ` (with fidelity dims) (#3205 ).
25+ * Fix bug in ` optimize_acqf_mixed_alternating ` that may produce candidates with
26+ invalid values when using parameter constraints on discrete parameters (#3212 ).
1627
1728#### Other Changes
1829* Make ` d ` and ` target_fidelities ` required arguments in
You can’t perform that action at this time.
0 commit comments