Skip to content

Commit ef3ec85

Browse files
mpolson64meta-codesync[bot]
authored andcommitted
Ax 1.2 Changelog (#4468)
Summary: Pull Request resolved: #4468 Bumping minor version since we are adding new features to the API. Reviewed By: saitcakmak Differential Revision: D85321802 fbshipit-source-id: a4c9ed0cedb0b645864de7a7a69220a835049ce0
1 parent 7e6b36c commit ef3ec85

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

33
The release log for Ax.
4+
## [1.2.0] -- Oct 24, 2025
5+
#### New features
6+
* `DerivedParameterConfig` allows users to specify parameters which are not tuned,
7+
instead taking the value of some expression of other tunable parameters (#4454)
8+
* New argument `simplify_parameter_changes` in `client.configure_generation_strategy`
9+
(defaulted to `False`) which when `True` informs Ax to change as few parameters as
10+
possible relative to the status quo without degrading optimization performance. Has
11+
a near-zero effect on generation time (#4409)
12+
* Default to `qLogNParEgo` acquisition function for multi-objective optimization in
13+
multi-objective optimization when the number of objectives is > 4, leading to
14+
improved walltime performance (#4347)
15+
16+
#### Bug fixes
17+
* Fix issue during candidate generation involving `MapMetrics` providing progressions
18+
at different scales i.e. one progression goes up to 10^9 and the other goes up to
19+
10^6 by normalizing to [0, 1] (#4458)
20+
21+
#### Other changes
22+
* Improve visual clarity in `ArmEffectsPlot` by removing certain elements including
23+
red "infeasibility" halos and optional cumulative best line (#4397, #4398)
24+
* Instructions on citing Ax included in README.md and [ax.dev](https://ax.dev/) (#4317, #4357)
25+
* New "Using external methods for candidate generation in Ax" tutorial on website (#4298)
26+
427
## [1.1.2] -- Sept 9, 2025
528
#### Bug fixes
629
* Fixed rendering issue in ArmEffectsPlot when the number of arms displayed is greater

0 commit comments

Comments
 (0)