Commit 33e9a5e
Add suggested_experiment_status to legacy GS dispatch --> have AxSweep experiment status appear in the UI (#5056)
Summary:
Pull Request resolved: #5056
Add `suggested_experiment_status` to the `GenerationStep`s created by
`choose_generation_strategy_legacy`. The Sobol step gets
`ExperimentStatus.INITIALIZATION` and the BayesOpt step gets
`ExperimentStatus.OPTIMIZATION`, matching the convention used by
all other GS factory functions.
Reviewed By: CristianLara
Differential Revision: D96784737
fbshipit-source-id: 50a4205fc41b02556614d976db4e35594f069d7c1 parent bdd8491 commit 33e9a5e
3 files changed
Lines changed: 37 additions & 0 deletions
File tree
- ax
- generation_strategy
- tests
- orchestration/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
1088 | 1089 | | |
1089 | 1090 | | |
1090 | 1091 | | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| 174 | + | |
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| |||
2913 | 2915 | | |
2914 | 2916 | | |
2915 | 2917 | | |
| 2918 | + | |
2916 | 2919 | | |
2917 | 2920 | | |
2918 | 2921 | | |
2919 | 2922 | | |
2920 | 2923 | | |
2921 | 2924 | | |
| 2925 | + | |
2922 | 2926 | | |
2923 | 2927 | | |
2924 | 2928 | | |
| |||
0 commit comments