Skip to content

Bugs with _Program.build_program method #296

@wfh1300

Description

@wfh1300

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions