We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50ad16 commit 3d1a9b9Copy full SHA for 3d1a9b9
ConfigSpace/c_util.pyx
@@ -224,6 +224,7 @@ cpdef np.ndarray change_hp_value(
224
225
# Activate hyperparameters if their parent node got activated
226
while len(to_visit) > 0:
227
+ assert np.all(scheduled[to_visit])
228
current_idx = heapq.heappop(to_visit)
229
current_name = configuration_space._idx_to_hyperparameter[current_idx]
230
conditions = configuration_space._parent_conditions_of[current_name]
0 commit comments