gplearn icon indicating copy to clipboard operation
gplearn copied to clipboard

Bugs with _Program.build_program method

Open wfh1300 opened this issue 1 year ago • 0 comments

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)

wfh1300 avatar Nov 20 '23 15:11 wfh1300