You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New option for the method parameter in client.configure_generation_strategy: quality -- allows uers to indicate they would like Ax to generate the highest
quality candidates it is able to at the expense of slower runtime (#4042)
New logic for deciding which analyses to produce by default in client.compute_analyses (#4013)
New parameters in client.summarize allow users to filter their summary by trial
index and/or trial status (#4012, #4118)
Bug Fixes
Allow client.summarize to be called without a GenerationStrategy being set
(i.e. before client.configure_generation_strategy or client.get_next_trails
has been called.) (#3801)
Fixed incorrect grouping in TopSurfacesAnalysis (#4095)
Fixed ContourPlot failing to compute in certain search spaces with parameter
constraints (#4124)