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
The code with bug is while terminal_stack: depth = len(terminal_stack) **_// I think the code in this line should be "depth = len(program)"_** choice = self.n_features + len(self.function_set) choice = random_state.randint(choice)
The text was updated successfully, but these errors were encountered:
The code with bug is
while terminal_stack: depth = len(terminal_stack) **_// I think the code in this line should be "depth = len(program)"_** choice = self.n_features + len(self.function_set) choice = random_state.randint(choice)
The text was updated successfully, but these errors were encountered: