gplearn
gplearn copied to clipboard
Bugs with _Program.build_program method
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)