We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we set min = max depth, rhh and PI_grow refuse to run. But they ought to run ok.
rhh
PI_grow
python ponyge.py --min_init_tree_depth 11 --max_init_tree_depth 11
This happens at eg
PonyGE2/src/operators/initialisation.py
Line 177 in cef8fe7
depths
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If we set min = max depth,
rhh
andPI_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
PonyGE2/src/operators/initialisation.py
Line 177 in cef8fe7
depths
will be the empty list. We ought to be able to "ramp" from depth 11 to 11 (inclusive).The text was updated successfully, but these errors were encountered: