Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree initialisation breaks when min = max depth #141

Open
jmmcd opened this issue Nov 9, 2021 · 0 comments
Open

Tree initialisation breaks when min = max depth #141

jmmcd opened this issue Nov 9, 2021 · 0 comments

Comments

@jmmcd
Copy link
Collaborator

jmmcd commented Nov 9, 2021

If we set min = max depth, rhh and PI_grow refuse to run. But they ought to run ok.

python ponyge.py --min_init_tree_depth 11 --max_init_tree_depth 11

This happens at eg

elif not depths:
where depths will be the empty list. We ought to be able to "ramp" from depth 11 to 11 (inclusive).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant